Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpm_domain.h157 extern struct dev_power_governor simple_qos_governor;
200 #define simple_qos_governor (*(struct dev_power_governor *)(NULL)) macro
/Linux-v4.19/drivers/base/power/
Ddomain_governor.c248 struct dev_power_governor simple_qos_governor = { variable
/Linux-v4.19/arch/arm/mach-shmobile/
Dpm-rmobile.c134 pm_genpd_init(genpd, gov ? : &simple_qos_governor, false); in rmobile_init_pm_domain()
/Linux-v4.19/drivers/soc/renesas/
Drcar-sysc.c207 struct dev_power_governor *gov = &simple_qos_governor; in rcar_sysc_pd_setup()