HomeSort by: relevance | last modified time | path
    Searched refs:last_trip (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_base.c 47 *last_trip = therm->last_trip;
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;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
therm.h 68 struct nvbios_therm_trip_point *last_trip; member in struct:nvkm_therm

Completed in 11 milliseconds