Home
last modified time | relevance | path

Searched refs:devm_pwm_get (Results 1 – 16 of 16) 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 Dda7280.c1165 haptics->pwm_dev = devm_pwm_get(dev, NULL); in da7280_probe()
/linux/include/linux/
H A Dpwm.h492 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id);
588 static inline struct pwm_device *devm_pwm_get(struct device *dev, in devm_pwm_get() function
/linux/drivers/clk/
H A Dclk-pwm.c81 pwm = devm_pwm_get(&pdev->dev, NULL); in clk_pwm_probe()
/linux/drivers/iio/adc/
H A Dad7625.c461 st->cnv_pwm = devm_pwm_get(dev, "cnv"); in devm_ad7625_pwm_get()
469 st->clk_gate_pwm = devm_pwm_get(dev, "clk_gate"); in devm_ad7625_pwm_get()
H A Dad7606.c1262 st->cnvst_pwm = devm_pwm_get(dev, NULL); in ad7606_probe()
/linux/drivers/media/rc/
H A Dpwm-ir-tx.c159 pwm_ir->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_ir_probe()
/linux/drivers/video/backlight/
H A Dmp3309c.c221 chip->pwmd = devm_pwm_get(dev, NULL); in mp3309c_parse_fwnode()
H A Dlp855x_bl.c474 lp->pwm = devm_pwm_get(lp->dev, lp->chipname); in lp855x_probe()
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/regulator/
H A Dpwm-regulator.c387 drvdata->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_regulator_probe()
/linux/drivers/gpu/drm/tiny/
H A Dsharp-memory.c508 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.c1995 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id) in devm_pwm_get() function
2010 EXPORT_SYMBOL_GPL(devm_pwm_get);