Home
last modified time | relevance | path

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

/linux-4.4.14/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.c234 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE |
250 .caps = MMC_CAP_NONREMOVABLE | MMC_CAP_POWER_OFF_CARD |
Dsdhci-pxav2.c203 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav2_probe()
Dsdhci-pci-core.c209 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()
217 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE; in mfd_sdio_probe_slot()
362 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
378 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in byt_sdio_probe_slot()
435 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in intel_mrfl_mmc_probe_slot()
Dsdhci-st.c186 if (mhost->caps & MMC_CAP_NONREMOVABLE) in st_mmcss_cconfig()
Dsdhci-pxav3.c422 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav3_probe()
Dsdhci-s3c.c577 host->mmc->caps = MMC_CAP_NONREMOVABLE; in sdhci_s3c_probe()
Dsdhci.c149 (host->mmc->caps & MMC_CAP_NONREMOVABLE)) in sdhci_set_card_detection()
1639 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_do_get_cd()
3151 !(mmc->caps & MMC_CAP_NONREMOVABLE) && in sdhci_add_host()
Dtmio_mmc_pio.c1132 mmc->caps & MMC_CAP_NONREMOVABLE || in tmio_mmc_host_probe()
Dsdhci-esdhc-imx.c1068 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_esdhc_imx_probe_nondt()
Dmxcmmc.c1071 else if (!(mmc->caps & MMC_CAP_NONREMOVABLE) in mxcmci_probe()
Domap_hsmmc.c2130 mmc->caps |= MMC_CAP_NONREMOVABLE; in omap_hsmmc_probe()
Datmel-mci.c2218 mmc->caps |= MMC_CAP_NONREMOVABLE; in atmci_init_slot()
Ddw_mmc.c1459 (mmc->caps & MMC_CAP_NONREMOVABLE)) in dw_mci_get_cd()
/linux-4.4.14/include/linux/mmc/
Dhost.h248 #define MMC_CAP_NONREMOVABLE (1 << 8) /* Nonremovable e.g. eMMC */ macro
441 return !(host->caps & MMC_CAP_NONREMOVABLE); in mmc_card_is_removable()
/linux-4.4.14/drivers/mmc/core/
Dhost.c209 host->caps |= MMC_CAP_NONREMOVABLE; in mmc_of_parse()
Dcore.c2501 if (host->caps & MMC_CAP_NONREMOVABLE) in _mmc_detect_card_removed()
2579 if ((host->caps & MMC_CAP_NONREMOVABLE) && host->rescan_entered) in mmc_rescan()
2590 && !(host->caps & MMC_CAP_NONREMOVABLE)) in mmc_rescan()
2614 if (!(host->caps & MMC_CAP_NONREMOVABLE) && host->ops->get_cd && in mmc_rescan()
/linux-4.4.14/arch/sh/boards/
Dboard-sh7757lcr.c230 MMC_CAP_NONREMOVABLE,
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dbcmsdh.c1021 host->caps |= MMC_CAP_NONREMOVABLE; in brcmf_sdiod_host_fixup()