Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Dsdhci-bcm-kona.c257 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()
Dsdhci-of-sparx5.c103 if (!mmc_card_is_removable(host->mmc)) { in sdhci_sparx5_set_emmc()
217 if (!mmc_card_is_removable(host->mmc)) { in sdhci_sparx5_probe()
Dsdhci-st.c178 if (!mmc_card_is_removable(mhost)) in st_mmcss_cconfig()
Dsdhci-of-at91.c405 if (mmc_card_is_removable(host->mmc) && in sdhci_at91_probe()
Dlitex_mmc.c240 if (!mmc_card_is_removable(mmc)) in litex_mmc_get_cd()
Dsdhci-sprd.c597 if (!mmc_card_is_removable(host->mmc)) in sdhci_sprd_probe()
Ddw_mmc.c959 || !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()
Dsdhci.c159 !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()
Dtmio_mmc_core.c1191 !mmc_card_is_removable(mmc)); in tmio_mmc_host_probe()
Dmxcmmc.c1040 else if (mmc_card_is_removable(mmc) in mxcmci_probe()
Dsdhci-msm.c1480 always_on = !mmc_card_is_removable(mmc) && in sdhci_msm_set_vqmmc()
/linux-6.1.9/drivers/bluetooth/
Dbtsdio.c294 !mmc_card_is_removable(func->card->host)) { in btsdio_probe()
/linux-6.1.9/drivers/mmc/core/
Dcore.c2140 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()
Dsdio.c1019 if (!mmc_card_is_removable(host)) { in mmc_sdio_pre_suspend()
/linux-6.1.9/include/linux/mmc/
Dhost.h601 static inline int mmc_card_is_removable(struct mmc_host *host) in mmc_card_is_removable() function