Home
last modified time | relevance | path

Searched refs:mmc_can_gpio_cd (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/mmc/
Dslot-gpio.h36 bool mmc_can_gpio_cd(struct mmc_host *host);
/Linux-v4.19/drivers/mmc/core/
Dslot-gpio.c287 bool mmc_can_gpio_cd(struct mmc_host *host) in mmc_can_gpio_cd() function
293 EXPORT_SYMBOL(mmc_can_gpio_cd);
/Linux-v4.19/drivers/mmc/host/
Dtmio_mmc_core.c1286 if (mmc_can_gpio_cd(mmc)) in tmio_mmc_host_probe()
1289 _host->native_hotplug = !(mmc_can_gpio_cd(mmc) || in tmio_mmc_host_probe()
Ddw_mmc.c3433 (mmc_can_gpio_cd(host->slot->mmc) || in dw_mci_runtime_suspend()
3447 (mmc_can_gpio_cd(host->slot->mmc) || in dw_mci_runtime_resume()
3497 (mmc_can_gpio_cd(host->slot->mmc) || in dw_mci_runtime_resume()
Dsdhci.c2989 !mmc_can_gpio_cd(host->mmc); in sdhci_cd_irq_can_wakeup()