Searched refs:act_trips (Results 1 – 2 of 2) sorted by relevance
62 if (d->act_trips[i].valid && in int340x_thermal_get_trip_temp()63 d->act_trips[i].id == trip) { in int340x_thermal_get_trip_temp()64 *temp = d->act_trips[i].temp; in int340x_thermal_get_trip_temp()95 if (d->act_trips[i].valid && in int340x_thermal_get_trip_type()96 d->act_trips[i].id == trip) { in int340x_thermal_get_trip_type()197 &int34x_zone->act_trips[i].temp)) in int340x_thermal_read_trips()200 int34x_zone->act_trips[i].id = trip_cnt++; in int340x_thermal_read_trips()201 int34x_zone->act_trips[i].valid = true; in int340x_thermal_read_trips()
22 struct active_trip act_trips[INT340X_THERMAL_MAX_ACT_TRIP_COUNT]; member