Searched refs:for_each_thermal_zone (Results 1 – 4 of 4) sorted by relevance
| /tools/lib/thermal/ |
| A D | libthermal.map | 4 for_each_thermal_zone;
|
| 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()
|
| /tools/thermal/thermal-engine/ |
| 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()
|
| /tools/lib/thermal/include/ |
| A D | thermal.h | 99 LIBTHERMAL_API int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg);
|
Completed in 7 milliseconds