Searched refs:devm_fwnode_gpiod_get (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
D | tps65132-regulator.c | 139 rpdata->en_gpiod = devm_fwnode_gpiod_get(tps->dev, of_fwnode_handle(np), in tps65132_of_parse_cb() 151 rpdata->act_dis_gpiod = devm_fwnode_gpiod_get(tps->dev, in tps65132_of_parse_cb()
|
D | da9211-regulator.c | 318 pdata->gpiod_ren[n] = devm_fwnode_gpiod_get(dev, in da9211_parse_regulators_dt()
|
D | tps65090-regulator.c | 373 rpdata->gpiod = devm_fwnode_gpiod_get( in tps65090_parse_dt_reg_data()
|
D | s5m8767.c | 574 rdata->ext_control_gpiod = devm_fwnode_gpiod_get( in s5m8767_pmic_dt_parse_pdata()
|
D | s2mps11.c | 847 gpio[reg] = devm_fwnode_gpiod_get(&pdev->dev, in s2mps14_pmic_dt_parse_ext_control_gpio()
|
/kernel/linux/linux-5.10/sound/soc/intel/boards/ |
D | bytcr_rt5651.c | 1011 priv->ext_amp_gpio = devm_fwnode_gpiod_get(&pdev->dev, in snd_byt_rt5651_mc_probe() 1031 priv->hp_detect = devm_fwnode_gpiod_get(&pdev->dev, in snd_byt_rt5651_mc_probe()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
D | gpio_keys_polled.c | 298 bdata->gpiod = devm_fwnode_gpiod_get(dev, child, in gpio_keys_polled_probe()
|
D | gpio_keys.c | 497 bdata->gpiod = devm_fwnode_gpiod_get(dev, child, in gpio_keys_setup_key()
|
/kernel/linux/linux-5.10/include/linux/gpio/ |
D | consumer.h | 578 struct gpio_desc *devm_fwnode_gpiod_get(struct device *dev, in devm_fwnode_gpiod_get() function
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/atmel/ |
D | nand-controller.c | 1640 gpio = devm_fwnode_gpiod_get(nc->dev, of_fwnode_handle(np), in atmel_nand_create()
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 38498 + bdata->gpiod = devm_fwnode_gpiod_get(dev, child,
|