Searched refs:devm_pwm_get (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/drivers/input/misc/ |
H A D | pwm-vibra.c | 153 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 D | pwm-beeper.c | 134 beeper->pwm = devm_pwm_get(dev, NULL); in pwm_beeper_probe()
|
H A D | max77693-haptic.c | 327 haptic->pwm_dev = devm_pwm_get(&pdev->dev, NULL); in max77693_haptic_probe()
|
H A D | da7280.c | 1166 haptics->pwm_dev = devm_pwm_get(dev, NULL); in da7280_probe()
|
/openbmc/linux/drivers/media/rc/ |
H A D | pwm-ir-tx.c | 94 pwm_ir->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_ir_probe()
|
/openbmc/linux/include/linux/ |
H A D | pwm.h | 406 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id); 493 static inline struct pwm_device *devm_pwm_get(struct device *dev, in devm_pwm_get() function
|
/openbmc/linux/drivers/clk/ |
H A D | clk-pwm.c | 81 pwm = devm_pwm_get(&pdev->dev, NULL); in clk_pwm_probe()
|
/openbmc/linux/drivers/video/backlight/ |
H A D | lp8788_bl.c | 137 pwm = devm_pwm_get(dev, LP8788_DEV_BACKLIGHT); in lp8788_pwm_ctrl()
|
H A D | lp855x_bl.c | 474 lp->pwm = devm_pwm_get(lp->dev, lp->chipname); in lp855x_probe()
|
H A D | lm3630a_bl.c | 560 pchip->pwmd = devm_pwm_get(pchip->dev, "lm3630a-pwm"); in lm3630a_probe()
|
H A D | pwm_bl.c | 509 pb->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_backlight_probe()
|
/openbmc/linux/drivers/bus/ |
H A D | ts-nbus.c | 291 pwm = devm_pwm_get(dev, NULL); in ts_nbus_probe()
|
/openbmc/linux/drivers/regulator/ |
H A D | pwm-regulator.c | 357 drvdata->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_regulator_probe()
|
/openbmc/linux/drivers/pwm/ |
H A D | core.c | 1004 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id) in devm_pwm_get() function 1019 EXPORT_SYMBOL_GPL(devm_pwm_get);
|
/openbmc/linux/drivers/platform/x86/ |
H A D | lenovo-yogabook.c | 488 data->kbd_bl_pwm = devm_pwm_get(dev, "pwm_soc_lpss_2"); in yogabook_pdev_probe()
|
/openbmc/linux/drivers/hwmon/ |
H A D | pwm-fan.c | 494 ctx->pwm = devm_pwm_get(dev, NULL); in pwm_fan_probe()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | pwm.rst | 40 the getter, devm_pwm_get() and devm_fwnode_pwm_get(), also exist.
|
/openbmc/linux/Documentation/driver-api/driver-model/ |
H A D | devres.rst | 418 devm_pwm_get()
|