Home
last modified time | relevance | path

Searched refs:governor_list (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dwatchdog_pretimeout.c32 static LIST_HEAD(governor_list);
43 list_for_each_entry(priv, &governor_list, entry) in find_governor_by_name()
57 list_for_each_entry(priv, &governor_list, entry) in watchdog_pretimeout_available_governors_get()
132 list_add(&priv->entry, &governor_list); in watchdog_register_governor()
158 list_for_each_entry_safe(priv, t, &governor_list, entry) { in watchdog_unregister_governor()
/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A Dgovernor.c35 list_for_each_entry(gov, &cpuidle_governors, governor_list) in cpuidle_find_governor()
93 list_add_tail(&gov->governor_list, &cpuidle_governors); in cpuidle_register_governor()
H A Dsysfs.c29 list_for_each_entry(tmp, &cpuidle_governors, governor_list) { in show_available_governors()
90 list_for_each_entry(gov, &cpuidle_governors, governor_list) { in store_current_governor()
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_core.c62 list_for_each_entry(pos, &thermal_governor_list, governor_list) in __find_governor()
137 list_add(&governor->governor_list, &thermal_governor_list); in thermal_register_governor()
196 list_del(&governor->governor_list); in thermal_unregister_governor()
232 list_for_each_entry(pos, &thermal_governor_list, governor_list) { in thermal_build_list_of_policies()
715 list_for_each_entry(gov, &thermal_governor_list, governor_list) { in for_each_thermal_governor()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h209 struct list_head governor_list; member
H A Dcpuidle.h265 struct list_head governor_list; member
H A Dcpufreq.h579 struct list_head governor_list; member
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq.c53 list_for_each_entry(__governor, &cpufreq_governor_list, governor_list)
2394 list_add(&governor->governor_list, &cpufreq_governor_list); in cpufreq_register_governor()
2424 list_del(&governor->governor_list); in cpufreq_unregister_governor()