fwnode_gpiod_get_index
pic_gpios[i] = fwnode_gpiod_get_index(of_fwnode_handle(np),
gpio = fwnode_gpiod_get_index(of_fwnode_handle(child),
halt_gpio = fwnode_gpiod_get_index(of_fwnode_handle(halt_node),
gpio = fwnode_gpiod_get_index(of_fwnode_handle(dev->of_node),
EXPORT_SYMBOL_GPL(fwnode_gpiod_get_index);
gpiod = fwnode_gpiod_get_index(fwnode, con_id, 0, GPIOD_ASIS, "i2c-of-prober");
desc = fwnode_gpiod_get_index(fixed_node, "link", 0,
rcfg->ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(of),
cfg->ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(of),
ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0,
config->ena_gpiod = fwnode_gpiod_get_index(
enable_gpio = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0,
ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(np), con_id, 0,
ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0,
board->vbus_pin = fwnode_gpiod_get_index(of_fwnode_handle(np),
board->pullup_pin = fwnode_gpiod_get_index(of_fwnode_handle(np),
struct gpio_desc *fwnode_gpiod_get_index(struct fwnode_handle *fwnode,
return fwnode_gpiod_get_index(fwnode, con_id, 0, flags, label);
cs35l41->reset_gpio = fwnode_gpiod_get_index(acpi_fwnode_handle(cs35l41->dacpi), "reset",
cs35l41->reset_gpio = fwnode_gpiod_get_index(acpi_fwnode_handle(cs35l41->dacpi), "reset",
speaker_id = fwnode_gpiod_get_index(acpi_fwnode_handle(adev),
desc = fwnode_gpiod_get_index(af01_fwnode, "spk-id", 0, GPIOD_IN, NULL);