Searched refs:pwm_set (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/ |
H A D | nouveau_nvkm_subdev_therm_gm107.c | 68 .pwm_set = gm107_fan_pwm_set,
|
H A D | nouveau_nvkm_subdev_therm_gt215.c | 68 .pwm_set = nv50_fan_pwm_set,
|
H A D | priv.h | 95 int (*pwm_set)(struct nvkm_therm *, int line, u32, u32); member
|
H A D | nouveau_nvkm_subdev_therm_gk104.c | 103 .pwm_set = gf119_fan_pwm_set,
|
H A D | nouveau_nvkm_subdev_therm_gf119.c | 146 .pwm_set = gf119_fan_pwm_set,
|
H A D | nouveau_nvkm_subdev_therm_fanpwm.c | 83 ret = therm->func->pwm_set(therm, fan->func.line, divs, duty); in nvkm_fanpwm_set()
|
H A D | nouveau_nvkm_subdev_therm_nv50.c | 170 .pwm_set = nv50_fan_pwm_set,
|
H A D | nouveau_nvkm_subdev_therm_nv40.c | 199 .pwm_set = nv40_fan_pwm_set,
|
H A D | nouveau_nvkm_subdev_therm_g84.c | 224 .pwm_set = nv50_fan_pwm_set,
|