Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c70 if (d->act_trips[i].valid && in int340x_thermal_get_trip_temp()
71 d->act_trips[i].id == trip) { in int340x_thermal_get_trip_temp()
72 *temp = d->act_trips[i].temp; in int340x_thermal_get_trip_temp()
103 if (d->act_trips[i].valid && in int340x_thermal_get_trip_type()
104 d->act_trips[i].id == trip) { in int340x_thermal_get_trip_type()
233 &int34x_thermal_zone->act_trips[i].temp)) in int340x_thermal_zone_add()
236 int34x_thermal_zone->act_trips[i].id = trip_cnt++; in int340x_thermal_zone_add()
237 int34x_thermal_zone->act_trips[i].valid = true; in int340x_thermal_zone_add()
Dint340x_thermal_zone.h31 struct active_trip act_trips[INT340X_THERMAL_MAX_ACT_TRIP_COUNT]; member