gpiod_get_index
d = gpiod_get_index(NULL, "wakeup", idx, GPIOD_IN);
d = gpiod_get_index(NULL, "reset", idx, GPIOD_OUT_HIGH);
desc = gpiod_get_index(board->gpib_dev, name, gpios_vector[j], GPIOD_IN);
desc = gpiod_get_index(dev, con_id, idx, flags);
return gpiod_get_index(dev, con_id, 0, flags);
EXPORT_SYMBOL_GPL(gpiod_get_index);
desc = gpiod_get_index(dev, con_id, index, flags);
desc = gpiod_get_index(dev, con_id, descs->ndescs, flags);
desc = gpiod_get_index(dev, NULL, acpi_index, GPIOD_ASIS);
gpiod = gpiod_get_index(gpio_ext_dev, "addr", i,
gpiod = gpiod_get_index(gpio_ext_dev, "data", i,
gpiod = gpiod_get_index(dev, NULL, 6, GPIOD_OUT_LOW);
gpiod = gpiod_get_index(dev, NULL, 7, GPIOD_OUT_LOW);
desc = gpiod_get_index(pctrl->dev, "external", pin, 0);
gpiod = gpiod_get_index(dev, NULL, index,
gpio_cs = gpiod_get_index(&op->dev,
gs->gpio0 = gpiod_get_index(dev, NULL, 0, GPIOD_OUT_LOW);
gs->gpio1 = gpiod_get_index(dev, NULL, 1, GPIOD_OUT_LOW);
struct gpio_desc *__must_check gpiod_get_index(struct device *dev,
speaker_id_desc = gpiod_get_index(dev, NULL, fixed_gpio_id, GPIOD_IN);
speaker_id_desc = gpiod_get_index(dev, "spk-id", i + base_index,
speaker_id_desc = gpiod_get_index(dev, NULL, fixed_gpio_id, GPIOD_IN);
speaker_id_desc = gpiod_get_index(dev, "spk-id", i + base_index,
cs_gpiod = gpiod_get_index(physdev, "cs", 0, GPIOD_OUT_LOW);
cs35l41->reset_gpio = gpiod_get_index(physdev, NULL, 0, GPIOD_OUT_HIGH);
cs35l41->reset_gpio = gpiod_get_index(physdev, NULL, 0, GPIOD_OUT_HIGH);
gpios[i].desc = gpiod_get_index(gpios[i].gpiod_dev,