Searched refs:devm_fwnode_get_index_gpiod_from_child (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/gpio/ |
D | consumer.h | 164 struct gpio_desc *devm_fwnode_get_index_gpiod_from_child(struct device *dev, 510 struct gpio_desc *devm_fwnode_get_index_gpiod_from_child(struct device *dev, in devm_fwnode_get_index_gpiod_from_child() function 528 return devm_fwnode_get_index_gpiod_from_child(dev, con_id, 0, child, in devm_fwnode_get_gpiod_from_child()
|
/Linux-v4.19/drivers/regulator/ |
D | tps65132-regulator.c | 142 rpdata->en_gpiod = devm_fwnode_get_index_gpiod_from_child(tps->dev, in tps65132_of_parse_cb() 153 rpdata->act_dis_gpiod = devm_fwnode_get_index_gpiod_from_child( in tps65132_of_parse_cb()
|
/Linux-v4.19/drivers/gpio/ |
D | devres.c | 185 struct gpio_desc *devm_fwnode_get_index_gpiod_from_child(struct device *dev, in devm_fwnode_get_index_gpiod_from_child() function 224 EXPORT_SYMBOL(devm_fwnode_get_index_gpiod_from_child);
|
/Linux-v4.19/drivers/mtd/nand/raw/atmel/ |
D | nand-controller.c | 1599 gpio = devm_fwnode_get_index_gpiod_from_child(nc->dev, "det", 0, in atmel_nand_create() 1645 gpio = devm_fwnode_get_index_gpiod_from_child(nc->dev, in atmel_nand_create() 1661 gpio = devm_fwnode_get_index_gpiod_from_child(nc->dev, "cs", in atmel_nand_create()
|
/Linux-v4.19/sound/soc/intel/boards/ |
D | bytcr_rt5651.c | 990 priv->ext_amp_gpio = devm_fwnode_get_index_gpiod_from_child( in snd_byt_rt5651_mc_probe()
|