Home
last modified time | relevance | path

Searched refs:mmc_card_is_removable (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/mmc/host/
Dsdhci-bcm-kona.c269 mmc_card_is_removable(host->mmc) ? 'N' : 'Y'); in sdhci_bcm_kona_probe()
274 if (!mmc_card_is_removable(host->mmc)) in sdhci_bcm_kona_probe()
291 if (!mmc_card_is_removable(host->mmc)) { in sdhci_bcm_kona_probe()
Dsdhci-of-at91.c385 if (mmc_card_is_removable(host->mmc) && in sdhci_at91_probe()
Dsdhci-st.c187 if (!mmc_card_is_removable(mhost)) in st_mmcss_cconfig()
Ddw_mmc.c976 || !mmc_card_is_removable(mmc))) { in dw_mci_get_cd()
3434 !mmc_card_is_removable(host->slot->mmc))) in dw_mci_runtime_suspend()
3448 !mmc_card_is_removable(host->slot->mmc))) { in dw_mci_runtime_resume()
3498 !mmc_card_is_removable(host->slot->mmc))) in dw_mci_runtime_resume()
Dsdhci.c136 !mmc_card_is_removable(host->mmc)) in sdhci_set_card_detection()
1885 if (!mmc_card_is_removable(host->mmc)) in sdhci_get_cd()
2987 return mmc_card_is_removable(host->mmc) && in sdhci_cd_irq_can_wakeup()
3739 mmc_card_is_removable(mmc) && in sdhci_setup_host()
Dmxcmmc.c1081 else if (mmc_card_is_removable(mmc) in mxcmci_probe()
Dtmio_mmc_core.c1291 !mmc_card_is_removable(mmc)); in tmio_mmc_host_probe()
/Linux-v4.19/drivers/mmc/core/
Dcore.c2572 if (!mmc_card_is_removable(host)) in mmc_detect_card_removed()
2610 if (!mmc_card_is_removable(host) && host->rescan_entered) in mmc_rescan()
2627 if (host->bus_ops && !host->bus_dead && mmc_card_is_removable(host)) in mmc_rescan()
2652 if (mmc_card_is_removable(host) && host->ops->get_cd && in mmc_rescan()
2750 if (!mmc_card_is_removable(host)) { in mmc_pm_notify()
Dsdio.c978 if (mmc_card_is_removable(host) || !mmc_card_keep_power(host)) { in mmc_sdio_resume()
/Linux-v4.19/drivers/bluetooth/
Dbtsdio.c301 !mmc_card_is_removable(func->card->host)) in btsdio_probe()
/Linux-v4.19/include/linux/mmc/
Dhost.h530 static inline int mmc_card_is_removable(struct mmc_host *host) in mmc_card_is_removable() function