tt_thermal_zone
struct tt_thermal_zone *tt_zone = data;
struct tt_thermal_zone *tt_zone = data;
static void tt_zone_free_trips(struct tt_thermal_zone *tt_zone)
static void tt_zone_free(struct tt_thermal_zone *tt_zone)
struct tt_thermal_zone *tt_zone = tt_work->tt_zone;
struct tt_thermal_zone *tt_zone __free(kfree) = kzalloc_obj(*tt_zone);
struct tt_thermal_zone *tt_zone = tt_work->tt_zone;
static void tt_zone_unregister_tz(struct tt_thermal_zone *tt_zone)
struct tt_thermal_zone *tt_zone, *aux;
static struct tt_thermal_zone *tt_get_tt_zone(const char *arg)
struct tt_thermal_zone *tt_zone;
static void tt_put_tt_zone(struct tt_thermal_zone *tt_zone)
DEFINE_FREE(put_tt_zone, struct tt_thermal_zone *,
struct tt_thermal_zone *tt_zone = tt_work->tt_zone;
struct tt_thermal_zone *tt_zone __free(put_tt_zone) = tt_get_tt_zone(arg);
struct tt_thermal_zone *tt_zone = thermal_zone_device_priv(tz);
static int tt_zone_register_tz(struct tt_thermal_zone *tt_zone)
struct tt_thermal_zone *tt_zone __free(put_tt_zone) = tt_get_tt_zone(arg);
struct tt_thermal_zone *tt_zone __free(put_tt_zone) = tt_get_tt_zone(arg);
struct tt_thermal_zone *tt_zone, *aux;
DEFINE_GUARD(tt_zone, struct tt_thermal_zone *, mutex_lock(&_T->lock), mutex_unlock(&_T->lock))
struct tt_thermal_zone *tt_zone;