Home
last modified time | relevance | path

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

/linux/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()
H A Dlibthermal.map4 for_each_thermal_zone;
/linux/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);
/linux/drivers/thermal/
H A Dthermal_core.h186 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *),
H A Dthermal_netlink.c428 ret = for_each_thermal_zone(__thermal_genl_cmd_tz_get_id, msg); in thermal_genl_cmd_tz_get_id()
H A Dthermal_core.c707 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone() function
/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c321 for_each_thermal_zone(td.tz, show_tz, td.th); in main()