Home
last modified time | relevance | path

Searched refs:for_each_thermal_zone (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/tools/lib/thermal/
Dthermal.c34 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()
Dlibthermal.map4 for_each_thermal_zone;
/linux-5.19.10/drivers/thermal/
Dthermal_core.h46 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *),
Dthermal_netlink.c436 ret = for_each_thermal_zone(__thermal_genl_cmd_tz_get_id, msg); in thermal_genl_cmd_tz_get_id()
Dthermal_core.c555 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/
Dthermal.h77 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/
Dthermal-engine.c321 for_each_thermal_zone(td.tz, show_tz, td.th); in main()