Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dintel_pch_thermal.c63 int crt_trip_id; member
97 ptd->crt_trip_id = -1; in pch_wpt_init()
103 ptd->crt_trip_id = 0; in pch_wpt_init()
156 if (ptd->crt_trip_id == trip) in pch_get_trip_type()
170 if (ptd->crt_trip_id == trip) in pch_get_trip_temp()
/linux-4.4.14/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c62 else if (trip == d->crt_trip_id) in int340x_thermal_get_trip_temp()
95 else if (trip == d->crt_trip_id) in int340x_thermal_get_trip_type()
217 int34x_thermal_zone->crt_trip_id = -1; in int340x_thermal_zone_add()
220 int34x_thermal_zone->crt_trip_id = trip_cnt++; in int340x_thermal_zone_add()
Dint340x_thermal_zone.h37 int crt_trip_id; member