Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dthermal_core.h82 int thermal_gov_user_space_register(void);
85 static inline int thermal_gov_user_space_register(void) { return 0; } in thermal_gov_user_space_register() function
Duser_space.c48 int thermal_gov_user_space_register(void) in thermal_gov_user_space_register() function
Dthermal_core.c1846 return thermal_gov_user_space_register(); in thermal_register_governors()