Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/
Dthermal_trip.c93 return trip_to_trip_desc(trip) - tz->trips; in thermal_zone_trip_id()
113 struct thermal_trip_desc *td = trip_to_trip_desc(trip); in thermal_zone_set_trip_temp()
Dthermal_core.h255 #define trip_to_trip_desc(__trip) \ macro