Home
last modified time | relevance | path

Searched refs:thermal_governor (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Dthermal_core.h32 extern struct thermal_governor *__governor_thermal_table[];
33 extern struct thermal_governor *__governor_thermal_table_end[];
52 int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *),
53 void *thermal_governor);
125 int thermal_register_governor(struct thermal_governor *);
126 void thermal_unregister_governor(struct thermal_governor *);
H A Drockchip_system_monitor.c1306 static struct thermal_governor thermal_gov_dummy = {
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.h32 extern struct thermal_governor *__governor_thermal_table[];
33 extern struct thermal_governor *__governor_thermal_table_end[];
47 int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *), void *data);
111 int thermal_register_governor(struct thermal_governor *governor);
112 void thermal_unregister_governor(struct thermal_governor *governor);
H A Dthermal_core.c47 static struct thermal_governor *def_governor;
56 static struct thermal_governor *__find_governor(const char *name) in __find_governor()
58 struct thermal_governor *pos; in __find_governor()
100 static int thermal_set_governor(struct thermal_zone_device *tz, struct thermal_governor *new_gov) in thermal_set_governor()
122 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()
177 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor()
208 struct thermal_governor *gov; in thermal_zone_device_set_policy()
232 struct thermal_governor *pos; in thermal_build_list_of_policies()
250 struct thermal_governor **governor; in thermal_unregister_governors()
258 struct thermal_governor **governo in thermal_register_governors()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dthermal.h168 struct thermal_governor *governor;
179 * struct thermal_governor - structure that holds thermal governor information
190 struct thermal_governor { struct
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drockchip_system_monitor.c1289 static struct thermal_governor thermal_gov_dummy = {

Completed in 8 milliseconds