Home
last modified time | relevance | path

Searched refs:rt_thermal_cooling_governor (Results 1 – 2 of 2) sorted by relevance

/components/drivers/include/drivers/
A Dthermal.h24 struct rt_thermal_cooling_governor;
131 struct rt_thermal_cooling_governor *gov;
145 struct rt_thermal_cooling_governor struct
186 rt_err_t rt_thermal_cooling_governor_register(struct rt_thermal_cooling_governor *gov);
187 rt_err_t rt_thermal_cooling_governor_unregister(struct rt_thermal_cooling_governor *gov);
/components/drivers/thermal/
A Dthermal.c407 static struct rt_thermal_cooling_governor dumb_governor =
421 rt_err_t rt_thermal_cooling_governor_register(struct rt_thermal_cooling_governor *gov) in rt_thermal_cooling_governor_register()
424 struct rt_thermal_cooling_governor *gov_tmp; in rt_thermal_cooling_governor_register()
453 rt_err_t rt_thermal_cooling_governor_unregister(struct rt_thermal_cooling_governor *gov) in rt_thermal_cooling_governor_unregister()
484 struct rt_thermal_cooling_governor *gov; in rt_thermal_cooling_device_change_governor()

Completed in 7 milliseconds