Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mmc/host/
Dsdhci-acpi.c430 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE |
449 .caps = MMC_CAP_NONREMOVABLE | MMC_CAP_POWER_OFF_CARD |
528 .caps = MMC_CAP_NONREMOVABLE,
536 .caps = MMC_CAP_NONREMOVABLE,
742 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
Dsdhci-of-at91.c116 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_reset()
422 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_probe()
Dsdhci-pci-core.c417 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()
424 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE; in mfd_sdio_probe_slot()
962 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
1153 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in ni_byt_sdio_probe_slot()
1161 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in byt_sdio_probe_slot()
1350 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
1368 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-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.c665 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_am654_init()
Dsdhci-pci-gli.c873 MMC_CAP_NONREMOVABLE; in gli_probe_slot_gl9763e()
Drenesas_sdhi_core.c791 ((host->mmc->caps & MMC_CAP_NONREMOVABLE) || in renesas_sdhi_check_scc_error()
Dmtk-sd.c2278 if (mmc->caps & MMC_CAP_NONREMOVABLE) in msdc_get_cd()
2549 if (!(mmc->caps & MMC_CAP_NONREMOVABLE) && in msdc_drv_probe()
Domap_hsmmc.c1930 mmc->caps |= MMC_CAP_NONREMOVABLE; in omap_hsmmc_probe()
Datmel-mci.c2294 mmc->caps |= MMC_CAP_NONREMOVABLE; in atmci_init_slot()
/Linux-v5.15/include/linux/mmc/
Dhost.h338 #define MMC_CAP_NONREMOVABLE (1 << 8) /* Nonremovable e.g. eMMC */ macro
580 return !(host->caps & MMC_CAP_NONREMOVABLE); in mmc_card_is_removable()
/Linux-v5.15/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-v5.15/drivers/mmc/core/
Dhost.c316 host->caps |= MMC_CAP_NONREMOVABLE; in mmc_of_parse()
407 if (host->caps & MMC_CAP_NONREMOVABLE) in mmc_of_parse()
/Linux-v5.15/arch/arm/mach-ep93xx/
Dts72xx.c246 .caps = MMC_CAP_NONREMOVABLE,
/Linux-v5.15/arch/sh/boards/
Dboard-sh7757lcr.c222 MMC_CAP_NONREMOVABLE,
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbcmsdh.c900 host->caps |= MMC_CAP_NONREMOVABLE; in brcmf_sdiod_host_fixup()