Searched refs:for_each_thermal_zone (Results 1 – 4 of 4) sorted by relevance
3 for_each_thermal_zone;
99 LIBTHERMAL_API int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg);
512 ret = for_each_thermal_zone(__thermal_genl_cmd_tz_get_id, msg); in thermal_genl_cmd_tz_get_id()
683 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone() function