Home
last modified time | relevance | path

Searched refs:for_each_thermal_zone (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/tools/lib/thermal/
H A 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()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_core.h46 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *),
H A Dthermal_netlink.c382 ret = for_each_thermal_zone(__thermal_genl_cmd_tz_get_id, msg); in thermal_genl_cmd_tz_get_id()
H A Dthermal_core.c739 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone() function
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_core.h48 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *),
H A Dthermal_netlink.c436 ret = for_each_thermal_zone(__thermal_genl_cmd_tz_get_id, msg); in thermal_genl_cmd_tz_get_id()
H A Dthermal_core.c561 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone() function
/kernel/linux/linux-6.6/tools/lib/thermal/include/
H A Dthermal.h77 LIBTHERMAL_API int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg);
/kernel/linux/linux-6.6/tools/thermal/thermal-engine/
H A Dthermal-engine.c321 for_each_thermal_zone(td.tz, show_tz, td.th); in main()

Completed in 8 milliseconds