Home
last modified time | relevance | path

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

/linux/drivers/input/misc/
H A Dpwm-vibra.c153 vibrator->pwm = devm_pwm_get(&pdev->dev, "enable"); in pwm_vibrator_probe()
170 vibrator->pwm_dir = devm_pwm_get(&pdev->dev, "direction"); in pwm_vibrator_probe()
H A Dpwm-beeper.c134 beeper->pwm = devm_pwm_get(dev, NULL); in pwm_beeper_probe()
H A Dmax77693-haptic.c338 haptic->pwm_dev = devm_pwm_get(&pdev->dev, NULL); in max77693_haptic_probe()
H A Dda7280.c1165 haptics->pwm_dev = devm_pwm_get(dev, NULL); in da7280_probe()
/linux/drivers/media/rc/
H A Dpwm-ir-tx.c156 pwm_ir->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_ir_probe()
/linux/drivers/regulator/
H A Dpwm-regulator.c387 drvdata->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_regulator_probe()
/linux/drivers/video/backlight/
H A Dlm3630a_bl.c560 pchip->pwmd = devm_pwm_get(pchip->dev, "lm3630a-pwm"); in lm3630a_probe()
H A Dpwm_bl.c500 pb->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_backlight_probe()
/linux/drivers/gpu/drm/tiny/
H A Dsharp-memory.c507 smd->pwm_vcom_signal = devm_pwm_get(dev, NULL); in sharp_memory_init_pwm_vcom_signal()
/linux/Documentation/driver-api/
H A Dpwm.rst40 the getter, devm_pwm_get() and devm_fwnode_pwm_get(), also exist.
/linux/drivers/pwm/
H A Dcore.c2075 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id) in devm_pwm_get() function
2090 EXPORT_SYMBOL_GPL(devm_pwm_get);
/linux/drivers/iio/adc/
H A Dad4851.c1218 st->cnv = devm_pwm_get(dev, NULL); in ad4851_probe()
H A Dad7606.c1584 st->cnvst_pwm = devm_pwm_get(dev, NULL); in ad7606_probe()
H A Dad4695.c1722 st->cnv_pwm = devm_pwm_get(dev, NULL); in ad4695_probe_spi_offload()