Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thermal/
A Dthermal_core.h41 #define for_each_governor_table(__governor) \ argument
42 for (__governor = __governor_thermal_table; \
43 __governor < __governor_thermal_table_end; \
44 __governor++)
/linux-6.3-rc2/include/linux/
A Dcpufreq.h626 #define cpufreq_governor_init(__governor) \ argument
627 static int __init __governor##_init(void) \
629 return cpufreq_register_governor(&__governor); \
631 core_initcall(__governor##_init)
633 #define cpufreq_governor_exit(__governor) \ argument
634 static void __exit __governor##_exit(void) \
636 return cpufreq_unregister_governor(&__governor); \
638 module_exit(__governor##_exit)
/linux-6.3-rc2/drivers/cpufreq/
A Dcpufreq.c48 #define for_each_governor(__governor) \ argument
49 list_for_each_entry(__governor, &cpufreq_governor_list, governor_list)

Completed in 10 milliseconds