Searched refs:devm_pwm_get (Results 1 – 19 of 19) sorted by relevance
| /linux/drivers/input/misc/ |
| A D | pwm-vibra.c | 145 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()
|
| A D | pwm-beeper.c | 134 beeper->pwm = devm_pwm_get(dev, NULL); in pwm_beeper_probe()
|
| A D | max77693-haptic.c | 327 haptic->pwm_dev = devm_pwm_get(&pdev->dev, NULL); in max77693_haptic_probe()
|
| A D | da7280.c | 1167 haptics->pwm_dev = devm_pwm_get(dev, NULL); in da7280_probe()
|
| /linux/include/linux/ |
| A D | pwm.h | 423 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id); 526 static inline struct pwm_device *devm_pwm_get(struct device *dev, in devm_pwm_get() function
|
| /linux/drivers/media/rc/ |
| A D | pwm-ir-tx.c | 94 pwm_ir->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_ir_probe()
|
| /linux/drivers/clk/ |
| A D | clk-pwm.c | 81 pwm = devm_pwm_get(&pdev->dev, NULL); in clk_pwm_probe()
|
| /linux/drivers/bus/ |
| A D | ts-nbus.c | 294 pwm = devm_pwm_get(dev, NULL); in ts_nbus_probe()
|
| /linux/drivers/video/backlight/ |
| A D | lp8788_bl.c | 137 pwm = devm_pwm_get(dev, LP8788_DEV_BACKLIGHT); in lp8788_pwm_ctrl()
|
| A D | lp855x_bl.c | 242 pwm = devm_pwm_get(lp->dev, lp->chipname); in lp855x_pwm_ctrl()
|
| A D | pwm_bl.c | 509 pb->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_backlight_probe()
|
| A D | lm3630a_bl.c | 562 pchip->pwmd = devm_pwm_get(pchip->dev, "lm3630a-pwm"); in lm3630a_probe()
|
| /linux/drivers/regulator/ |
| A D | pwm-regulator.c | 354 drvdata->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_regulator_probe()
|
| /linux/drivers/pwm/ |
| A D | core.c | 1091 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id) in devm_pwm_get() function 1106 EXPORT_SYMBOL_GPL(devm_pwm_get);
|
| /linux/Documentation/driver-api/ |
| A D | pwm.rst | 43 variants of the getter, devm_pwm_get(), devm_of_pwm_get(),
|
| /linux/Documentation/driver-api/driver-model/ |
| A D | devres.rst | 403 devm_pwm_get()
|
| /linux/ |
| A D | vmlinux.symvers | 7408 0x00000000 devm_pwm_get vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 20664 ffff800010591f04 T devm_pwm_get
|
| A D | .tmp_System.map | 20664 ffff800010591f04 T devm_pwm_get
|
Completed in 908 milliseconds