Home
last modified time | relevance | path

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

/linux-6.15/include/linux/mmc/
H A Dslot-gpio.h27 bool mmc_can_gpio_cd(struct mmc_host *host);
/linux-6.15/drivers/mmc/core/
H A Dslot-gpio.c231 bool mmc_can_gpio_cd(struct mmc_host *host) in mmc_can_gpio_cd() function
237 EXPORT_SYMBOL(mmc_can_gpio_cd);
/linux-6.15/drivers/mmc/host/
H A Dtmio_mmc_core.c1182 if (mmc_can_gpio_cd(mmc)) in tmio_mmc_host_probe()
1186 _host->native_hotplug = !(mmc_can_gpio_cd(mmc) || in tmio_mmc_host_probe()
H A Ddw_mmc.c3625 (mmc_can_gpio_cd(host->slot->mmc) || in dw_mci_runtime_suspend()
3639 (mmc_can_gpio_cd(host->slot->mmc) || in dw_mci_runtime_resume()
3693 (mmc_can_gpio_cd(host->slot->mmc) || in dw_mci_runtime_resume()
H A Dsunplus-mmc.c794 if (mmc_can_gpio_cd(mmc)) in spmmc_get_cd()
H A Dsdhci.c161 !mmc_card_is_removable(host->mmc) || mmc_can_gpio_cd(host->mmc)) in sdhci_set_card_detection()
3747 !mmc_can_gpio_cd(host->mmc); in sdhci_cd_irq_can_wakeup()
H A Dmtk-sd.c2980 !mmc_can_gpio_cd(mmc) && in msdc_drv_probe()