Searched refs:for_each_thermal_zone (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/tools/lib/thermal/ |
D | thermal.c | 34 int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg) in for_each_thermal_zone() function 96 if (for_each_thermal_zone(tz, __thermal_zone_discover, th)) in thermal_zone_discover()
|
D | libthermal.map | 4 for_each_thermal_zone;
|
/linux-5.19.10/drivers/thermal/ |
D | thermal_core.h | 46 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *),
|
D | thermal_netlink.c | 436 ret = for_each_thermal_zone(__thermal_genl_cmd_tz_get_id, msg); in thermal_genl_cmd_tz_get_id()
|
D | thermal_core.c | 555 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone() function
|
/linux-5.19.10/tools/lib/thermal/include/ |
D | thermal.h | 77 LIBTHERMAL_API int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg);
|
/linux-5.19.10/tools/thermal/thermal-engine/ |
D | thermal-engine.c | 321 for_each_thermal_zone(td.tz, show_tz, td.th); in main()
|