Lines Matching refs:thermal_zone
77 struct thermal_zone { struct
85 LIST_ENTRY(thermal_zone) tz_list; argument
104 static void thermal_zone_kstat_attach(struct thermal_zone *); argument
105 static void thermal_zone_kstat_update(struct thermal_zone *);
108 LIST_HEAD(, thermal_zone) thermal_zones =
125 struct thermal_zone *tz; in thermal_sensor_update()
183 struct thermal_zone *tz = arg; in thermal_zone_poll_timeout()
236 cmap_deactivate(struct thermal_zone *tz, struct cmap *cm) in cmap_deactivate()
257 cmap_activate(struct thermal_zone *tz, struct cmap *cm, int32_t delta) in cmap_activate()
287 cmap_finish(struct thermal_zone *tz) in cmap_finish()
302 struct thermal_zone *tz = arg; in thermal_zone_poll()
399 struct thermal_zone *tz; in thermal_zone_init()
414 tz = malloc(sizeof(struct thermal_zone), M_DEVBUF, M_ZERO | M_WAITOK); in thermal_zone_init()
565 thermal_zone_kstat_update(struct thermal_zone *tz) in thermal_zone_kstat_update()
611 thermal_zone_kstat_attach(struct thermal_zone *tz) in thermal_zone_kstat_attach()