Searched refs:for_each_thermal_zone (Results 1 – 7 of 7) 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 | 3 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 | 205 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *),
|
| H A D | thermal_netlink.c | 512 ret = for_each_thermal_zone(__thermal_genl_cmd_tz_get_id, msg); in thermal_genl_cmd_tz_get_id()
|
| H A D | thermal_core.c | 749 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone() function
|