Home
last modified time | relevance | path

Searched refs:pwm_get (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dnouveau_nvkm_subdev_therm_fanpwm.c52 ret = therm->func->pwm_get(therm, fan->func.line, &divs, &duty); in nvkm_fanpwm_get()
102 therm->func->pwm_get(therm, func->line, &divs, &duty) == -ENODEV) in nvkm_fanpwm_create()
H A Dnouveau_nvkm_subdev_therm_gm107.c67 .pwm_get = gm107_fan_pwm_get,
H A Dnouveau_nvkm_subdev_therm_gt215.c67 .pwm_get = nv50_fan_pwm_get,
H A Dpriv.h94 int (*pwm_get)(struct nvkm_therm *, int line, u32 *, u32 *); member
H A Dnouveau_nvkm_subdev_therm_gk104.c102 .pwm_get = gf119_fan_pwm_get,
H A Dnouveau_nvkm_subdev_therm_gf119.c145 .pwm_get = gf119_fan_pwm_get,
H A Dnouveau_nvkm_subdev_therm_nv50.c169 .pwm_get = nv50_fan_pwm_get,
H A Dnouveau_nvkm_subdev_therm_nv40.c198 .pwm_get = nv40_fan_pwm_get,
H A Dnouveau_nvkm_subdev_therm_g84.c223 .pwm_get = nv50_fan_pwm_get,
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_panel.c1876 panel->backlight.pwm = pwm_get(dev->dev, "pwm_pmic_backlight"); in pwm_setup_backlight()
1879 panel->backlight.pwm = pwm_get(dev->dev, "pwm_soc_backlight"); in pwm_setup_backlight()