Home
last modified time | relevance | path

Searched refs:mmc_gpiod_request_cd (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/mmc/
H A Dslot-gpio.h19 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
/linux/drivers/mmc/core/
H A Dslot-gpio.c175 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 Dpxamci.c725 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in pxamci_probe()