Searched refs:pwm_ctrl (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_fantog.c | 89 if (therm->func->pwm_ctrl) in nvkm_fantog_set() 90 therm->func->pwm_ctrl(therm, fan->func.line, false); in nvkm_fantog_set() 108 if (therm->func->pwm_ctrl) { in nvkm_fantog_create() 109 ret = therm->func->pwm_ctrl(therm, func->line, false); in nvkm_fantog_create()
|
H A D | nouveau_nvkm_subdev_therm_fanpwm.c | 85 ret = therm->func->pwm_ctrl(therm, fan->func.line, true); in nvkm_fanpwm_set() 101 !therm->func->pwm_ctrl || info.type == NVBIOS_THERM_FAN_TOGGLE || in nvkm_fanpwm_create()
|
H A D | nouveau_nvkm_subdev_therm_gm107.c | 66 .pwm_ctrl = gm107_fan_pwm_ctrl,
|
H A D | nouveau_nvkm_subdev_therm_gt215.c | 66 .pwm_ctrl = nv50_fan_pwm_ctrl,
|
H A D | priv.h | 93 int (*pwm_ctrl)(struct nvkm_therm *, int line, bool); member
|
H A D | nouveau_nvkm_subdev_therm_gk104.c | 101 .pwm_ctrl = gf119_fan_pwm_ctrl,
|
H A D | nouveau_nvkm_subdev_therm_gf119.c | 144 .pwm_ctrl = gf119_fan_pwm_ctrl,
|
H A D | nouveau_nvkm_subdev_therm_nv50.c | 168 .pwm_ctrl = nv50_fan_pwm_ctrl,
|
H A D | nouveau_nvkm_subdev_therm_nv40.c | 197 .pwm_ctrl = nv40_fan_pwm_ctrl,
|
H A D | nouveau_nvkm_subdev_therm_g84.c | 222 .pwm_ctrl = nv50_fan_pwm_ctrl,
|