Searched refs:pwm_info (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | gf119.c | 27 pwm_info(struct nvkm_therm *therm, int line) in pwm_info() function 57 int indx = pwm_info(therm, line); in gf119_fan_pwm_ctrl() 70 int indx = pwm_info(therm, line); in gf119_fan_pwm_get() 92 int indx = pwm_info(therm, line); in gf119_fan_pwm_set() 109 int indx = pwm_info(therm, line); in gf119_fan_pwm_clock()
|
D | nv50.c | 28 pwm_info(struct nvkm_therm *therm, int *line, int *ctrl, int *indx) in pwm_info() function 59 int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); in nv50_fan_pwm_ctrl() 69 int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); in nv50_fan_pwm_get() 86 int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); in nv50_fan_pwm_set()
|