Symbol: fwnode_gpiod_get_index
arch/arm/mach-mvebu/pm-board.c
99
pic_gpios[i] = fwnode_gpiod_get_index(of_fwnode_handle(np),
arch/powerpc/platforms/44x/warp.c
178
gpio = fwnode_gpiod_get_index(of_fwnode_handle(child),
arch/powerpc/platforms/85xx/sgy_cts1000.c
68
halt_gpio = fwnode_gpiod_get_index(of_fwnode_handle(halt_node),
drivers/extcon/extcon-rtk-type-c.c
1351
gpio = fwnode_gpiod_get_index(of_fwnode_handle(dev->of_node),
drivers/gpio/gpiolib.c
4902
EXPORT_SYMBOL_GPL(fwnode_gpiod_get_index);
drivers/i2c/i2c-core-of-prober.c
266
gpiod = fwnode_gpiod_get_index(fwnode, con_id, 0, GPIOD_ASIS, "i2c-of-prober");
drivers/net/phy/phylink.c
692
desc = fwnode_gpiod_get_index(fixed_node, "link", 0,
drivers/power/supply/mt6370-charger.c
240
rcfg->ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(of),
drivers/power/supply/rt9467-charger.c
290
cfg->ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(of),
drivers/regulator/da9121-regulator.c
399
ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0,
drivers/regulator/max77686-regulator.c
227
config->ena_gpiod = fwnode_gpiod_get_index(
drivers/regulator/mt6370-regulator.c
156
enable_gpio = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0,
drivers/regulator/s2mps11.c
362
ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(np), con_id, 0,
drivers/regulator/slg51000-regulator.c
203
ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0,
drivers/usb/gadget/udc/at91_udc.c
1780
board->vbus_pin = fwnode_gpiod_get_index(of_fwnode_handle(np),
drivers/usb/gadget/udc/at91_udc.c
1786
board->pullup_pin = fwnode_gpiod_get_index(of_fwnode_handle(np),
include/linux/gpio/consumer.h
181
struct gpio_desc *fwnode_gpiod_get_index(struct fwnode_handle *fwnode,
include/linux/gpio/consumer.h
612
return fwnode_gpiod_get_index(fwnode, con_id, 0, flags, label);
sound/hda/codecs/side-codecs/cs35l41_hda.c
1854
cs35l41->reset_gpio = fwnode_gpiod_get_index(acpi_fwnode_handle(cs35l41->dacpi), "reset",
sound/hda/codecs/side-codecs/cs35l41_hda_property.c
338
cs35l41->reset_gpio = fwnode_gpiod_get_index(acpi_fwnode_handle(cs35l41->dacpi), "reset",
sound/hda/codecs/side-codecs/tas2781_hda_i2c.c
132
speaker_id = fwnode_gpiod_get_index(acpi_fwnode_handle(adev),
sound/soc/codecs/cs35l56.c
1921
desc = fwnode_gpiod_get_index(af01_fwnode, "spk-id", 0, GPIOD_IN, NULL);