Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/rc/
Dpwm-ir-tx.c102 pwm_ir->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_ir_probe()
/linux-4.19.296/drivers/clk/
Dclk-pwm.c70 pwm = devm_pwm_get(&pdev->dev, NULL); in clk_pwm_probe()
/linux-4.19.296/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-4.19.296/drivers/bus/
Dts-nbus.c300 pwm = devm_pwm_get(dev, NULL); in ts_nbus_probe()
/linux-4.19.296/drivers/pwm/
Dcore.c902 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id) in devm_pwm_get() function
920 EXPORT_SYMBOL_GPL(devm_pwm_get);
/linux-4.19.296/drivers/regulator/
Dpwm-regulator.c364 drvdata->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_regulator_probe()