Searched refs:mmc_gpiod_request_cd (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/mmc/ |
H A D | slot-gpio.h | 19 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
|
/linux/drivers/mmc/core/ |
H A D | slot-gpio.c | 187 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_cd() function 221 EXPORT_SYMBOL(mmc_gpiod_request_cd);
|
/linux/drivers/mmc/host/ |
H A D | sdhci-pci-core.c | 2202 ret = mmc_gpiod_request_cd(host->mmc, "cd", slot->cd_idx, in sdhci_pci_probe_slot() 2208 ret = mmc_gpiod_request_cd(host->mmc, NULL, in sdhci_pci_probe_slot()
|
H A D | mmci.c | 2443 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in mmci_probe()
|