Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/intel/
H A Dintel_pch_thermal.c67 int hot_trip_id; member
156 ptd->hot_trip_id = -1; in pch_wpt_init()
162 ptd->hot_trip_id = *nr_trips; in pch_wpt_init()
241 else if (ptd->hot_trip_id == trip) in pch_get_trip_type()
257 else if (ptd->hot_trip_id == trip) in pch_get_trip_temp()
/OK3568_Linux_fs/kernel/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c58 else if (trip == d->hot_trip_id) in int340x_thermal_get_trip_temp()
89 else if (trip == d->hot_trip_id) in int340x_thermal_get_trip_type()
182 int34x_zone->hot_trip_id = -1; in int340x_thermal_read_trips()
185 int34x_zone->hot_trip_id = trip_cnt++; in int340x_thermal_read_trips()
H A Dint340x_thermal_zone.h30 int hot_trip_id; member