Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-bcm-kona.c256 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()
H A Dsdhci-of-sparx5.c103 if (!mmc_card_is_removable(host->mmc)) { in sdhci_sparx5_set_emmc()
214 if (!mmc_card_is_removable(host->mmc)) { in sdhci_sparx5_probe()
H A Dsdhci-of-at91.c405 if (mmc_card_is_removable(host->mmc) && in sdhci_at91_probe()
H A Dsdhci-st.c178 if (!mmc_card_is_removable(mhost)) in st_mmcss_cconfig()
H A Dlitex_mmc.c240 if (!mmc_card_is_removable(mmc)) in litex_mmc_get_cd()
H A Ddw_mmc.c958 || !mmc_card_is_removable(mmc))) { in dw_mci_get_cd()
3524 !mmc_card_is_removable(host->slot->mmc))) in dw_mci_runtime_suspend()
3538 !mmc_card_is_removable(host->slot->mmc))) { in dw_mci_runtime_resume()
3592 !mmc_card_is_removable(host->slot->mmc))) in dw_mci_runtime_resume()
H A Dsdhci-sprd.c770 if (!mmc_card_is_removable(host->mmc)) in sdhci_sprd_probe()
H A Dsdhci.c159 !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()
3703 return mmc_card_is_removable(host->mmc) && in sdhci_cd_irq_can_wakeup()
4507 mmc_card_is_removable(mmc) && in sdhci_setup_host()
H A Dtmio_mmc_core.c1195 !mmc_card_is_removable(mmc)); in tmio_mmc_host_probe()
H A Dmxcmmc.c1038 else if (mmc_card_is_removable(mmc) in mxcmci_probe()
H A Dsdhci-msm.c1484 always_on = !mmc_card_is_removable(mmc) && in sdhci_msm_set_vqmmc()
/openbmc/linux/drivers/mmc/core/
H A Dcore.c2144 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()
H A Dbus.c314 mmc_card_is_removable(card->host) ? in mmc_add_card()
H A Dsdio.c1019 if (!mmc_card_is_removable(host)) { in mmc_sdio_pre_suspend()
/openbmc/linux/drivers/bluetooth/
H A Dbtsdio.c291 !mmc_card_is_removable(func->card->host)) { in btsdio_probe()
/openbmc/linux/include/linux/mmc/
H A Dhost.h611 static inline int mmc_card_is_removable(struct mmc_host *host) in mmc_card_is_removable() function