|
Linux Kernel
3.7.1
|
#include <linux/device.h>#include <linux/mutex.h>#include <linux/pm.h>#include <linux/err.h>#include <linux/of.h>#include <linux/notifier.h>#include <linux/cpuidle.h>Go to the source code of this file.
Data Structures | |
| struct | dev_power_governor |
| struct | gpd_dev_ops |
| struct | gpd_cpu_data |
| struct | generic_pm_domain |
| struct | gpd_link |
| struct | gpd_timing_data |
| struct | generic_pm_domain_data |
Macros | |
| #define | simple_qos_governor NULL |
| #define | pm_domain_always_on_gov NULL |
Enumerations | |
| enum | gpd_status { GPD_STATE_ACTIVE = 0, GPD_STATE_WAIT_MASTER, GPD_STATE_BUSY, GPD_STATE_REPEAT, GPD_STATE_POWER_OFF } |
| #define pm_domain_always_on_gov NULL |
Definition at line 263 of file pm_domain.h.
| #define simple_qos_governor NULL |
Definition at line 262 of file pm_domain.h.
| enum gpd_status |
| GPD_STATE_ACTIVE | |
| GPD_STATE_WAIT_MASTER | |
| GPD_STATE_BUSY | |
| GPD_STATE_REPEAT | |
| GPD_STATE_POWER_OFF |
Definition at line 20 of file pm_domain.h.
1.8.2