CN107168924B - Control method and device of functional chip - Google Patents

Control method and device of functional chip Download PDF

Info

Publication number
CN107168924B
CN107168924B CN201710193416.3A CN201710193416A CN107168924B CN 107168924 B CN107168924 B CN 107168924B CN 201710193416 A CN201710193416 A CN 201710193416A CN 107168924 B CN107168924 B CN 107168924B
Authority
CN
China
Prior art keywords
interface controller
functional chip
chip
power supply
instruction
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710193416.3A
Other languages
Chinese (zh)
Other versions
CN107168924A (en
Inventor
刘建平
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hubei Xingji Meizu Group Co ltd
Original Assignee
Meizu Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Meizu Technology Co Ltd filed Critical Meizu Technology Co Ltd
Priority to CN201710193416.3A priority Critical patent/CN107168924B/en
Publication of CN107168924A publication Critical patent/CN107168924A/en
Application granted granted Critical
Publication of CN107168924B publication Critical patent/CN107168924B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/78Architectures of general purpose stored program computers comprising a single central processing unit
    • G06F15/7807System on chip, i.e. computer system on a single chip; System in package, i.e. computer system on one or more chips in a single package
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention relates to a control method of a functional chip, which comprises the following steps: receiving a functional chip closing instruction, and closing a power supply of a corresponding functional chip according to the functional chip closing instruction; and driving to close the power supply of the interface controller corresponding to the functional chip through the interface controller. The system resource is saved, the energy consumption is reduced, and the system dormancy and awakening time is reduced.

Description

Control method and device of functional chip
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for controlling a functional chip.
Background
In an architecture formed by an SOC (System On Chip) and other functional chips, the SOC is usually connected to the functional chips through a standard I/O (input/output) Interface, for example, PCIe (Peripheral Component Interface express) is used to connect the functional chips. The terminal driver includes an interface controller driver and a device driver.
In the conventional technology, when a user closes a function corresponding to a functional chip, a terminal only closes a power supply of the functional chip through a device driver, and disconnects a logical connection between an SOC and an I/O interface. However, the terminal does not turn off the interface controller of the SOC, which may cause the interface controller to waste system resources.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a method and an apparatus for controlling a functional chip that saves system resources.
A method of controlling a functional chip, the method comprising:
receiving a functional chip closing instruction, and closing a power supply of a corresponding functional chip according to the functional chip closing instruction;
and driving to close the power supply of the interface controller corresponding to the functional chip through the interface controller.
In one embodiment, after the step of turning off the power supply of the interface controller corresponding to the functional chip by the interface controller driver, the method further includes: and logging off the interface controller drive.
In one embodiment, after the step of turning off the power supply of the interface controller corresponding to the functional chip by the interface controller driver, the method further includes: acquiring a sleep instruction; according to the sleep instruction, the interface controller corresponding to the functional chip with the power supply turned off is dormant according to the system flow; skipping the callback operation when detecting that the callback operation driven by the interface controller is executed; or acquiring a wake-up instruction; awakening the interface controller corresponding to the functional chip with the power supply turned off according to the awakening instruction and the system flow; and skipping the callback operation when the callback operation driven by the interface controller is detected to be executed.
In one embodiment, after the step of turning off the power supply of the interface controller corresponding to the functional chip by the interface controller driver, the method further includes: and turning off the clock power supply of the interface controller.
In one embodiment, the method further comprises: acquiring a function chip starting instruction, and registering a cancelled interface controller drive in response to the function chip starting instruction; the interface controller drives to turn on the power supply of the interface controller corresponding to the functional chip; establishing logic connection with the functional chip through an I/O interface according to the functional chip starting instruction; and starting the power supply of the functional chip according to the functional chip starting instruction.
A control device of a functional chip, the device comprising:
the functional chip control module is used for receiving a functional chip closing instruction and closing the power supply of the corresponding functional chip according to the functional chip closing instruction;
and the interface controller control module is used for driving and closing the power supply of the interface controller corresponding to the functional chip through the interface controller.
In one embodiment, the apparatus further comprises: and the drive registration module is used for logging off the drive of the interface controller.
In one embodiment, the apparatus further comprises: the sleep module is used for acquiring a sleep instruction and sleeping the interface controller corresponding to the functional chip with the power supply turned off according to the sleep instruction and a system flow; the interface controller is also used for skipping the callback operation when detecting that the callback operation driven by the interface controller is executed; the wake-up module is used for acquiring a wake-up instruction and waking up an interface controller corresponding to the functional chip with the power supply turned off according to the wake-up instruction and a system flow; and skipping the callback operation when detecting that the callback operation driven by the interface controller is executed.
In one embodiment, the interface controller control module is further configured to turn off a clock power supply of the interface controller.
In one embodiment, the driver registration module is further configured to obtain a functional chip start instruction, and register a revoked interface controller driver in response to the functional chip start instruction; the interface controller control module is also used for driving and starting the power supply of the interface controller corresponding to the functional chip through the interface controller; the device further comprises: the logic interface control module is used for establishing logic connection with the functional chip through an I/O interface according to the functional chip starting instruction; the functional chip control module is also used for starting the power supply of the functional chip according to the functional chip starting instruction.
According to the control method and the control device of the functional chip, the power supply of the corresponding functional chip is closed according to the functional chip closing instruction by receiving the functional chip closing instruction; and driving to close the power supply of the interface controller corresponding to the functional chip through the interface controller. The system resource is saved, the energy consumption is reduced, and the system dormancy and awakening time is reduced.
Drawings
FIG. 1 is a flow chart of a method of controlling a functional chip in one embodiment;
FIG. 2 is a flowchart of a control method of a functional chip in another embodiment;
FIG. 3 is a block diagram of an SOC and functional chip in one embodiment;
FIG. 4 is a flowchart of a control method of a functional chip in still another embodiment;
FIG. 5 is a flowchart of a control method of a functional chip in still another embodiment;
FIG. 6 is a flow diagram of a startup function chip in one embodiment;
FIG. 7 is a block diagram showing a control device of a functional chip in one embodiment;
FIG. 8 is a block diagram showing a structure of a control device of a functional chip in another embodiment;
FIG. 9 is a block diagram showing a structure of a control device of a functional chip in still another embodiment;
fig. 10 is a block diagram showing a control device of a functional chip in still another embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1, in one embodiment, there is provided a method for controlling a functional chip, the method including the steps of:
and S102, receiving a functional chip closing instruction, and closing the power supply of the corresponding functional chip according to the functional chip closing instruction.
In this embodiment, the functional chip is also referred to as an Intellectual Property core (Intellectual Property core), and refers to a module chip capable of implementing professional functions, such as a Power switch device IPM (Intelligent Power module) integrated with a logic, control, detection and protection circuit, a wifi (Wireless Fidelity) chip capable of implementing a Wireless lan access function, a bluetooth chip capable of implementing a bluetooth technology, and the like. The functional chip may be connected to an SOC, which may be used in a terminal such as a smart phone, a tablet computer, a notebook computer, or a desktop computer, but is not limited thereto. And after the SOC receives the functional chip closing instruction, the power supply of the corresponding functional chip is closed through the equipment drive.
And S104, driving to close the power supply of the interface controller corresponding to the functional chip through the interface controller.
In this embodiment, the interface controller is a hardware control module that organizes data to be transmitted according to a specified protocol, and the data of the SOC and the functional chip are converted into protocol data, so that interaction between the SOC and the functional chip is realized. The interface controller driver is a code added into the system, which contains the information of the interface controller, the interface controller driver is the essential program for the normal work of the interface controller, and the interface controller can communicate with the SOC normally through the interface controller driver. And the SOC drives and closes the power supply of the interface controller corresponding to the functional chip with the power supply being closed through the interface controller.
According to the control method of the functional chip, the power supply of the corresponding functional chip is closed according to the functional chip closing instruction by receiving the functional chip closing instruction; and the interface controller drives to close the power supply of the interface controller corresponding to the functional chip. The system resource is saved, the energy consumption is reduced, and the system dormancy and awakening time is reduced.
As shown in fig. 2, in one embodiment, there is provided a method for controlling a functional chip, including the steps of:
s202, receiving a functional chip closing instruction, and closing the power supply of the corresponding functional chip according to the functional chip closing instruction.
In this embodiment, the SOC, also referred to as a system on a chip, is an integrated circuit with a dedicated target, which contains the complete system and has the entire contents of embedded software. The functional chip is also called an intellectual property core, and refers to a module chip capable of realizing professional functions. After receiving a functional chip closing instruction, the SOC closes the power supply of the corresponding functional chip according to the object of the instruction, and responds to the power supply closing operation of the functional chip to disconnect the logical connection between the SOC and the functional chip realized through the I/O interface.
And S204, driving to close the power supply of the interface controller corresponding to the functional chip through the interface controller.
In this embodiment, the SOC is connected to the functional chip through the interface controller, and controls the operation of the functional chip through the connection relationship, and the SOC drives to turn off the power supply of the interface controller corresponding to the functional chip that has been powered off through the interface controller.
S206, the interface controller drive is logged off.
In this embodiment, the logout of the interface controller driver refers to removing the interface controller driver from the terminal system. When the terminal is awakened in the dormant state, the interface controller is driven to be awakened by calling the interface controller, and because the interface controller is powered off, the awakening of the interface controller is meaningless, and only the terminal awakening time is additionally increased, so that the terminal is driven to be cancelled, and the meaningless awakening can be avoided.
In one embodiment, the method further comprises turning off a clock power supply of the interface controller.
In this embodiment, by turning off the clock power supply of the interface controller, system resources can be saved, and power loss can be reduced.
In one embodiment, as shown in fig. 3, the SOC302 is connected to the interface controller 304, the interface controller 304 is connected to the functional chip 306, and the SOC302 controls the functional chip 306 by sending instructions to the interface controller 304. There are multiple interfaces on the SOC302, and other interface controllers or other devices may be connected.
According to the control method of the functional chip, the interface controller drive is cancelled, so that meaningless dormancy or awakening of the interface controller drive is avoided, and terminal dormancy or awakening time is shortened.
As shown in fig. 4, in one embodiment, there is provided a method of controlling a functional chip, the method including:
s402, receiving a functional chip closing instruction, and closing the power supply of the corresponding functional chip according to the functional chip closing instruction.
In this embodiment, the functional chip is also referred to as an intellectual property core, and refers to a module chip capable of implementing professional functions. After receiving a functional chip closing instruction, the SOC closes the power supply of the corresponding functional chip according to the object of the instruction, and responds to the power supply closing operation of the functional chip to disconnect the logical connection between the SOC and the functional chip realized through the I/O interface.
And S404, driving to close the power supply of the interface controller corresponding to the functional chip through the interface controller.
In this embodiment, the interface controller is a hardware control module that organizes data to be transmitted according to a specified protocol, and the data of the SOC and the functional chip are converted into protocol data, so that interaction between the SOC and the functional chip is realized. The SOC is connected with the functional chip through the interface controller, the work of the functional chip is controlled through the connection relation, and the SOC drives the interface controller corresponding to the functional chip with the power supply turned off through the interface controller.
S406, a sleep instruction is obtained, and the interface controller corresponding to the functional chip with the power supply turned off is dormant according to the sleep instruction and the system flow.
In this embodiment, the SOC receives a sleep instruction, where the sleep instruction includes a system flow, specifically, a system sleep flow, and controls an interface controller corresponding to a functional chip that has powered off to enter a sleep state according to the sleep instruction.
S408, when detecting that the callback operation driven by the interface controller is executed, skipping the callback operation.
In this embodiment, since the interface controller corresponding to the functional chip that has been powered off is meaningless, and only the time for which the system is in sleep is increased, when it is detected that the SOC executes the callback operation driven by the interface controller, the callback operation is skipped.
According to the control method of the functional chip, when the system sleeps the interface controller corresponding to the functional chip with the power supply turned off according to the system sleep process, when the callback operation driven by the interface controller is executed, the callback operation is skipped, so that the situation that the interface controller is driven to be in meaningless sleep is avoided, and the terminal sleep time is reduced.
As shown in fig. 5, in one embodiment, there is provided a control method of a functional chip, the method including the steps of:
and S502, receiving a functional chip closing instruction, and closing the power supply of the corresponding functional chip according to the functional chip closing instruction.
In this embodiment, the functional chip is also referred to as an intellectual property core, and refers to a module chip capable of implementing professional functions. After receiving a functional chip closing instruction, the SOC closes the power supply of the corresponding functional chip according to the object of the instruction, and responds to the power supply closing operation of the functional chip to disconnect the logical connection between the SOC and the functional chip realized through the I/O interface.
And S504, driving and closing the power supply of the interface controller corresponding to the functional chip through the interface controller.
In this embodiment, the interface controller is a hardware control module that organizes data to be transmitted according to a specified protocol, and the data of the SOC and the functional chip are converted into protocol data, so that interaction between the SOC and the functional chip is realized. The SOC is connected with the functional chip through the interface controller, the work of the functional chip is controlled through the connection relation, and the SOC drives the interface controller corresponding to the functional chip with the power supply turned off through the interface controller.
S506, acquiring a wake-up instruction, and waking up an interface controller corresponding to the functional chip with the power supply turned off according to the wake-up instruction and the system flow;
in this embodiment, the SOC receives a wake-up command, where the wake-up command includes a system flow, and may specifically be the system wake-up flow. Usually, the central processing unit is awakened first, and then the other interface controllers are awakened. When the interface controller is awakened according to the system awakening process, the interface controller corresponding to the functional chip which is not powered off can be directly awakened, and the operation of awakening the interface controller corresponding to the functional chip which is powered off is executed.
S508, when detecting the callback operation driven by the execution interface controller, skipping the callback operation.
In this embodiment, since the interface controller corresponding to the functional chip that has been powered off is meaningless, and only the system wake-up time is increased, when it is detected that the SOC executes the callback operation driven by the interface controller, the callback operation is skipped.
According to the control method of the functional chip, when the system awakens the interface controller corresponding to the functional chip with the power supply turned off according to the system awakening flow, the callback operation is skipped when the callback operation driven by the interface controller is executed, so that the drive of the interface controller is prevented from being awakened meaninglessly, and the terminal awakening time is reduced.
As shown in fig. 6, in one embodiment, there is provided a control method of a functional chip, including:
s602, a function chip starting instruction is obtained, and the interface controller driver which is cancelled is registered in response to the function chip starting instruction.
In this embodiment, the SOC starts the power supply of the functional chip according to the functional chip start instruction when the power supplies of the functional chip and the interface controller have been turned off and the interface controller driver has been logged off. Specifically, the SOC and the function chip are respectively connected with the interface controller, the SOC controls the function chip through the interface controller, and after the SOC obtains a start instruction of the function chip, the interface controller driver which is logged out is registered according to the instruction, so that the interface controller is in an available state.
And S604, driving and starting the power supply of the interface controller corresponding to the functional chip through the interface controller.
In this embodiment, the interface controller driver is a basis for normal operation of the interface controller, and the SOC may drive the power supply of the interface controller corresponding to the openable functional chip through the interface controller.
And S606, establishing logic connection with the functional chip through the I/O interface according to the functional chip starting instruction.
In this embodiment, the SOC is connected to the functional chip through the I/O interface, and the SOC establishes logical connection with the functional chip through the I/O interface to control the functional chip.
And S608, starting the power supply of the functional chip according to the functional chip starting instruction.
In this embodiment, after the SOC receives the functional chip start instruction, the power supply for starting the functional chip is driven by the device according to the instruction, and the whole process for starting the functional chip is completed.
In one embodiment, further comprising: and starting a clock power supply of the interface controller.
In this embodiment, after the power supply of the interface controller corresponding to the functional chip is turned on, a clock power supply of the interface controller needs to be turned on to ensure normal operation of the interface controller.
As shown in fig. 7, in one embodiment, there is provided a control apparatus of a functional chip, including:
and the functional chip control module 702 is configured to receive a functional chip shutdown instruction, and shut down a power supply of a corresponding functional chip according to the functional chip shutdown instruction.
And the interface controller control module 704 is configured to turn off the power supply of the interface controller corresponding to the functional chip through the interface controller driver.
In one embodiment, the interface controller control module 704 is also configured to power down the clock of the interface controller.
The control device of the functional chip receives a functional chip closing instruction and closes the power supply of the corresponding functional chip according to the functional chip closing instruction; and the interface controller drives to close the power supply of the interface controller corresponding to the functional chip. The system resource is saved, the energy consumption is reduced, and the system dormancy and awakening time is reduced.
As shown in fig. 8, in one embodiment, there is provided a control apparatus of a functional chip, including:
and a driver registration module 706, configured to log off the interface controller driver.
The control device of the functional chip logs off the interface controller drive, so that the interface controller drive is prevented from being meaninglessly dormant or awakened, and the terminal dormancy or awakening time is shortened.
As shown in fig. 9, in one embodiment, there is provided a control apparatus of a functional chip, including:
a sleep module 708, configured to obtain a sleep instruction, and sleep an interface controller corresponding to a functional chip with a power supply turned off according to the sleep instruction and a system flow; and skipping the callback operation when detecting that the callback operation driven by the interface controller is executed.
The wake-up module 710 is configured to obtain a wake-up instruction, and wake up an interface controller corresponding to a functional chip with a power supply turned off according to the wake-up instruction and a system flow; and skipping the callback operation when detecting that the callback operation driven by the interface controller is executed.
According to the control device of the functional chip, when the system sleeps or awakens the interface controller corresponding to the functional chip with the power off according to the system flow, the callback operation is skipped when the callback operation driven by the interface controller is executed, so that the situation that the interface controller is driven to be meaningless to sleep or awaken is avoided, and the terminal sleeping or awakening time is shortened.
As shown in fig. 10, in one embodiment, there is provided a control apparatus of a functional chip, including:
and the logic interface control module 712 is configured to establish a logic connection with the functional chip through the I/O interface according to the functional chip start instruction.
The driver registration module 706 is further configured to obtain a functional chip start instruction, and register the interface controller driver that has been logged off in response to the functional chip start instruction.
The interface controller control module 704 is further configured to drive, via the interface controller, to turn on a power supply of the interface controller corresponding to the functional chip.
The functional chip control module 702 is further configured to start the power supply of the functional chip according to the functional chip start instruction.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above examples only show some embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method of controlling a functional chip, the method comprising:
receiving a functional chip closing instruction, and closing the power supply of the functional chip controlled by the system-level chip according to the functional chip closing instruction; the functional chip is a power switch device integrated with a logic, control, detection and protection circuit to realize professional functions;
driving to close a power supply of an interface controller which corresponds to the functional chip and is connected between the system-level chip and the functional chip through the interface controller; the interface controller is used for converting data of the system-level chip and the functional chip into protocol data; the interface controller driver is program code added to the system;
acquiring a sleep instruction;
according to the sleep instruction, the interface controller corresponding to the functional chip with the power supply turned off is dormant according to the system flow;
skipping the callback operation when detecting that the callback operation driven by the interface controller is executed;
and logging off the interface controller drive.
2. The method according to claim 1, further comprising, after the step of powering off the interface controller corresponding to the functional chip by the interface controller driver, the step of:
and disconnecting the logic link with the functional chip.
3. The method according to claim 1, further comprising, after the step of powering off the interface controller corresponding to the functional chip by the interface controller driver, the step of:
when detecting that the callback operation driven by the interface controller is executed, acquiring a wakeup instruction;
awakening the interface controller corresponding to the functional chip with the power supply turned off according to the awakening instruction and the system flow;
and skipping the callback operation when the callback operation driven by the interface controller is detected to be executed.
4. The method according to claim 1, further comprising, after the step of powering off the interface controller corresponding to the functional chip by the interface controller driver, the step of:
and turning off the clock power supply of the interface controller.
5. The method of claim 1, further comprising:
acquiring a function chip starting instruction, and registering a cancelled interface controller drive in response to the function chip starting instruction;
the interface controller drives to turn on the power supply of the interface controller corresponding to the functional chip;
establishing logic connection with the functional chip through an I/O interface according to the functional chip starting instruction;
and starting the power supply of the functional chip according to the functional chip starting instruction.
6. A control device for a functional chip, the device comprising:
the system-on-chip power supply control module is used for receiving a system-on-chip power supply control command and controlling the system-on-chip power supply according to the system-on-chip power supply control command; the functional chip is a power switch device integrated with a logic, control, detection and protection circuit to realize professional functions;
the interface controller control module is used for driving and closing the power supply of an interface controller which corresponds to the functional chip and is connected between the system-level chip and the functional chip through an interface controller; the interface controller is used for converting data of the system-level chip and the functional chip into protocol data; the interface controller driver is program code added to the system;
the acquisition module is used for acquiring a sleep instruction;
the sleep module is used for sleeping the interface controller corresponding to the functional chip with the power supply turned off according to the sleep instruction and a system flow;
the callback operation skipping module is used for skipping the callback operation when detecting that the callback operation driven by the interface controller is executed; and the drive registration module is used for logging off the drive of the interface controller.
7. The apparatus of claim 6, further comprising:
and the disconnection module is used for disconnecting the logic link with the functional chip.
8. The apparatus of claim 6, further comprising:
the wake-up module is used for acquiring a wake-up instruction when detecting that the callback operation driven by the interface controller is executed, and waking up the interface controller corresponding to the functional chip with the power supply turned off according to the wake-up instruction and a system flow; and skipping the callback operation when detecting that the callback operation driven by the interface controller is executed.
9. The apparatus of claim 6, wherein the interface controller control module is further configured to turn off a clock power supply of the interface controller.
10. The apparatus of claim 6, wherein the driver registration module is further configured to obtain a functional chip start instruction, and register the interface controller driver that has been logged off in response to the functional chip start instruction;
the interface controller control module is also used for driving and starting the power supply of the interface controller corresponding to the functional chip through the interface controller;
the device further comprises:
the logic interface control module is used for establishing logic connection with the functional chip through an I/O interface according to the functional chip starting instruction;
the functional chip control module is also used for starting the power supply of the functional chip according to the functional chip starting instruction.
CN201710193416.3A 2017-03-28 2017-03-28 Control method and device of functional chip Active CN107168924B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710193416.3A CN107168924B (en) 2017-03-28 2017-03-28 Control method and device of functional chip

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710193416.3A CN107168924B (en) 2017-03-28 2017-03-28 Control method and device of functional chip

Publications (2)

Publication Number Publication Date
CN107168924A CN107168924A (en) 2017-09-15
CN107168924B true CN107168924B (en) 2021-04-23

Family

ID=59848792

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710193416.3A Active CN107168924B (en) 2017-03-28 2017-03-28 Control method and device of functional chip

Country Status (1)

Country Link
CN (1) CN107168924B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111664081B (en) * 2020-06-01 2022-08-19 长沙市健科电子有限公司 Control method and device for cooling water pump

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104166521A (en) * 2013-05-17 2014-11-26 纬创资通股份有限公司 Computer with a memory card
CN105589542A (en) * 2014-11-13 2016-05-18 鸿富锦精密工业(武汉)有限公司 Interface power supply circuit

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101526845B (en) * 2009-04-24 2011-02-16 威盛电子股份有限公司 Power management method and related chipset thereof
CN105446912A (en) * 2014-09-24 2016-03-30 中兴通讯股份有限公司 Method and device of CPU (Central Processing Unit) for connecting WIFI module through HSIC (High Speed Inter-chip) bus interface

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104166521A (en) * 2013-05-17 2014-11-26 纬创资通股份有限公司 Computer with a memory card
CN105589542A (en) * 2014-11-13 2016-05-18 鸿富锦精密工业(武汉)有限公司 Interface power supply circuit

Also Published As

Publication number Publication date
CN107168924A (en) 2017-09-15

Similar Documents

Publication Publication Date Title
KR101832953B1 (en) Remote wakeup of application processor of mobile device
EP2391178B1 (en) Wireless modem device, system, sleep/wake-up method and terminal
WO2020168481A1 (en) Smart lock power supply control method, smart lock system and storage medium
US11463955B2 (en) Method for implementing low power consumption on standby for bluetooth security device and bluetooth security device
US9141401B2 (en) Method for switching system state and portable terminal
US7467313B2 (en) Method for transmitting a power-saving command between a computer system and peripheral system chips
TWI508489B (en) Remote wake system and method
CN105446916B (en) USB bus state switching method and device
US20180242247A1 (en) Changing method from sleep mode to awake mode in wifi system
CN105744604B (en) WIFI module power consumption control device and method based on android system
CN107168924B (en) Control method and device of functional chip
US11372470B2 (en) Control system for controlling intelligent system to reduce power consumption based on bluetooth device
CN115220557A (en) Power-on system, power-on method, readable storage medium and electronic device
WO2018010438A1 (en) Responding method and apparatus for terminal
US8661271B2 (en) Apparatus and method to control the state of a power supply when a trigger signal is received during a predetermined time period
CN101373399B (en) Electronic device with mobile communication and control method thereof
US20090094472A1 (en) Computer system and method for dynamically saving power thereof
US8954717B2 (en) System capable of booting through a universal serial bus device and method thereof
WO2015007028A1 (en) Control method and control device for sensors
US20050221860A1 (en) Electronic device
TW201012189A (en) Reciprocal wake-up system for handheld devices with insert type wireless communication module and a method therefore
WO2018116450A1 (en) Wireless communication device and control program
CN103632518A (en) USB wireless network connection equipment, vehicle-mounted system and wakeup method thereof
CN110908493A (en) Power supply control method and device
US8601186B2 (en) Management of a USB host device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20231211

Address after: 430000, No. 18 Shenlong Avenue, Wuhan Economic and Technological Development Zone, Wuhan City, Hubei Province, China. B1345, Chuanggu Launch Zone, Taizihu Cultural Digital Creative Industry Park

Patentee after: Hubei Xingji Meizu Group Co.,Ltd.

Address before: 519000 technology innovation coastal Meizu science and technology building, Zhuhai, Guangdong

Patentee before: MEIZU TECHNOLOGY Co.,Ltd.