Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/intel/int340x_thermal/
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()
188 int34x_zone->hot_trip_id = -1; in int340x_thermal_read_trips()
191 int34x_zone->hot_trip_id = trip_cnt++; in int340x_thermal_read_trips()
Dint340x_thermal_zone.h30 int hot_trip_id; member
/linux-5.19.10/drivers/thermal/intel/
Dintel_pch_thermal.c87 int hot_trip_id; member
175 ptd->hot_trip_id = -1; in pch_wpt_init()
180 ptd->hot_trip_id = *nr_trips; in pch_wpt_init()
316 else if (ptd->hot_trip_id == trip) in pch_get_trip_type()
332 else if (ptd->hot_trip_id == trip) in pch_get_trip_temp()