Searched refs:pwm_get (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | fanpwm.c | 48 ret = therm->pwm_get(therm, priv->func.line, &divs, &duty); in nvkm_fanpwm_get() 100 therm->pwm_get(therm, func->line, &divs, &duty) == -ENODEV) in nvkm_fanpwm_create()
|
D | gm107.c | 75 priv->base.base.pwm_get = gm107_fan_pwm_get; in gm107_therm_ctor()
|
D | gt215.c | 82 priv->base.base.pwm_get = nv50_fan_pwm_get; in gt215_therm_ctor()
|
D | gf110.c | 156 priv->base.base.pwm_get = gf110_fan_pwm_get; in gf110_therm_ctor()
|
D | nv50.c | 169 priv->base.base.pwm_get = nv50_fan_pwm_get; in nv50_therm_ctor()
|
D | nv40.c | 198 priv->base.base.pwm_get = nv40_fan_pwm_get; in nv40_therm_ctor()
|
D | g84.c | 220 priv->base.base.pwm_get = nv50_fan_pwm_get; in g84_therm_ctor()
|
/linux-4.1.27/include/linux/ |
D | pwm.h | 194 struct pwm_device *pwm_get(struct device *dev, const char *con_id); 232 static inline struct pwm_device *pwm_get(struct device *dev, in pwm_get() function
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | therm.h | 30 int (*pwm_get)(struct nvkm_therm *, int line, u32 *, u32 *); member
|
/linux-4.1.27/drivers/pwm/ |
D | core.c | 600 struct pwm_device *pwm_get(struct device *dev, const char *con_id) in pwm_get() function 680 EXPORT_SYMBOL_GPL(pwm_get); 730 pwm = pwm_get(dev, con_id); in devm_pwm_get()
|
/linux-4.1.27/drivers/input/misc/ |
D | pwm-beeper.c | 106 beeper->pwm = pwm_get(&pdev->dev, NULL); in pwm_beeper_probe()
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | pwm.txt | 24 pwm_get() call to an index into the list given by the "pwms" property.
|
/linux-4.1.27/Documentation/ |
D | pwm.txt | 39 New users should use the pwm_get() function and pass to it the consumer
|
/linux-4.1.27/drivers/video/fbdev/ |
D | ssd1307fb.c | 261 par->pwm = pwm_get(&par->client->dev, NULL); in ssd1307fb_ssd1307_init()
|