Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dintel_pch_thermal.c65 int hot_trip_id; member
107 ptd->hot_trip_id = -1; in pch_wpt_init()
113 ptd->hot_trip_id = *nr_trips; in pch_wpt_init()
158 else if (ptd->hot_trip_id == trip) in pch_get_trip_type()
172 else if (ptd->hot_trip_id == trip) in pch_get_trip_temp()
/linux-4.4.14/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c66 else if (trip == d->hot_trip_id) in int340x_thermal_get_trip_temp()
97 else if (trip == d->hot_trip_id) in int340x_thermal_get_trip_type()
221 int34x_thermal_zone->hot_trip_id = -1; in int340x_thermal_zone_add()
224 int34x_thermal_zone->hot_trip_id = trip_cnt++; in int340x_thermal_zone_add()
Dint340x_thermal_zone.h39 int hot_trip_id; member