Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/input/misc/
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()
Dpwm-beeper.c134 beeper->pwm = devm_pwm_get(dev, NULL); in pwm_beeper_probe()
Dmax77693-haptic.c328 haptic->pwm_dev = devm_pwm_get(&pdev->dev, NULL); in max77693_haptic_probe()
Dda7280.c1165 haptics->pwm_dev = devm_pwm_get(dev, NULL); in da7280_probe()
/linux-6.14.4/include/linux/
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-6.14.4/drivers/clk/
Dclk-pwm.c81 pwm = devm_pwm_get(&pdev->dev, NULL); in clk_pwm_probe()
/linux-6.14.4/drivers/iio/adc/
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()
Dad7606.c1262 st->cnvst_pwm = devm_pwm_get(dev, NULL); in ad7606_probe()
/linux-6.14.4/drivers/media/rc/
Dpwm-ir-tx.c159 pwm_ir->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_ir_probe()
/linux-6.14.4/drivers/bus/
Dts-nbus.c285 pwm = devm_pwm_get(dev, NULL); in ts_nbus_probe()
/linux-6.14.4/drivers/video/backlight/
Dmp3309c.c221 chip->pwmd = devm_pwm_get(dev, NULL); in mp3309c_parse_fwnode()
Dlp855x_bl.c474 lp->pwm = devm_pwm_get(lp->dev, lp->chipname); in lp855x_probe()
Dlm3630a_bl.c560 pchip->pwmd = devm_pwm_get(pchip->dev, "lm3630a-pwm"); in lm3630a_probe()
Dpwm_bl.c500 pb->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_backlight_probe()
/linux-6.14.4/drivers/regulator/
Dpwm-regulator.c387 drvdata->pwm = devm_pwm_get(&pdev->dev, NULL); in pwm_regulator_probe()
/linux-6.14.4/drivers/platform/x86/x86-android-tablets/
Dother.c868 xiaomi_mipad2_led_pwm = devm_pwm_get(dev, "pwm_soc_lpss_2"); in xiaomi_mipad2_init()
/linux-6.14.4/drivers/platform/x86/
Dlenovo-yogabook.c488 data->kbd_bl_pwm = devm_pwm_get(dev, "pwm_soc_lpss_2"); in yogabook_pdev_probe()
/linux-6.14.4/drivers/gpu/drm/tiny/
Dsharp-memory.c508 smd->pwm_vcom_signal = devm_pwm_get(dev, NULL); in sharp_memory_init_pwm_vcom_signal()
/linux-6.14.4/drivers/hwmon/
Dpwm-fan.c512 ctx->pwm = devm_pwm_get(dev, NULL); in pwm_fan_probe()
/linux-6.14.4/Documentation/driver-api/
Dpwm.rst40 the getter, devm_pwm_get() and devm_fwnode_pwm_get(), also exist.
/linux-6.14.4/Documentation/driver-api/driver-model/
Ddevres.rst423 devm_pwm_get()
/linux-6.14.4/drivers/pwm/
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);