Searched refs:mmc_card_is_removable (Results 1 – 15 of 15) sorted by relevance
257 mmc_card_is_removable(host->mmc) ? 'N' : 'Y'); in sdhci_bcm_kona_probe()262 if (!mmc_card_is_removable(host->mmc)) in sdhci_bcm_kona_probe()279 if (!mmc_card_is_removable(host->mmc)) { in sdhci_bcm_kona_probe()
103 if (!mmc_card_is_removable(host->mmc)) { in sdhci_sparx5_set_emmc()217 if (!mmc_card_is_removable(host->mmc)) { in sdhci_sparx5_probe()
178 if (!mmc_card_is_removable(mhost)) in st_mmcss_cconfig()
405 if (mmc_card_is_removable(host->mmc) && in sdhci_at91_probe()
240 if (!mmc_card_is_removable(mmc)) in litex_mmc_get_cd()
597 if (!mmc_card_is_removable(host->mmc)) in sdhci_sprd_probe()
959 || !mmc_card_is_removable(mmc))) { in dw_mci_get_cd()3525 !mmc_card_is_removable(host->slot->mmc))) in dw_mci_runtime_suspend()3539 !mmc_card_is_removable(host->slot->mmc))) { in dw_mci_runtime_resume()3593 !mmc_card_is_removable(host->slot->mmc))) in dw_mci_runtime_resume()
159 !mmc_card_is_removable(host->mmc) || mmc_can_gpio_cd(host->mmc)) in sdhci_set_card_detection()2503 if (!mmc_card_is_removable(mmc)) in sdhci_get_cd()3725 return mmc_card_is_removable(host->mmc) && in sdhci_cd_irq_can_wakeup()4532 mmc_card_is_removable(mmc) && in sdhci_setup_host()
1191 !mmc_card_is_removable(mmc)); in tmio_mmc_host_probe()
1040 else if (mmc_card_is_removable(mmc) in mxcmci_probe()
1480 always_on = !mmc_card_is_removable(mmc) && in sdhci_msm_set_vqmmc()
294 !mmc_card_is_removable(func->card->host)) { in btsdio_probe()
2140 if (!mmc_card_is_removable(host)) in mmc_detect_card_removed()2179 mmc_card_is_removable(card->host)) in mmc_card_alternative_gpt_sector()2213 if (!mmc_card_is_removable(host) && host->rescan_entered) in mmc_rescan()2235 if (mmc_card_is_removable(host) && host->ops->get_cd && in mmc_rescan()
1019 if (!mmc_card_is_removable(host)) { in mmc_sdio_pre_suspend()
601 static inline int mmc_card_is_removable(struct mmc_host *host) in mmc_card_is_removable() function