Searched refs:mmc_card_is_removable (Results 1 – 16 of 16) sorted by relevance
256 mmc_card_is_removable(host->mmc) ? 'N' : 'Y'); in sdhci_bcm_kona_probe()261 if (!mmc_card_is_removable(host->mmc)) in sdhci_bcm_kona_probe()278 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()214 if (!mmc_card_is_removable(host->mmc)) { in sdhci_sparx5_probe()
405 if (mmc_card_is_removable(host->mmc) && in sdhci_at91_probe()
178 if (!mmc_card_is_removable(mhost)) in st_mmcss_cconfig()
240 if (!mmc_card_is_removable(mmc)) in litex_mmc_get_cd()
958 || !mmc_card_is_removable(mmc))) { in dw_mci_get_cd()3532 !mmc_card_is_removable(host->slot->mmc))) in dw_mci_runtime_suspend()3546 !mmc_card_is_removable(host->slot->mmc))) { in dw_mci_runtime_resume()3600 !mmc_card_is_removable(host->slot->mmc))) in dw_mci_runtime_resume()
770 if (!mmc_card_is_removable(host->mmc)) in sdhci_sprd_probe()
159 !mmc_card_is_removable(host->mmc) || mmc_can_gpio_cd(host->mmc)) in sdhci_set_card_detection()2479 if (!mmc_card_is_removable(mmc)) in sdhci_get_cd()3706 return mmc_card_is_removable(host->mmc) && in sdhci_cd_irq_can_wakeup()4510 mmc_card_is_removable(mmc) && in sdhci_setup_host()
1195 !mmc_card_is_removable(mmc)); in tmio_mmc_host_probe()
1038 else if (mmc_card_is_removable(mmc) in mxcmci_probe()
1532 always_on = !mmc_card_is_removable(mmc) && in sdhci_msm_set_vqmmc()
2144 if (!mmc_card_is_removable(host)) in mmc_detect_card_removed()2183 mmc_card_is_removable(card->host)) in mmc_card_alternative_gpt_sector()2217 if (!mmc_card_is_removable(host) && host->rescan_entered) in mmc_rescan()2239 if (mmc_card_is_removable(host) && host->ops->get_cd && in mmc_rescan()2266 if (!mmc_card_is_removable(host) && !host->bus_ops) in mmc_rescan()
316 mmc_card_is_removable(card->host) ? in mmc_add_card()
1021 if (!mmc_card_is_removable(host)) { in mmc_sdio_pre_suspend()
291 !mmc_card_is_removable(func->card->host)) { in btsdio_probe()
611 static inline int mmc_card_is_removable(struct mmc_host *host) in mmc_card_is_removable() function