Home
last modified time | relevance | path

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

/drivers/gpio/
Ddevres.c66 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/
Dslot-gpio.c241 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/
Di2c.c302 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/
Dintel_soc_pmic_core.c52 desc = devm_gpiod_get_index(dev, "intel_soc_pmic", 0, GPIOD_IN); in intel_soc_pmic_find_gpio_irq()
/drivers/input/keyboard/
Dclps711x-keypad.c123 data->desc = devm_gpiod_get_index(dev, "row", i, GPIOD_IN); in clps711x_keypad_probe()
/drivers/char/tpm/st33zp24/
Di2c.c123 gpiod_lpcpd = devm_gpiod_get_index(dev, "TPM IO LPCPD", 1, in st33zp24_i2c_acpi_request_resources()
Dspi.c242 gpiod_lpcpd = devm_gpiod_get_index(dev, "TPM IO LPCPD", 1, in st33zp24_spi_acpi_request_resources()
/drivers/iio/pressure/
Dhp03.c238 priv->xclr_gpio = devm_gpiod_get_index(dev, "xclr", 0, GPIOD_OUT_HIGH); in hp03_probe()
/drivers/hsi/clients/
Dnokia-modem.c115 modem->gpios[i].gpio = devm_gpiod_get_index(dev, NULL, i, in nokia_modem_gpio_probe()
/drivers/gpu/drm/omapdrm/displays/
Dencoder-tpd12s015.c252 gpio = devm_gpiod_get_index(&pdev->dev, NULL, 2, in tpd_probe()
Dpanel-sharp-ls037v7dw01.c206 gd = devm_gpiod_get_index(dev, desc, index, GPIOD_OUT_LOW); in sharp_ls_get_gpio_of()
/drivers/video/fbdev/omap2/omapfb/displays/
Dpanel-sharp-ls037v7dw01.c206 gd = devm_gpiod_get_index(dev, desc, index, GPIOD_OUT_LOW); in sharp_ls_get_gpio_of()
Dencoder-tpd12s015.c255 gpio = devm_gpiod_get_index(&pdev->dev, NULL, 2, in tpd_probe()
/drivers/input/touchscreen/
Dzforce_ts.c786 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()
Dsurface3_spi.c239 gpiod = devm_gpiod_get_index(dev, NULL, i, GPIOD_OUT_LOW); in surface3_spi_get_gpio_config()
/drivers/nfc/st-nci/
Di2c.c219 gpiod_reset = devm_gpiod_get_index(dev, ST_NCI_GPIO_NAME_RESET, 1, in st_nci_i2c_acpi_request_resources()
Dspi.c234 gpiod_reset = devm_gpiod_get_index(dev, ST_NCI_GPIO_NAME_RESET, 1, in st_nci_spi_acpi_request_resources()
/drivers/nfc/pn544/
Di2c.c884 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/
Dmma9551.c421 gpio = devm_gpiod_get_index(dev, MMA9551_GPIO_NAME, i, in mma9551_gpio_probe()
/drivers/nfc/st21nfca/
Di2c.c515 gpiod_ena = devm_gpiod_get_index(dev, ST21NFCA_GPIO_NAME_EN, 1, in st21nfca_hci_i2c_acpi_request_resources()
/drivers/power/supply/
Dbq25890_charger.c726 irq = devm_gpiod_get_index(bq->dev, BQ25890_IRQ_PIN, 0, GPIOD_IN); in bq25890_irq_probe()
/drivers/iio/proximity/
Dsx9500.c881 data->gpiod_rst = devm_gpiod_get_index(dev, SX9500_GPIO_RESET, in sx9500_gpio_probe()
/drivers/spi/
Dspi-pxa2xx.c1746 gpiod = devm_gpiod_get_index(dev, "cs", i, in pxa2xx_spi_probe()