|
Linux Kernel
3.7.1
|
#include <cpuidle.h>
Data Fields | |
| char | name [CPUIDLE_NAME_LEN] |
| struct list_head | governor_list |
| unsigned int | rating |
| int(* | enable )(struct cpuidle_driver *drv, struct cpuidle_device *dev) |
| void(* | disable )(struct cpuidle_driver *drv, struct cpuidle_device *dev) |
| int(* | select )(struct cpuidle_driver *drv, struct cpuidle_device *dev) |
| void(* | reflect )(struct cpuidle_device *dev, int index) |
| struct module * | owner |
| void(* disable)(struct cpuidle_driver *drv, struct cpuidle_device *dev) |
| int(* enable)(struct cpuidle_driver *drv, struct cpuidle_device *dev) |
| char name[CPUIDLE_NAME_LEN] |
| int(* select)(struct cpuidle_driver *drv, struct cpuidle_device *dev) |
1.8.2