Searched refs:mmc_card_is_removable (Results 1 – 11 of 11) sorted by relevance
269 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()
385 if (mmc_card_is_removable(host->mmc) && in sdhci_at91_probe()
187 if (!mmc_card_is_removable(mhost)) in st_mmcss_cconfig()
976 || !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()
136 !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()
1081 else if (mmc_card_is_removable(mmc) in mxcmci_probe()
1291 !mmc_card_is_removable(mmc)); in tmio_mmc_host_probe()
2572 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()
978 if (mmc_card_is_removable(host) || !mmc_card_keep_power(host)) { in mmc_sdio_resume()
301 !mmc_card_is_removable(func->card->host)) in btsdio_probe()
530 static inline int mmc_card_is_removable(struct mmc_host *host) in mmc_card_is_removable() function