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 | 175 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_cd() function 209 EXPORT_SYMBOL(mmc_gpiod_request_cd);
|
| /linux/drivers/mmc/host/ |
| H A D | pxamci.c | 725 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in pxamci_probe()
|
| H A D | mmc_spi.c | 1272 status = mmc_gpiod_request_cd(mmc, NULL, 0, false, 1000); in mmc_spi_probe()
|