Searched refs:devm_pwm_get (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/include/linux/ |
D | pwm.h | 198 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id); 248 static inline struct pwm_device *devm_pwm_get(struct device *dev, in devm_pwm_get() function
|
/linux-4.1.27/drivers/clk/ |
D | clk-pwm.c | 70 pwm = devm_pwm_get(&pdev->dev, NULL); in clk_pwm_probe()
|
/linux-4.1.27/drivers/regulator/ |
D | pwm-regulator.c | 161 drvdata->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_regulator_probe()
|
/linux-4.1.27/drivers/leds/ |
D | leds-pwm.c | 116 led_data->pwm = devm_pwm_get(dev, led->name); in led_pwm_add()
|
/linux-4.1.27/drivers/pwm/ |
D | core.c | 722 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id) in devm_pwm_get() function 740 EXPORT_SYMBOL_GPL(devm_pwm_get);
|
/linux-4.1.27/drivers/video/backlight/ |
D | lp8788_bl.c | 141 pwm = devm_pwm_get(dev, LP8788_DEV_BACKLIGHT); in lp8788_pwm_ctrl()
|
D | pwm_bl.c | 275 pb->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_backlight_probe()
|
D | lm3630a_bl.c | 422 pchip->pwmd = devm_pwm_get(pchip->dev, "lm3630a-pwm"); in lm3630a_probe()
|
D | lp855x_bl.c | 243 pwm = devm_pwm_get(lp->dev, lp->chipname); in lp855x_pwm_ctrl()
|
/linux-4.1.27/drivers/input/misc/ |
D | max77693-haptic.c | 267 haptic->pwm_dev = devm_pwm_get(&pdev->dev, NULL); in max77693_haptic_probe()
|
D | max77843-haptic.c | 262 haptic->pwm_dev = devm_pwm_get(&pdev->dev, NULL); in max77843_haptic_probe()
|
/linux-4.1.27/Documentation/ |
D | pwm.txt | 41 variants of these functions, devm_pwm_get() and devm_pwm_put(), also exist.
|
/linux-4.1.27/Documentation/driver-model/ |
D | devres.txt | 328 devm_pwm_get()
|