Lines Matching defs:thermal_zone
48 struct thermal_zone {
71 typedef int (*cb_tz_t)(struct thermal_zone *, void *);
77 LIBTHERMAL_API int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg);
83 LIBTHERMAL_API struct thermal_zone *thermal_zone_find_by_name(struct thermal_zone *tz,
86 LIBTHERMAL_API struct thermal_zone *thermal_zone_find_by_id(struct thermal_zone *tz, int id);
88 LIBTHERMAL_API struct thermal_zone *thermal_zone_discover(struct thermal_handler *th);
113 struct thermal_zone **tz);
119 struct thermal_zone *tz);
122 struct thermal_zone *tz);
125 struct thermal_zone *tz);