#include <linux/device.h>
Go to the source code of this file.
cpuidle_add_interface - add CPU global sysfs attributes
Definition at line 141 of file sysfs.c.
cpuidle_add_driver_sysfs - adds driver-specific sysfs attributes : the target device
Definition at line 362 of file sysfs.c.
cpuidle_add_sysfs - creates a sysfs instance for the target device : the target device
Definition at line 411 of file sysfs.c.
cpuidle_enter_state - enter the state and update stats : cpuidle device for this cpu : cpuidle driver for this cpu : index into drv->states of the state to enter
Definition at line 100 of file cpuidle.c.
void cpuidle_install_idle_handler |
( |
void |
| ) |
|
cpuidle_install_idle_handler - installs the cpuidle idle loop handler
Definition at line 173 of file cpuidle.c.
cpuidle_remove_interface - remove CPU global sysfs attributes
Definition at line 152 of file sysfs.c.
cpuidle_remove_driver_sysfs - removes driver-specific sysfs attributes : the target device
Definition at line 399 of file sysfs.c.
cpuidle_remove_sysfs - deletes a sysfs instance on the target device : the target device
Definition at line 429 of file sysfs.c.
cpuidle_switch_governor - changes the governor : the new target governor
NOTE: "gov" can be NULL to specify disabled Must be called with cpuidle_lock acquired.
Definition at line 44 of file governor.c.
void cpuidle_uninstall_idle_handler |
( |
void |
| ) |
|
cpuidle_uninstall_idle_handler - uninstalls the cpuidle idle loop handler
Definition at line 185 of file cpuidle.c.