Searched refs:last_trip (Results 1 – 2 of 2) sorted by relevance
34 *last_trip = priv->last_trip; in nvkm_therm_update_trip() local46 if (last_trip && temp <= (last_trip->temp) && in nvkm_therm_update_trip()47 temp > (last_trip->temp - last_trip->hysteresis)) in nvkm_therm_update_trip()48 cur_trip = last_trip; in nvkm_therm_update_trip()52 priv->last_trip = cur_trip; in nvkm_therm_update_trip()55 priv->last_trip = NULL; in nvkm_therm_update_trip()
75 struct nvbios_therm_trip_point *last_trip; member