Home
last modified time | relevance | path

Searched refs:act_trips (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c61 if (d->act_trips[i].valid && in int340x_thermal_get_trip_temp()
62 d->act_trips[i].id == trip) { in int340x_thermal_get_trip_temp()
63 *temp = d->act_trips[i].temp; in int340x_thermal_get_trip_temp()
94 if (d->act_trips[i].valid && in int340x_thermal_get_trip_type()
95 d->act_trips[i].id == trip) { in int340x_thermal_get_trip_type()
196 &int34x_zone->act_trips[i].temp)) in int340x_thermal_read_trips()
199 int34x_zone->act_trips[i].id = trip_cnt++; in int340x_thermal_read_trips()
200 int34x_zone->act_trips[i].valid = true; in int340x_thermal_read_trips()
Dint340x_thermal_zone.h22 struct active_trip act_trips[INT340X_THERMAL_MAX_ACT_TRIP_COUNT]; member