Home
last modified time | relevance | path

Searched refs:MMC_CAP_NONREMOVABLE (Results 1 – 20 of 20) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
Dsdhci-bcm-kona.c267 (host->mmc->caps & MMC_CAP_NONREMOVABLE) ? 'Y' : 'N'); in sdhci_bcm_kona_probe()
272 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_bcm_kona_probe()
291 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) { in sdhci_bcm_kona_probe()
Dsdhci-acpi.c204 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE |
218 .caps = MMC_CAP_NONREMOVABLE | MMC_CAP_POWER_OFF_CARD |
Dsdhci-pci.c208 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()
216 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE; in mfd_sdio_probe_slot()
271 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
284 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in byt_sdio_probe_slot()
337 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in intel_mrfl_mmc_probe_slot()
Dsdhci-pxav2.c203 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav2_probe()
Dsdhci-st.c186 if (mhost->caps & MMC_CAP_NONREMOVABLE) in st_mmcss_cconfig()
Dsdhci-pxav3.c420 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav3_probe()
Dsdhci-s3c.c577 host->mmc->caps = MMC_CAP_NONREMOVABLE; in sdhci_s3c_probe()
Dsdhci.c150 (host->mmc->caps & MMC_CAP_NONREMOVABLE)) in sdhci_set_card_detection()
1664 (host->mmc->caps & MMC_CAP_NONREMOVABLE)) in sdhci_do_get_cd()
3182 !(mmc->caps & MMC_CAP_NONREMOVABLE)) in sdhci_add_host()
Dsdhci-esdhc-imx.c1056 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_esdhc_imx_probe()
Dtmio_mmc_pio.c1129 mmc->caps & MMC_CAP_NONREMOVABLE || in tmio_mmc_host_probe()
Dmxcmmc.c1075 else if (!(mmc->caps & MMC_CAP_NONREMOVABLE) in mxcmci_probe()
Domap_hsmmc.c2045 mmc->caps |= MMC_CAP_NONREMOVABLE; in omap_hsmmc_probe()
Datmel-mci.c2219 mmc->caps |= MMC_CAP_NONREMOVABLE; in atmci_init_slot()
Ddw_mmc.c1339 (mmc->caps & MMC_CAP_NONREMOVABLE)) in dw_mci_get_cd()
/linux-4.1.27/include/linux/mmc/
Dhost.h245 #define MMC_CAP_NONREMOVABLE (1 << 8) /* Nonremovable e.g. eMMC */ macro
433 return !(host->caps & MMC_CAP_NONREMOVABLE); in mmc_card_is_removable()
/linux-4.1.27/drivers/mmc/core/
Dhost.c365 host->caps |= MMC_CAP_NONREMOVABLE; in mmc_of_parse()
Dcore.c2384 if (host->caps & MMC_CAP_NONREMOVABLE) in _mmc_detect_card_removed()
2462 if ((host->caps & MMC_CAP_NONREMOVABLE) && host->rescan_entered) in mmc_rescan()
2473 && !(host->caps & MMC_CAP_NONREMOVABLE)) in mmc_rescan()
2497 if (!(host->caps & MMC_CAP_NONREMOVABLE) && host->ops->get_cd && in mmc_rescan()
/linux-4.1.27/arch/sh/boards/
Dboard-sh7757lcr.c230 MMC_CAP_NONREMOVABLE,
/linux-4.1.27/arch/arm/mach-shmobile/
Dboard-kzm9g.c367 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
Dboard-armadillo800eva.c856 MMC_CAP_NONREMOVABLE,