Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpm_domain.h158 extern struct dev_power_governor simple_qos_governor;
231 #define simple_qos_governor NULL macro
/linux-4.1.27/drivers/base/power/
Ddomain_governor.c228 struct dev_power_governor simple_qos_governor = { variable
/linux-4.1.27/arch/arm/mach-shmobile/
Dpm-rmobile.c157 pm_genpd_init(genpd, gov ? : &simple_qos_governor, false); in rmobile_init_pm_domain()