Searched refs:for_each_thermal_zone (Results 1 – 6 of 6) sorted by relevance
/linux/tools/lib/thermal/ |
H A D | thermal.c | 48 int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg) in for_each_thermal_zone() function 113 if (for_each_thermal_zone(tz, __thermal_zone_discover, th)) in thermal_zone_discover()
|
H A D | libthermal.map | 4 for_each_thermal_zone;
|
/linux/tools/thermal/thermal-engine/ |
H A D | thermal-engine.c | 398 for_each_thermal_zone(td.tz, set_threshold, td.th); in main() 400 for_each_thermal_zone(td.tz, show_tz, td.th); in main()
|
/linux/tools/lib/thermal/include/ |
H A D | thermal.h | 99 LIBTHERMAL_API int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg);
|
/linux/drivers/thermal/ |
H A D | thermal_core.h | 202 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *),
|
H A D | thermal_core.c | 747 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone() function
|