Searched refs:devm_fwnode_gpiod_get (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.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 | 570 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()
|
/Linux-v5.10/sound/soc/intel/boards/ |
D | bytcr_rt5651.c | 998 priv->ext_amp_gpio = devm_fwnode_gpiod_get(&pdev->dev, in snd_byt_rt5651_mc_probe() 1018 priv->hp_detect = devm_fwnode_gpiod_get(&pdev->dev, in snd_byt_rt5651_mc_probe()
|
/Linux-v5.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()
|
/Linux-v5.10/include/linux/gpio/ |
D | consumer.h | 578 struct gpio_desc *devm_fwnode_gpiod_get(struct device *dev, in devm_fwnode_gpiod_get() function
|
/Linux-v5.10/drivers/mtd/nand/raw/atmel/ |
D | nand-controller.c | 1637 gpio = devm_fwnode_gpiod_get(nc->dev, of_fwnode_handle(np), in atmel_nand_create()
|