Home
last modified time | relevance | path

Searched refs:devm_gpiod_get_index_optional (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-devres.c78 return devm_gpiod_get_index_optional(dev, con_id, 0, flags); in devm_gpiod_get_optional()
241 struct gpio_desc *__must_check devm_gpiod_get_index_optional(struct device *dev, in devm_gpiod_get_index_optional() function
256 EXPORT_SYMBOL_GPL(devm_gpiod_get_index_optional);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dti-tpd12s015.c141 gpio = devm_gpiod_get_index_optional(&pdev->dev, NULL, 0, in tpd12s015_probe()
148 gpio = devm_gpiod_get_index_optional(&pdev->dev, NULL, 1, in tpd12s015_probe()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dmax8952.c240 max8952->vid0_gpiod = devm_gpiod_get_index_optional(&client->dev, in max8952_pmic_probe()
246 max8952->vid1_gpiod = devm_gpiod_get_index_optional(&client->dev, in max8952_pmic_probe()
H A Drk860x-regulator.c437 pdata->vsel_gpio = devm_gpiod_get_index_optional(dev, "vsel", 0, flag); in rk860x_parse_dt()
H A Drk808-regulator.c1592 devm_gpiod_get_index_optional(client_dev, "dvs", i, in rk808_regulator_dt_parse_pdata()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/displays/
H A Dencoder-tpd12s015.c238 gpio = devm_gpiod_get_index_optional(&pdev->dev, NULL, 0, in tpd_probe()
247 gpio = devm_gpiod_get_index_optional(&pdev->dev, NULL, 1, in tpd_probe()
/OK3568_Linux_fs/kernel/drivers/w1/masters/
H A Dw1-gpio.c116 devm_gpiod_get_index_optional(dev, NULL, 1, GPIOD_OUT_LOW); in w1_gpio_probe()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-at91.c539 devm_gpiod_get_index_optional(&pdev->dev, "atmel,vbus", in ohci_hcd_at91_drv_probe()
553 devm_gpiod_get_index_optional(&pdev->dev, "atmel,oc", in ohci_hcd_at91_drv_probe()
/OK3568_Linux_fs/kernel/include/linux/gpio/
H A Dconsumer.h99 devm_gpiod_get_index_optional(struct device *dev, const char *con_id,
294 devm_gpiod_get_index_optional(struct device *dev, const char *con_id, in devm_gpiod_get_index_optional() function
/OK3568_Linux_fs/kernel/drivers/net/mdio/
H A Dmdio-gpio.c48 bitbang->mdo = devm_gpiod_get_index_optional(dev, NULL, MDIO_GPIO_MDO, in mdio_gpio_get_data()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_mctrl_gpio.c142 devm_gpiod_get_index_optional(dev, in mctrl_gpio_init_noauto()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dfsl_upm.c217 fun->rnb_gpio[i] = devm_gpiod_get_index_optional(&ofdev->dev, in fun_probe()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c1809 gpio = devm_gpiod_get_index_optional(dev, NULL, 0, GPIOD_IN); in atmel_nand_controller_legacy_add_nands()
1822 gpio = devm_gpiod_get_index_optional(dev, NULL, 1, GPIOD_OUT_HIGH); in atmel_nand_controller_legacy_add_nands()
1832 gpio = devm_gpiod_get_index_optional(nc->dev, NULL, 2, GPIOD_IN); in atmel_nand_controller_legacy_add_nands()
/OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/
H A Ddevres.rst273 devm_gpiod_get_index_optional()
/OK3568_Linux_fs/kernel/drivers/staging/mt7621-pci/
H A Dpci-mt7621.c379 port->gpio_rst = devm_gpiod_get_index_optional(dev, "reset", slot, in mt7621_pcie_parse_port()
/OK3568_Linux_fs/kernel/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_core.c1218 gpiod = devm_gpiod_get_index_optional(dev, NULL, i, GPIOD_ASIS); in cpm_uart_init_port()
/OK3568_Linux_fs/kernel/drivers/staging/fbtft/
H A Dfbtft-core.c79 *gpiop = devm_gpiod_get_index_optional(dev, name, index, in fbtft_request_one_gpio()
/OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/
H A Dconsumer.rst142 struct gpio_desc *devm_gpiod_get_index_optional(struct device *dev,
/OK3568_Linux_fs/kernel/drivers/nfc/
H A Dtrf7970a.c2028 trf->en2_gpiod = devm_gpiod_get_index_optional(trf->dev, "ti,enable", 1, in trf7970a_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc91x.c2203 gpio = devm_gpiod_get_index_optional(dev, name, index, flags); in try_toggle_control_gpio()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_rockchip250 devm_gpiod_get_index_optional
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi.c2590 cs[i] = devm_gpiod_get_index_optional(dev, "cs", i, in spi_get_gpio_descs()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dadv7604.c3402 devm_gpiod_get_index_optional(&client->dev, "hpd", i, in adv76xx_probe()