Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/intel/
Dintel_pch_thermal.c62 int crt_trip_id; member
143 ptd->crt_trip_id = -1; in pch_wpt_init()
149 ptd->crt_trip_id = 0; in pch_wpt_init()
236 if (ptd->crt_trip_id == trip) in pch_get_trip_type()
252 if (ptd->crt_trip_id == trip) in pch_get_trip_temp()
/Linux-v5.4/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c53 else if (trip == d->crt_trip_id) in int340x_thermal_get_trip_temp()
86 else if (trip == d->crt_trip_id) in int340x_thermal_get_trip_type()
176 int34x_zone->crt_trip_id = -1; in int340x_thermal_read_trips()
179 int34x_zone->crt_trip_id = trip_cnt++; in int340x_thermal_read_trips()
Dint340x_thermal_zone.h28 int crt_trip_id; member