Searched refs:devm_gpiod_get_index_optional (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/drivers/gpu/drm/bridge/
H A Dti-tpd12s015.c141 gpio = devm_gpiod_get_index_optional(&pdev->dev, NULL, 0,
148 gpio = devm_gpiod_get_index_optional(&pdev->dev, NULL, 1,
/linux-master/drivers/gpio/
H A Dgpiolib-devres.c78 return devm_gpiod_get_index_optional(dev, con_id, 0, flags);
175 * devm_gpiod_get_index_optional - Resource-managed gpiod_get_index_optional()
186 struct gpio_desc *__must_check devm_gpiod_get_index_optional(struct device *dev, function
199 EXPORT_SYMBOL_GPL(devm_gpiod_get_index_optional); variable
/linux-master/drivers/w1/masters/
H A Dw1-gpio.c109 devm_gpiod_get_index_optional(dev, NULL, 1, GPIOD_OUT_LOW);
/linux-master/drivers/regulator/
H A Dmax8952.c239 max8952->vid0_gpiod = devm_gpiod_get_index_optional(&client->dev,
245 max8952->vid1_gpiod = devm_gpiod_get_index_optional(&client->dev,
H A Drt4801-regulator.c198 priv->enable_gpios[i] = devm_gpiod_get_index_optional(&i2c->dev,
H A Dmax8998.c666 max8998->buck1_gpio1 = devm_gpiod_get_index_optional(iodev->dev,
676 max8998->buck1_gpio2 = devm_gpiod_get_index_optional(iodev->dev,
686 max8998->buck2_gpio = devm_gpiod_get_index_optional(iodev->dev,
H A Drk808-regulator.c1639 devm_gpiod_get_index_optional(dev, "dvs", i,
/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dencoder-tpd12s015.c238 gpio = devm_gpiod_get_index_optional(&pdev->dev, NULL, 0,
247 gpio = devm_gpiod_get_index_optional(&pdev->dev, NULL, 1,
/linux-master/include/linux/gpio/
H A Dconsumer.h97 devm_gpiod_get_index_optional(struct device *dev, const char *con_id,
289 devm_gpiod_get_index_optional(struct device *dev, const char *con_id, function
/linux-master/drivers/net/mdio/
H A Dmdio-gpio.c48 bitbang->mdo = devm_gpiod_get_index_optional(dev, NULL, MDIO_GPIO_MDO,
/linux-master/drivers/usb/host/
H A Dohci-at91.c562 devm_gpiod_get_index_optional(&pdev->dev, "atmel,vbus",
576 devm_gpiod_get_index_optional(&pdev->dev, "atmel,oc",
H A Dfhci-hcd.c639 fhci->gpiods[i] = devm_gpiod_get_index_optional(dev,
/linux-master/drivers/mtd/nand/raw/
H A Dfsl_upm.c216 fun->rnb_gpio[i] = devm_gpiod_get_index_optional(&ofdev->dev,
/linux-master/drivers/tty/serial/
H A Dserial_mctrl_gpio.c163 devm_gpiod_get_index_optional(dev,
H A Dcpm_uart.c1334 gpiod = devm_gpiod_get_index_optional(dev, NULL, i, GPIOD_ASIS);
/linux-master/drivers/leds/
H A Dleds-gpio.c226 gpiod = devm_gpiod_get_index_optional(dev, NULL, idx, GPIOD_OUT_LOW);
/linux-master/drivers/pci/controller/
H A Dpcie-mt7621.c236 port->gpio_rst = devm_gpiod_get_index_optional(dev, "reset", slot,
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi_glink.c376 desc = devm_gpiod_get_index_optional(&adev->dev, "orientation", port, GPIOD_IN);
/linux-master/drivers/mmc/host/
H A Domap.c1272 slot->vsd = devm_gpiod_get_index_optional(host->dev, "vsd",
1277 slot->vio = devm_gpiod_get_index_optional(host->dev, "vio",
1282 slot->cover = devm_gpiod_get_index_optional(host->dev, "cover",
/linux-master/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c1811 gpio = devm_gpiod_get_index_optional(dev, NULL, 0, GPIOD_IN);
1824 gpio = devm_gpiod_get_index_optional(dev, NULL, 1, GPIOD_OUT_HIGH);
1834 gpio = devm_gpiod_get_index_optional(nc->dev, NULL, 2, GPIOD_IN);
/linux-master/sound/pci/hda/
H A Dcs35l56_hda.c935 cs35l56->base.reset_gpio = devm_gpiod_get_index_optional(cs35l56->base.dev,
/linux-master/drivers/staging/fbtft/
H A Dfbtft-core.c79 *gpiop = devm_gpiod_get_index_optional(dev, name, index,
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91x.c2213 gpio = devm_gpiod_get_index_optional(dev, name, index, flags);
/linux-master/drivers/nfc/
H A Dtrf7970a.c2030 trf->en2_gpiod = devm_gpiod_get_index_optional(trf->dev, "ti,enable", 1,
/linux-master/drivers/media/i2c/
H A Dadv7604.c3460 devm_gpiod_get_index_optional(&client->dev, "hpd", i,

Completed in 473 milliseconds

12