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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
priv.h 71 int nvkm_therm_fan_set(struct nvkm_therm *, bool now, int percent);
nouveau_nvkm_subdev_therm_fan.c 127 nvkm_therm_fan_set(struct nvkm_therm *therm, bool immediate, int percent) function in typeref:typename:int
189 return nvkm_therm_fan_set(therm, true, percent);
nouveau_nvkm_subdev_therm_base.c 166 nvkm_therm_fan_set(therm, immd, duty);
393 nvkm_therm_fan_set(therm, true, therm->fan->percent);
nouveau_nvkm_subdev_therm_temp.c 111 nvkm_therm_fan_set(therm, true, 100);

Completed in 12 milliseconds