Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
A Dsdhci-bcm-kona.c267 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()
A 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()
A Dsdhci-of-at91.c402 if (mmc_card_is_removable(host->mmc) && in sdhci_at91_probe()
A Dsdhci-st.c178 if (!mmc_card_is_removable(mhost)) in st_mmcss_cconfig()
A Dsdhci-sprd.c593 if (!mmc_card_is_removable(host->mmc)) in sdhci_sprd_probe()
A Ddw_mmc.c958 || !mmc_card_is_removable(mmc))) { in dw_mci_get_cd()
3471 !mmc_card_is_removable(host->slot->mmc))) in dw_mci_runtime_suspend()
3485 !mmc_card_is_removable(host->slot->mmc))) { in dw_mci_runtime_resume()
3539 !mmc_card_is_removable(host->slot->mmc))) in dw_mci_runtime_resume()
A Dsdhci.c159 !mmc_card_is_removable(host->mmc) || mmc_can_gpio_cd(host->mmc)) in sdhci_set_card_detection()
2422 if (!mmc_card_is_removable(mmc)) in sdhci_get_cd()
3634 return mmc_card_is_removable(host->mmc) && in sdhci_cd_irq_can_wakeup()
4433 mmc_card_is_removable(mmc) && in sdhci_setup_host()
A Dtmio_mmc_core.c1180 !mmc_card_is_removable(mmc)); in tmio_mmc_host_probe()
A Dmxcmmc.c1040 else if (mmc_card_is_removable(mmc) in mxcmci_probe()
A Dsdhci-msm.c1479 always_on = !mmc_card_is_removable(mmc) && in sdhci_msm_set_vqmmc()
/linux/drivers/mmc/core/
A Dcore.c2125 if (!mmc_card_is_removable(host)) in mmc_detect_card_removed()
2164 mmc_card_is_removable(card->host)) in mmc_card_alternative_gpt_sector()
2198 if (!mmc_card_is_removable(host) && host->rescan_entered) in mmc_rescan()
2220 if (mmc_card_is_removable(host) && host->ops->get_cd && in mmc_rescan()
A Dsdio.c1001 if (!mmc_card_is_removable(host)) { in mmc_sdio_pre_suspend()
/linux/drivers/bluetooth/
A Dbtsdio.c294 !mmc_card_is_removable(func->card->host)) { in btsdio_probe()
/linux/include/linux/mmc/
A Dhost.h581 static inline int mmc_card_is_removable(struct mmc_host *host) in mmc_card_is_removable() function

Completed in 55 milliseconds