Searched refs:mmc_gpiod_request_cd (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/mmc/core/ |
| A D | slot-gpio.c | 169 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_cd() function 203 EXPORT_SYMBOL(mmc_gpiod_request_cd);
|
| A D | host.c | 337 ret = mmc_gpiod_request_cd(host, "cd", 0, false, in mmc_of_parse()
|
| /linux/include/linux/mmc/ |
| A D | slot-gpio.h | 18 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
|
| /linux/drivers/mmc/host/ |
| A D | sdhci-spear.c | 99 ret = mmc_gpiod_request_cd(host->mmc, "cd", 0, false, 0); in sdhci_probe()
|
| A D | pxamci.c | 740 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in pxamci_probe()
|
| A D | sdhci-acpi.c | 938 err = mmc_gpiod_request_cd(host->mmc, NULL, 0, v, 0); in sdhci_acpi_probe()
|
| A D | sdhci-pci-core.c | 2084 ret = mmc_gpiod_request_cd(host->mmc, "cd", slot->cd_idx, in sdhci_pci_probe_slot() 2087 ret = mmc_gpiod_request_cd(host->mmc, NULL, in sdhci_pci_probe_slot()
|
| A D | mmc_spi.c | 1450 status = mmc_gpiod_request_cd(mmc, NULL, 0, false, 1000); in mmc_spi_probe()
|
| A D | tmio_mmc_core.c | 1157 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in tmio_mmc_host_probe()
|
| A D | davinci_mmc.c | 1177 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in mmc_davinci_parse_pdata()
|
| A D | s3cmci.c | 1469 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in s3cmci_probe_pdata()
|
| A D | mmci.c | 2223 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in mmci_probe()
|
| /linux/ |
| A D | vmlinux.symvers | 4882 0x00000000 mmc_gpiod_request_cd vmlinux EXPORT_SYMBOL
|
| A D | System.map | 45595 ffff800010c43680 T mmc_gpiod_request_cd
|
| A D | .tmp_System.map | 45595 ffff800010c43680 T mmc_gpiod_request_cd
|
Completed in 1068 milliseconds