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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_fanpwm.c 52 ret = therm->func->pwm_get(therm, fan->func.line, &divs, &duty);
102 therm->func->pwm_get(therm, func->line, &divs, &duty) == -ENODEV)
nouveau_nvkm_subdev_therm_gm107.c 67 .pwm_get = gm107_fan_pwm_get,
nouveau_nvkm_subdev_therm_gt215.c 67 .pwm_get = nv50_fan_pwm_get,
nouveau_nvkm_subdev_therm_gk104.c 102 .pwm_get = gf119_fan_pwm_get,
priv.h 94 int (*pwm_get)(struct nvkm_therm *, int line, u32 *, u32 *); member in struct:nvkm_therm_func
nouveau_nvkm_subdev_therm_gf119.c 145 .pwm_get = gf119_fan_pwm_get,
nouveau_nvkm_subdev_therm_nv40.c 198 .pwm_get = nv40_fan_pwm_get,
nouveau_nvkm_subdev_therm_nv50.c 169 .pwm_get = nv50_fan_pwm_get,
nouveau_nvkm_subdev_therm_g84.c 223 .pwm_get = nv50_fan_pwm_get,
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c 1876 panel->backlight.pwm = pwm_get(dev->dev, "pwm_pmic_backlight");
1879 panel->backlight.pwm = pwm_get(dev->dev, "pwm_soc_backlight");

Completed in 17 milliseconds