Searched refs:pwm_get (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | fanpwm.c | 47 ret = therm->func->pwm_get(therm, fan->func.line, &divs, &duty); in nvkm_fanpwm_get() 97 therm->func->pwm_get(therm, func->line, &divs, &duty) == -ENODEV) in nvkm_fanpwm_create()
|
D | gm107.c | 62 .pwm_get = gm107_fan_pwm_get,
|
D | gt215.c | 62 .pwm_get = nv50_fan_pwm_get,
|
D | priv.h | 90 int (*pwm_get)(struct nvkm_therm *, int line, u32 *, u32 *); member
|
D | gf119.c | 140 .pwm_get = gf119_fan_pwm_get,
|
D | nv50.c | 164 .pwm_get = nv50_fan_pwm_get,
|
D | nv40.c | 193 .pwm_get = nv40_fan_pwm_get,
|
D | g84.c | 218 .pwm_get = nv50_fan_pwm_get,
|
/linux-4.4.14/include/linux/ |
D | pwm.h | 216 struct pwm_device *pwm_get(struct device *dev, const char *con_id); 259 static inline struct pwm_device *pwm_get(struct device *dev, in pwm_get() function
|
/linux-4.4.14/drivers/pwm/ |
D | core.c | 679 struct pwm_device *pwm_get(struct device *dev, const char *con_id) in pwm_get() function 761 EXPORT_SYMBOL_GPL(pwm_get); 814 pwm = pwm_get(dev, con_id); in devm_pwm_get()
|
/linux-4.4.14/drivers/input/misc/ |
D | pwm-beeper.c | 106 beeper->pwm = pwm_get(&pdev->dev, NULL); in pwm_beeper_probe()
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | pwm.txt | 24 pwm_get() call to an index into the list given by the "pwms" property.
|
/linux-4.4.14/Documentation/ |
D | pwm.txt | 39 New users should use the pwm_get() function and pass to it the consumer
|
/linux-4.4.14/drivers/video/fbdev/ |
D | ssd1307fb.c | 291 par->pwm = pwm_get(&par->client->dev, NULL); in ssd1307fb_init()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_panel.c | 1658 panel->backlight.pwm = pwm_get(dev->dev, "pwm_backlight"); in pwm_setup_backlight()
|