Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dthermal_core.h110 int thermal_gov_power_allocator_register(void);
113 static inline int thermal_gov_power_allocator_register(void) { return 0; } in thermal_gov_power_allocator_register() function
Dpower_allocator.c655 int thermal_gov_power_allocator_register(void) in thermal_gov_power_allocator_register() function
Dthermal_core.c266 return thermal_gov_power_allocator_register(); in thermal_register_governors()