Home
last modified time | relevance | path

Searched refs:devm_pwm_get (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/input/misc/
Dpwm-vibra.c142 vibrator->pwm = devm_pwm_get(&pdev->dev, "enable"); in pwm_vibrator_probe()
163 vibrator->pwm_dir = devm_pwm_get(&pdev->dev, "direction"); in pwm_vibrator_probe()
Dpwm-beeper.c143 beeper->pwm = devm_pwm_get(dev, NULL); in pwm_beeper_probe()
Dmax77693-haptic.c331 haptic->pwm_dev = devm_pwm_get(&pdev->dev, NULL); in max77693_haptic_probe()
/Linux-v4.19/drivers/media/rc/
Dpwm-ir-tx.c102 pwm_ir->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_ir_probe()
/Linux-v4.19/drivers/clk/
Dclk-pwm.c70 pwm = devm_pwm_get(&pdev->dev, NULL); in clk_pwm_probe()
/Linux-v4.19/include/linux/
Dpwm.h448 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id);
549 static inline struct pwm_device *devm_pwm_get(struct device *dev, in devm_pwm_get() function
/Linux-v4.19/drivers/leds/
Dleds-pwm.c100 led_data->pwm = devm_pwm_get(dev, led->name); in led_pwm_add()
/Linux-v4.19/drivers/bus/
Dts-nbus.c300 pwm = devm_pwm_get(dev, NULL); in ts_nbus_probe()
/Linux-v4.19/drivers/video/backlight/
Dlp8788_bl.c141 pwm = devm_pwm_get(dev, LP8788_DEV_BACKLIGHT); in lp8788_pwm_ctrl()
Dlm3630a_bl.c423 pchip->pwmd = devm_pwm_get(pchip->dev, "lm3630a-pwm"); in lm3630a_probe()
Dlp855x_bl.c246 pwm = devm_pwm_get(lp->dev, lp->chipname); in lp855x_pwm_ctrl()
Dpwm_bl.c526 pb->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_backlight_probe()
/Linux-v4.19/drivers/pwm/
Dcore.c901 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id) in devm_pwm_get() function
919 EXPORT_SYMBOL_GPL(devm_pwm_get);
/Linux-v4.19/drivers/regulator/
Dpwm-regulator.c364 drvdata->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_regulator_probe()
/Linux-v4.19/Documentation/
Dpwm.txt43 variants of these functions, devm_pwm_get() and devm_pwm_put(), also exist.
/Linux-v4.19/Documentation/driver-model/
Ddevres.txt375 devm_pwm_get()