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

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

Completed in 245 milliseconds