Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Dsdhci-acpi.c354 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE |
373 .caps = MMC_CAP_NONREMOVABLE | MMC_CAP_POWER_OFF_CARD |
452 .caps = MMC_CAP_NONREMOVABLE,
460 .caps = MMC_CAP_NONREMOVABLE,
666 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
Dsdhci-of-at91.c121 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_reset()
425 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_probe()
Dsdhci-pci-core.c371 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()
378 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE; in mfd_sdio_probe_slot()
898 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
1097 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in ni_byt_sdio_probe_slot()
1105 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in byt_sdio_probe_slot()
1289 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
1307 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
Dsdhci-pxav2.c196 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav2_probe()
Dsdhci-pci-arasan.c304 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | MMC_CAP_8_BIT_DATA; in arasan_pci_probe_slot()
Dsdhci-brcmstb.c311 (host->mmc->caps & MMC_CAP_NONREMOVABLE)) in sdhci_brcmstb_probe()
Dsdhci-esdhc-mcf.c387 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in esdhc_mcf_plat_init()
Dsdhci-pxav3.c427 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav3_probe()
Dsdhci-s3c.c603 host->mmc->caps = MMC_CAP_NONREMOVABLE; in sdhci_s3c_probe()
Dsdhci_am654.c661 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_am654_init()
Drenesas_sdhi_core.c816 ((host->mmc->caps & MMC_CAP_NONREMOVABLE) || in renesas_sdhi_check_scc_error()
Dsdhci-pci-gli.c1051 MMC_CAP_NONREMOVABLE; in gli_probe_slot_gl9763e()
Dsdhci-omap.c1337 mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_omap_probe()
Dmtk-sd.c2402 if (mmc->caps & MMC_CAP_NONREMOVABLE) in msdc_get_cd()
2712 if (!(mmc->caps & MMC_CAP_NONREMOVABLE) && in msdc_drv_probe()
Domap_hsmmc.c1889 mmc->caps |= MMC_CAP_NONREMOVABLE; in omap_hsmmc_probe()
Datmel-mci.c2293 mmc->caps |= MMC_CAP_NONREMOVABLE; in atmci_init_slot()
/Linux-v6.1/drivers/staging/greybus/
Dsdio.c64 caps = ((r & GB_SDIO_CAP_NONREMOVABLE) ? MMC_CAP_NONREMOVABLE : 0) | in _gb_sdio_set_host_caps()
89 if (caps & MMC_CAP_NONREMOVABLE) in _gb_sdio_set_host_caps()
174 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in _gb_sdio_process_events()
183 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in _gb_sdio_process_events()
/Linux-v6.1/include/linux/mmc/
Dhost.h360 #define MMC_CAP_NONREMOVABLE (1 << 8) /* Nonremovable e.g. eMMC */ macro
603 return !(host->caps & MMC_CAP_NONREMOVABLE); in mmc_card_is_removable()
/Linux-v6.1/drivers/mmc/core/
Dhost.c325 host->caps |= MMC_CAP_NONREMOVABLE; in mmc_of_parse()
416 if (host->caps & MMC_CAP_NONREMOVABLE) in mmc_of_parse()
/Linux-v6.1/arch/arm/mach-ep93xx/
Dts72xx.c245 .caps = MMC_CAP_NONREMOVABLE,
/Linux-v6.1/arch/sh/boards/
Dboard-sh7757lcr.c222 MMC_CAP_NONREMOVABLE,
/Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbcmsdh.c892 host->caps |= MMC_CAP_NONREMOVABLE; in brcmf_sdiod_host_fixup()