Searched refs:pwm_ctrl (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
| H A D | fantog.c | 84 if (therm->func->pwm_ctrl) in nvkm_fantog_set() 85 therm->func->pwm_ctrl(therm, fan->func.line, false); in nvkm_fantog_set() 96 if (therm->func->pwm_ctrl) { in nvkm_fantog_create() 97 ret = therm->func->pwm_ctrl(therm, func->line, false); in nvkm_fantog_create()
|
| H A D | fanpwm.c | 80 ret = therm->func->pwm_ctrl(therm, fan->func.line, true); in nvkm_fanpwm_set() 96 !therm->func->pwm_ctrl || info.type == NVBIOS_THERM_FAN_TOGGLE || in nvkm_fanpwm_create()
|
| H A D | gm107.c | 61 .pwm_ctrl = gm107_fan_pwm_ctrl,
|
| H A D | gt215.c | 61 .pwm_ctrl = nv50_fan_pwm_ctrl,
|
| H A D | priv.h | 89 int (*pwm_ctrl)(struct nvkm_therm *, int line, bool); member
|
| H A D | gk104.c | 96 .pwm_ctrl = gf119_fan_pwm_ctrl,
|
| H A D | gf119.c | 140 .pwm_ctrl = gf119_fan_pwm_ctrl,
|
| H A D | nv50.c | 163 .pwm_ctrl = nv50_fan_pwm_ctrl,
|
| H A D | nv40.c | 192 .pwm_ctrl = nv40_fan_pwm_ctrl,
|
| H A D | g84.c | 217 .pwm_ctrl = nv50_fan_pwm_ctrl,
|
| /linux/include/linux/platform_data/ |
| H A D | lm3630a_bl.h | 62 enum lm3630a_pwm_ctrl pwm_ctrl; member
|