Searched refs:mmc_card_is_removable (Results 1 – 10 of 10) sorted by relevance
267 mmc_card_is_removable(host->mmc) ? 'N' : 'Y'); in sdhci_bcm_kona_probe()272 if (!mmc_card_is_removable(host->mmc)) in sdhci_bcm_kona_probe()289 if (!mmc_card_is_removable(host->mmc)) { in sdhci_bcm_kona_probe()
380 if (mmc_card_is_removable(host->mmc) && in sdhci_at91_probe()
178 if (!mmc_card_is_removable(mhost)) in st_mmcss_cconfig()
950 || !mmc_card_is_removable(mmc))) { in dw_mci_get_cd()3407 !mmc_card_is_removable(host->slot->mmc))) in dw_mci_runtime_suspend()3421 !mmc_card_is_removable(host->slot->mmc))) { in dw_mci_runtime_resume()3475 !mmc_card_is_removable(host->slot->mmc))) in dw_mci_runtime_resume()
155 !mmc_card_is_removable(host->mmc)) in sdhci_set_card_detection()2054 if (!mmc_card_is_removable(host->mmc)) in sdhci_get_cd()3207 return mmc_card_is_removable(host->mmc) && in sdhci_cd_irq_can_wakeup()3984 mmc_card_is_removable(mmc) && in sdhci_setup_host()
1064 else if (mmc_card_is_removable(mmc) in mxcmci_probe()
1206 !mmc_card_is_removable(mmc)); in tmio_mmc_host_probe()
2249 if (!mmc_card_is_removable(host)) in mmc_detect_card_removed()2287 if (!mmc_card_is_removable(host) && host->rescan_entered) in mmc_rescan()2304 if (host->bus_ops && !host->bus_dead && mmc_card_is_removable(host)) in mmc_rescan()2329 if (mmc_card_is_removable(host) && host->ops->get_cd && in mmc_rescan()2427 if (!mmc_card_is_removable(host)) { in mmc_pm_notify()
285 !mmc_card_is_removable(func->card->host)) { in btsdio_probe()
540 static inline int mmc_card_is_removable(struct mmc_host *host) in mmc_card_is_removable() function