Searched refs:tt_trip (Results 1 – 1 of 1) sorted by relevance
66 struct tt_trip { struct82 struct tt_trip *tt_trip; argument142 struct tt_trip *tt_trip, *aux; in tt_zone_free_trips() local144 list_for_each_entry_safe(tt_trip, aux, &tt_zone->trips, list_node) { in tt_zone_free_trips()145 list_del(&tt_trip->list_node); in tt_zone_free_trips()146 ida_free(&tt_zone->ida, tt_trip->id); in tt_zone_free_trips()147 kfree(tt_trip); in tt_zone_free_trips()315 struct tt_trip *tt_trip = tt_work->tt_trip; in tt_zone_add_trip_work_fn() local320 snprintf(d_name, TT_MAX_FILE_NAME_LENGTH, "trip_%d_temp", tt_trip->id); in tt_zone_add_trip_work_fn()322 &tt_trip->trip.temperature, &tt_int_attr); in tt_zone_add_trip_work_fn()[all …]