HomeSort by: relevance | last modified time | path
    Searched defs:trip (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
therm.h 58 struct nvbios_therm_trip_point trip[NVKM_TEMP_FAN_TRIP_MAX]; member in struct:nvbios_therm_fan
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_base.c 45 struct nvbios_therm_trip_point *trip = therm->fan->bios.trip, local in function:nvkm_therm_update_trip
51 /* look for the trip point corresponding to the current temperature */
54 if (temp >= trip[i].temp)
55 cur_trip = &trip[i];
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 5909 u16 trip = 0; local in function:skl_scaler_calc_phase
5926 trip = PS_PHASE_TRIP;
5928 return ((phase >> 2) & PS_PHASE_MASK) | trip;
18362 * ports even it doesn't enable the port. This would trip

Completed in 49 milliseconds