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

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dnouveau_nvkm_subdev_therm_base.c47 *last_trip = therm->last_trip; local
59 if (last_trip && temp <= (last_trip->temp) &&
60 temp > (last_trip->temp - last_trip->hysteresis))
61 cur_trip = last_trip;
65 therm->last_trip = cur_trip;
68 therm->last_trip = NULL;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
H A Dtherm.h68 struct nvbios_therm_trip_point *last_trip; member in struct:nvkm_therm

Completed in 92 milliseconds