Searched refs:devm_fwnode_get_index_gpiod_from_child (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/regulator/ |
| D | tps65132-regulator.c | 139 rpdata->en_gpiod = devm_fwnode_get_index_gpiod_from_child(tps->dev, in tps65132_of_parse_cb() 150 rpdata->act_dis_gpiod = devm_fwnode_get_index_gpiod_from_child( in tps65132_of_parse_cb()
|
| /Linux-v5.4/drivers/gpio/ |
| D | gpiolib-devres.c | 203 struct gpio_desc *devm_fwnode_get_index_gpiod_from_child(struct device *dev, in devm_fwnode_get_index_gpiod_from_child() function 242 EXPORT_SYMBOL_GPL(devm_fwnode_get_index_gpiod_from_child);
|
| /Linux-v5.4/include/linux/gpio/ |
| D | consumer.h | 179 struct gpio_desc *devm_fwnode_get_index_gpiod_from_child(struct device *dev, 535 struct gpio_desc *devm_fwnode_get_index_gpiod_from_child(struct device *dev, in devm_fwnode_get_index_gpiod_from_child() function 553 return devm_fwnode_get_index_gpiod_from_child(dev, con_id, 0, child, in devm_fwnode_get_gpiod_from_child()
|
| /Linux-v5.4/sound/soc/intel/boards/ |
| D | bytcr_rt5651.c | 999 priv->ext_amp_gpio = devm_fwnode_get_index_gpiod_from_child( in snd_byt_rt5651_mc_probe() 1018 priv->hp_detect = devm_fwnode_get_index_gpiod_from_child( in snd_byt_rt5651_mc_probe()
|
| /Linux-v5.4/drivers/mtd/nand/raw/atmel/ |
| D | nand-controller.c | 1581 gpio = devm_fwnode_get_index_gpiod_from_child(nc->dev, "det", 0, in atmel_nand_create() 1627 gpio = devm_fwnode_get_index_gpiod_from_child(nc->dev, in atmel_nand_create() 1643 gpio = devm_fwnode_get_index_gpiod_from_child(nc->dev, "cs", in atmel_nand_create()
|