Searched refs:last_trip (Results 1 – 2 of 2) sorted by relevance
42 *last_trip = therm->last_trip; in nvkm_therm_update_trip() local54 if (last_trip && temp <= (last_trip->temp) && in nvkm_therm_update_trip()55 temp > (last_trip->temp - last_trip->hysteresis)) in nvkm_therm_update_trip()56 cur_trip = last_trip; in nvkm_therm_update_trip()60 therm->last_trip = cur_trip; in nvkm_therm_update_trip()63 therm->last_trip = NULL; in nvkm_therm_update_trip()
66 struct nvbios_therm_trip_point *last_trip; member