Searched refs:__governor (Results 1 – 3 of 3) sorted by relevance
43 #define for_each_governor_table(__governor) \ argument44 for (__governor = __governor_thermal_table; \45 __governor < __governor_thermal_table_end; \46 __governor++)
624 #define cpufreq_governor_init(__governor) \ argument625 static int __init __governor##_init(void) \627 return cpufreq_register_governor(&__governor); \629 core_initcall(__governor##_init)631 #define cpufreq_governor_exit(__governor) \ argument632 static void __exit __governor##_exit(void) \634 return cpufreq_unregister_governor(&__governor); \636 module_exit(__governor##_exit)
48 #define for_each_governor(__governor) \ argument49 list_for_each_entry(__governor, &cpufreq_governor_list, governor_list)