Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/misc/
Dpwm-vibra.c145 vibrator->pwm = devm_pwm_get(&pdev->dev, "enable"); in pwm_vibrator_probe()
166 vibrator->pwm_dir = devm_pwm_get(&pdev->dev, "direction"); in pwm_vibrator_probe()
Dpwm-beeper.c134 beeper->pwm = devm_pwm_get(dev, NULL); in pwm_beeper_probe()
Dmax77693-haptic.c327 haptic->pwm_dev = devm_pwm_get(&pdev->dev, NULL); in max77693_haptic_probe()
Dda7280.c1167 haptics->pwm_dev = devm_pwm_get(dev, NULL); in da7280_probe()
/linux-5.19.10/drivers/media/rc/
Dpwm-ir-tx.c94 pwm_ir->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_ir_probe()
/linux-5.19.10/include/linux/
Dpwm.h425 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id);
528 static inline struct pwm_device *devm_pwm_get(struct device *dev, in devm_pwm_get() function
/linux-5.19.10/drivers/clk/
Dclk-pwm.c81 pwm = devm_pwm_get(&pdev->dev, NULL); in clk_pwm_probe()
/linux-5.19.10/drivers/bus/
Dts-nbus.c294 pwm = devm_pwm_get(dev, NULL); in ts_nbus_probe()
/linux-5.19.10/drivers/video/backlight/
Dlp8788_bl.c137 pwm = devm_pwm_get(dev, LP8788_DEV_BACKLIGHT); in lp8788_pwm_ctrl()
Dlp855x_bl.c227 pwm = devm_pwm_get(lp->dev, lp->chipname); in lp855x_pwm_ctrl()
Dpwm_bl.c508 pb->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_backlight_probe()
Dlm3630a_bl.c562 pchip->pwmd = devm_pwm_get(pchip->dev, "lm3630a-pwm"); in lm3630a_probe()
/linux-5.19.10/drivers/regulator/
Dpwm-regulator.c354 drvdata->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_regulator_probe()
/linux-5.19.10/drivers/pwm/
Dcore.c1136 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id) in devm_pwm_get() function
1151 EXPORT_SYMBOL_GPL(devm_pwm_get);
/linux-5.19.10/Documentation/driver-api/
Dpwm.rst43 variants of the getter, devm_pwm_get(), devm_of_pwm_get(),
/linux-5.19.10/Documentation/driver-api/driver-model/
Ddevres.rst404 devm_pwm_get()