Home
last modified time | relevance | path

Searched refs:pwm_get (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dfanpwm.c48 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()
Dgm107.c75 priv->base.base.pwm_get = gm107_fan_pwm_get; in gm107_therm_ctor()
Dgt215.c82 priv->base.base.pwm_get = nv50_fan_pwm_get; in gt215_therm_ctor()
Dgf110.c156 priv->base.base.pwm_get = gf110_fan_pwm_get; in gf110_therm_ctor()
Dnv50.c169 priv->base.base.pwm_get = nv50_fan_pwm_get; in nv50_therm_ctor()
Dnv40.c198 priv->base.base.pwm_get = nv40_fan_pwm_get; in nv40_therm_ctor()
Dg84.c220 priv->base.base.pwm_get = nv50_fan_pwm_get; in g84_therm_ctor()
/linux-4.1.27/include/linux/
Dpwm.h194 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/
Dtherm.h30 int (*pwm_get)(struct nvkm_therm *, int line, u32 *, u32 *); member
/linux-4.1.27/drivers/pwm/
Dcore.c600 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/
Dpwm-beeper.c106 beeper->pwm = pwm_get(&pdev->dev, NULL); in pwm_beeper_probe()
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dpwm.txt24 pwm_get() call to an index into the list given by the "pwms" property.
/linux-4.1.27/Documentation/
Dpwm.txt39 New users should use the pwm_get() function and pass to it the consumer
/linux-4.1.27/drivers/video/fbdev/
Dssd1307fb.c261 par->pwm = pwm_get(&par->client->dev, NULL); in ssd1307fb_ssd1307_init()