Home
last modified time | relevance | path

Searched refs:simple_qos_governor (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/
Dpm_domain.h118 extern struct dev_power_governor simple_qos_governor;
219 #define simple_qos_governor NULL macro
/linux-3.4.99/drivers/base/power/
Ddomain_governor.c159 struct dev_power_governor simple_qos_governor = { variable
/linux-3.4.99/arch/arm/mach-shmobile/
Dpm-sh7372.c197 pm_genpd_init(genpd, gov ? : &simple_qos_governor, false); in sh7372_init_pm_domain()