Searched refs:pwm_info (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | gf110.c | 33 pwm_info(struct nvkm_therm *therm, int line) pwm_info() function 60 int indx = pwm_info(therm, line); gf110_fan_pwm_ctrl() 72 int indx = pwm_info(therm, line); gf110_fan_pwm_get() 93 int indx = pwm_info(therm, line); gf110_fan_pwm_set() 109 int indx = pwm_info(therm, line); gf110_fan_pwm_clock()
|
H A D | nv50.c | 34 pwm_info(struct nvkm_therm *therm, int *line, int *ctrl, int *indx) pwm_info() function 62 int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); nv50_fan_pwm_ctrl() 71 int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); nv50_fan_pwm_get() 87 int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); nv50_fan_pwm_set()
|
Completed in 2143 milliseconds