Searched refs:pwm_set (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | gm107.c | 63 .pwm_set = gm107_fan_pwm_set,
|
H A D | gt215.c | 63 .pwm_set = nv50_fan_pwm_set,
|
H A D | priv.h | 91 int (*pwm_set)(struct nvkm_therm *, int line, u32, u32); member
|
H A D | gk104.c | 98 .pwm_set = gf119_fan_pwm_set,
|
H A D | gf119.c | 142 .pwm_set = gf119_fan_pwm_set,
|
H A D | fanpwm.c | 78 ret = therm->func->pwm_set(therm, fan->func.line, divs, duty); in nvkm_fanpwm_set()
|
H A D | nv50.c | 165 .pwm_set = nv50_fan_pwm_set,
|
H A D | nv40.c | 194 .pwm_set = nv40_fan_pwm_set,
|
H A D | g84.c | 219 .pwm_set = nv50_fan_pwm_set,
|