/drivers/gpio/ |
D | devres.c | 66 return devm_gpiod_get_index(dev, con_id, 0, flags); in devm_gpiod_get() 99 struct gpio_desc *__must_check devm_gpiod_get_index(struct device *dev, in devm_gpiod_get_index() function 123 EXPORT_SYMBOL(devm_gpiod_get_index); 192 desc = devm_gpiod_get_index(dev, con_id, index, flags); in devm_gpiod_get_index_optional()
|
/drivers/mmc/core/ |
D | slot-gpio.c | 241 desc = devm_gpiod_get_index(host->parent, con_id, idx, GPIOD_IN); in mmc_gpiod_request_cd() 287 desc = devm_gpiod_get_index(host->parent, con_id, idx, GPIOD_IN); in mmc_gpiod_request_ro()
|
/drivers/nfc/nxp-nci/ |
D | i2c.c | 302 gpiod_en = devm_gpiod_get_index(&client->dev, NULL, 2, GPIOD_OUT_LOW); in nxp_nci_i2c_acpi_config() 303 gpiod_fw = devm_gpiod_get_index(&client->dev, NULL, 1, GPIOD_OUT_LOW); in nxp_nci_i2c_acpi_config()
|
/drivers/mfd/ |
D | intel_soc_pmic_core.c | 52 desc = devm_gpiod_get_index(dev, "intel_soc_pmic", 0, GPIOD_IN); in intel_soc_pmic_find_gpio_irq()
|
/drivers/input/keyboard/ |
D | clps711x-keypad.c | 123 data->desc = devm_gpiod_get_index(dev, "row", i, GPIOD_IN); in clps711x_keypad_probe()
|
/drivers/char/tpm/st33zp24/ |
D | i2c.c | 123 gpiod_lpcpd = devm_gpiod_get_index(dev, "TPM IO LPCPD", 1, in st33zp24_i2c_acpi_request_resources()
|
D | spi.c | 242 gpiod_lpcpd = devm_gpiod_get_index(dev, "TPM IO LPCPD", 1, in st33zp24_spi_acpi_request_resources()
|
/drivers/iio/pressure/ |
D | hp03.c | 238 priv->xclr_gpio = devm_gpiod_get_index(dev, "xclr", 0, GPIOD_OUT_HIGH); in hp03_probe()
|
/drivers/hsi/clients/ |
D | nokia-modem.c | 115 modem->gpios[i].gpio = devm_gpiod_get_index(dev, NULL, i, in nokia_modem_gpio_probe()
|
/drivers/gpu/drm/omapdrm/displays/ |
D | encoder-tpd12s015.c | 252 gpio = devm_gpiod_get_index(&pdev->dev, NULL, 2, in tpd_probe()
|
D | panel-sharp-ls037v7dw01.c | 206 gd = devm_gpiod_get_index(dev, desc, index, GPIOD_OUT_LOW); in sharp_ls_get_gpio_of()
|
/drivers/video/fbdev/omap2/omapfb/displays/ |
D | panel-sharp-ls037v7dw01.c | 206 gd = devm_gpiod_get_index(dev, desc, index, GPIOD_OUT_LOW); in sharp_ls_get_gpio_of()
|
D | encoder-tpd12s015.c | 255 gpio = devm_gpiod_get_index(&pdev->dev, NULL, 2, in tpd_probe()
|
/drivers/input/touchscreen/ |
D | zforce_ts.c | 786 ts->gpio_int = devm_gpiod_get_index(&client->dev, NULL, 0, in zforce_probe() 796 ts->gpio_rst = devm_gpiod_get_index(&client->dev, NULL, 1, in zforce_probe()
|
D | surface3_spi.c | 239 gpiod = devm_gpiod_get_index(dev, NULL, i, GPIOD_OUT_LOW); in surface3_spi_get_gpio_config()
|
/drivers/nfc/st-nci/ |
D | i2c.c | 219 gpiod_reset = devm_gpiod_get_index(dev, ST_NCI_GPIO_NAME_RESET, 1, in st_nci_i2c_acpi_request_resources()
|
D | spi.c | 234 gpiod_reset = devm_gpiod_get_index(dev, ST_NCI_GPIO_NAME_RESET, 1, in st_nci_spi_acpi_request_resources()
|
/drivers/nfc/pn544/ |
D | i2c.c | 884 gpiod_en = devm_gpiod_get_index(dev, PN544_GPIO_NAME_EN, 1, in pn544_hci_i2c_acpi_request_resources() 894 gpiod_fw = devm_gpiod_get_index(dev, PN544_GPIO_NAME_FW, 2, in pn544_hci_i2c_acpi_request_resources()
|
/drivers/iio/accel/ |
D | mma9551.c | 421 gpio = devm_gpiod_get_index(dev, MMA9551_GPIO_NAME, i, in mma9551_gpio_probe()
|
/drivers/nfc/st21nfca/ |
D | i2c.c | 515 gpiod_ena = devm_gpiod_get_index(dev, ST21NFCA_GPIO_NAME_EN, 1, in st21nfca_hci_i2c_acpi_request_resources()
|
/drivers/power/supply/ |
D | bq25890_charger.c | 726 irq = devm_gpiod_get_index(bq->dev, BQ25890_IRQ_PIN, 0, GPIOD_IN); in bq25890_irq_probe()
|
/drivers/iio/proximity/ |
D | sx9500.c | 881 data->gpiod_rst = devm_gpiod_get_index(dev, SX9500_GPIO_RESET, in sx9500_gpio_probe()
|
/drivers/spi/ |
D | spi-pxa2xx.c | 1746 gpiod = devm_gpiod_get_index(dev, "cs", i, in pxa2xx_spi_probe()
|