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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_fantog.c 89 if (therm->func->pwm_ctrl)
90 therm->func->pwm_ctrl(therm, fan->func.line, false);
108 if (therm->func->pwm_ctrl) {
109 ret = therm->func->pwm_ctrl(therm, func->line, false);
nouveau_nvkm_subdev_therm_fanpwm.c 85 ret = therm->func->pwm_ctrl(therm, fan->func.line, true);
101 !therm->func->pwm_ctrl || info.type == NVBIOS_THERM_FAN_TOGGLE ||
nouveau_nvkm_subdev_therm_gm107.c 66 .pwm_ctrl = gm107_fan_pwm_ctrl,
nouveau_nvkm_subdev_therm_gt215.c 66 .pwm_ctrl = nv50_fan_pwm_ctrl,
nouveau_nvkm_subdev_therm_gk104.c 101 .pwm_ctrl = gf119_fan_pwm_ctrl,
priv.h 93 int (*pwm_ctrl)(struct nvkm_therm *, int line, bool); member in struct:nvkm_therm_func
nouveau_nvkm_subdev_therm_gf119.c 144 .pwm_ctrl = gf119_fan_pwm_ctrl,
nouveau_nvkm_subdev_therm_nv40.c 197 .pwm_ctrl = nv40_fan_pwm_ctrl,
nouveau_nvkm_subdev_therm_nv50.c 168 .pwm_ctrl = nv50_fan_pwm_ctrl,
nouveau_nvkm_subdev_therm_g84.c 222 .pwm_ctrl = nv50_fan_pwm_ctrl,

Completed in 20 milliseconds