Home
last modified time | relevance | path

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

/linux/tools/lib/thermal/
H A Dlibthermal.map3 for_each_thermal_zone;
/linux/tools/lib/thermal/include/
H A Dthermal.h99 LIBTHERMAL_API int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg);
/linux/drivers/thermal/
H A Dthermal_netlink.c512 ret = for_each_thermal_zone(__thermal_genl_cmd_tz_get_id, msg); in thermal_genl_cmd_tz_get_id()
H A Dthermal_core.c683 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone() function