devm_gpiod_get_index  188 drivers/ata/sata_highbank.c 		gpiod = devm_gpiod_get_index(dev, "calxeda,sgpio", i,
devm_gpiod_get_index  208 drivers/auxdisplay/hd44780.c 		hd->pins[base + i] = devm_gpiod_get_index(dev, "data", i,
devm_gpiod_get_index   60 drivers/gpio/gpiolib-devres.c 	return devm_gpiod_get_index(dev, con_id, 0, flags);
devm_gpiod_get_index  130 drivers/gpio/gpiolib-devres.c EXPORT_SYMBOL_GPL(devm_gpiod_get_index);
devm_gpiod_get_index  263 drivers/gpio/gpiolib-devres.c 	desc = devm_gpiod_get_index(dev, con_id, index, flags);
devm_gpiod_get_index  320 drivers/gpu/drm/i915/display/intel_dsi_vbt.c 		gpio_desc = devm_gpiod_get_index(dev_priv->drm.dev,
devm_gpiod_get_index  147 drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c 	gpio = devm_gpiod_get_index(&pdev->dev, NULL, 2,
devm_gpiod_get_index  167 drivers/gpu/drm/panel/panel-sharp-ls037v7dw01.c 	lcd->mo_gpio = devm_gpiod_get_index(&pdev->dev, "mode", 0,
devm_gpiod_get_index  174 drivers/gpu/drm/panel/panel-sharp-ls037v7dw01.c 	lcd->lr_gpio = devm_gpiod_get_index(&pdev->dev, "mode", 1,
devm_gpiod_get_index  181 drivers/gpu/drm/panel/panel-sharp-ls037v7dw01.c 	lcd->ud_gpio = devm_gpiod_get_index(&pdev->dev, "mode", 2,
devm_gpiod_get_index  100 drivers/hsi/clients/nokia-modem.c 		modem->gpios[i].gpio = devm_gpiod_get_index(dev, NULL, i,
devm_gpiod_get_index  437 drivers/hwmon/gpio-fan.c 		gpios[i] = devm_gpiod_get_index(dev, NULL, i, GPIOD_ASIS);
devm_gpiod_get_index  227 drivers/i2c/busses/i2c-cbus-gpio.c 	chost->clk = devm_gpiod_get_index(&pdev->dev, NULL, 0, GPIOD_OUT_LOW);
devm_gpiod_get_index  230 drivers/i2c/busses/i2c-cbus-gpio.c 	chost->dat = devm_gpiod_get_index(&pdev->dev, NULL, 1, GPIOD_IN);
devm_gpiod_get_index  233 drivers/i2c/busses/i2c-cbus-gpio.c 	chost->sel = devm_gpiod_get_index(&pdev->dev, NULL, 2, GPIOD_OUT_HIGH);
devm_gpiod_get_index  335 drivers/i2c/busses/i2c-gpio.c 	retdesc = devm_gpiod_get_index(dev, NULL, index, gflags);
devm_gpiod_get_index  957 drivers/i2c/busses/i2c-s3c2410.c 		i2c->gpios[i] = devm_gpiod_get_index(i2c->dev, NULL,
devm_gpiod_get_index  140 drivers/i2c/muxes/i2c-arb-gpio-challenge.c 	dummy = devm_gpiod_get_index(dev, "their-claim", 1, GPIOD_IN);
devm_gpiod_get_index  172 drivers/i2c/muxes/i2c-mux-gpio.c 		gpiod = devm_gpiod_get_index(&pdev->dev, "mux", i, flag);
devm_gpiod_get_index  411 drivers/iio/accel/mma9551.c 		gpio = devm_gpiod_get_index(dev, NULL, i, GPIOD_IN);
devm_gpiod_get_index  234 drivers/iio/pressure/hp03.c 	priv->xclr_gpio = devm_gpiod_get_index(dev, "xclr", 0, GPIOD_OUT_HIGH);
devm_gpiod_get_index  119 drivers/input/keyboard/clps711x-keypad.c 		data->desc = devm_gpiod_get_index(dev, "row", i, GPIOD_IN);
devm_gpiod_get_index  235 drivers/input/touchscreen/surface3_spi.c 		gpiod = devm_gpiod_get_index(dev, NULL, i, GPIOD_OUT_LOW);
devm_gpiod_get_index  778 drivers/input/touchscreen/zforce_ts.c 		ts->gpio_int = devm_gpiod_get_index(&client->dev, NULL, 0,
devm_gpiod_get_index  788 drivers/input/touchscreen/zforce_ts.c 		ts->gpio_rst = devm_gpiod_get_index(&client->dev, NULL, 1,
devm_gpiod_get_index  223 drivers/leds/leds-gpio.c 	gpiod = devm_gpiod_get_index(dev, NULL, idx, flags);
devm_gpiod_get_index  187 drivers/mmc/core/slot-gpio.c 	desc = devm_gpiod_get_index(host->parent, con_id, idx, GPIOD_IN);
devm_gpiod_get_index  234 drivers/mmc/core/slot-gpio.c 	desc = devm_gpiod_get_index(host->parent, con_id, idx, GPIOD_IN);
devm_gpiod_get_index   38 drivers/net/phy/mdio-gpio.c 	bitbang->mdc = devm_gpiod_get_index(dev, NULL, MDIO_GPIO_MDC,
devm_gpiod_get_index   43 drivers/net/phy/mdio-gpio.c 	bitbang->mdio = devm_gpiod_get_index(dev, NULL, MDIO_GPIO_MDIO,
devm_gpiod_get_index 2022 drivers/nfc/trf7970a.c 	trf->en_gpiod = devm_gpiod_get_index(trf->dev, "ti,enable", 0,
devm_gpiod_get_index  523 drivers/phy/motorola/phy-cpcap-usb.c 		ddata->gpio[i] = devm_gpiod_get_index(ddata->dev, "mode",
devm_gpiod_get_index  166 drivers/platform/x86/gpd-pocket-fan.c 	fan->gpio0 = devm_gpiod_get_index(fan->dev, NULL, 0, GPIOD_ASIS);
devm_gpiod_get_index  170 drivers/platform/x86/gpd-pocket-fan.c 	fan->gpio1 = devm_gpiod_get_index(fan->dev, NULL, 1, GPIOD_ASIS);
devm_gpiod_get_index  552 drivers/power/supply/cpcap-charger.c 		ddata->gpio[i] = devm_gpiod_get_index(ddata->dev, "mode",
devm_gpiod_get_index  258 drivers/regulator/gpio-regulator.c 		drvdata->gpiods[i] = devm_gpiod_get_index(dev,
devm_gpiod_get_index  344 drivers/spi/spi-gpio.c 		spi_gpio->cs_gpios[i] = devm_gpiod_get_index(dev, "cs", i,
devm_gpiod_get_index 1853 drivers/spi/spi-pxa2xx.c 			gpiod = devm_gpiod_get_index(dev, "cs", i, GPIOD_ASIS);
devm_gpiod_get_index 1143 drivers/spi/spi-sh-msiof.c 		gpiod = devm_gpiod_get_index(dev, "cs", i, GPIOD_ASIS);
devm_gpiod_get_index  992 drivers/video/fbdev/atmel_lcdfb.c 		gpiod = devm_gpiod_get_index(dev, "atmel,power-control",
devm_gpiod_get_index  256 drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c 	gpio = devm_gpiod_get_index(&pdev->dev, NULL, 2,
devm_gpiod_get_index  203 drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c 	gd = devm_gpiod_get_index(dev, desc, index, GPIOD_OUT_LOW);
devm_gpiod_get_index  109 drivers/w1/masters/w1-gpio.c 	pdata->gpiod = devm_gpiod_get_index(dev, NULL, 0, gflags);
devm_gpiod_get_index  156 drivers/watchdog/mena21_wdt.c 		drv->gpios[i] = devm_gpiod_get_index(dev, NULL, i, gflags);
devm_gpiod_get_index   90 include/linux/gpio/consumer.h struct gpio_desc *__must_check devm_gpiod_get_index(struct device *dev,
devm_gpiod_get_index  783 sound/atmel/ac97c.c 	chip->reset_pin = devm_gpiod_get_index(dev, "ac97", 2, GPIOD_OUT_HIGH);