Lines Matching defs:tt_zone
81 struct tt_thermal_zone *tt_zone; member
112 struct tt_thermal_zone *tt_zone = data; in tt_zone_tz_temp_get() local
114 guard(tt_zone)(tt_zone); in tt_zone_tz_temp_get() local
125 struct tt_thermal_zone *tt_zone = data; in tt_zone_tz_temp_set() local
127 guard(tt_zone)(tt_zone); in tt_zone_tz_temp_set() local
140 static void tt_zone_free_trips(struct tt_thermal_zone *tt_zone) in tt_zone_free_trips()
151 static void tt_zone_free(struct tt_thermal_zone *tt_zone) in tt_zone_free()
162 struct tt_thermal_zone *tt_zone = tt_work->tt_zone; in tt_add_tz_work_fn() local
220 struct tt_thermal_zone *tt_zone = tt_work->tt_zone; in tt_del_tz_work_fn() local
228 static void tt_zone_unregister_tz(struct tt_thermal_zone *tt_zone) in tt_zone_unregister_tz()
230 guard(tt_zone)(tt_zone); in tt_zone_unregister_tz() local
241 struct tt_thermal_zone *tt_zone, *aux; in tt_del_tz() local
282 struct tt_thermal_zone *tt_zone; in tt_get_tt_zone() local
301 static void tt_put_tt_zone(struct tt_thermal_zone *tt_zone) in tt_put_tt_zone()
314 struct tt_thermal_zone *tt_zone = tt_work->tt_zone; in tt_zone_add_trip_work_fn() local
359 guard(tt_zone)(tt_zone); in tt_zone_add_trip() local
374 struct tt_thermal_zone *tt_zone = thermal_zone_device_priv(tz); in tt_zone_get_temp() local
388 static int tt_zone_register_tz(struct tt_thermal_zone *tt_zone) in tt_zone_register_tz()
395 guard(tt_zone)(tt_zone); in tt_zone_register_tz() local
448 struct tt_thermal_zone *tt_zone, *aux; in tt_zone_cleanup() local