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 D | nouveau_nvkm_subdev_therm_fanpwm.c | 52 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 D | nouveau_nvkm_subdev_therm_gm107.c | 67 .pwm_get = gm107_fan_pwm_get,
|
H A D | nouveau_nvkm_subdev_therm_gt215.c | 67 .pwm_get = nv50_fan_pwm_get,
|
H A D | priv.h | 94 int (*pwm_get)(struct nvkm_therm *, int line, u32 *, u32 *); member
|
H A D | nouveau_nvkm_subdev_therm_gk104.c | 102 .pwm_get = gf119_fan_pwm_get,
|
H A D | nouveau_nvkm_subdev_therm_gf119.c | 145 .pwm_get = gf119_fan_pwm_get,
|
H A D | nouveau_nvkm_subdev_therm_nv50.c | 169 .pwm_get = nv50_fan_pwm_get,
|
H A D | nouveau_nvkm_subdev_therm_nv40.c | 198 .pwm_get = nv40_fan_pwm_get,
|
H A D | nouveau_nvkm_subdev_therm_g84.c | 223 .pwm_get = nv50_fan_pwm_get,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_panel.c | 1876 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()
|