Home
last modified time | relevance | path

Searched refs:tt_trip (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/thermal/testing/
H A Dzone.c66 struct tt_trip { struct
82 struct tt_trip *tt_trip; argument
142 struct tt_trip *tt_trip, *aux; in tt_zone_free_trips() local
144 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() local
320 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 …]