Home
last modified time | relevance | path

Searched refs:MMC_CAP_NEEDS_POLL (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/mmc/core/
H A Dslot-gpio.c120 else if (!(host->caps & MMC_CAP_NEEDS_POLL)) in mmc_gpiod_request_cd_irq()
137 host->caps |= MMC_CAP_NEEDS_POLL; in mmc_gpiod_request_cd_irq()
H A Dcore.c1448 if (cd_irq && !(host->caps & MMC_CAP_NEEDS_POLL)) in _mmc_detect_change()
2196 if (!host->detect_change && !(host->caps & MMC_CAP_NEEDS_POLL)) in mmc_detect_card_removed()
2202 if (ret && (host->caps & MMC_CAP_NEEDS_POLL)) { in mmc_detect_card_removed()
2334 if (host->caps & MMC_CAP_NEEDS_POLL) in mmc_rescan()
H A Dhost.c332 host->caps |= MMC_CAP_NEEDS_POLL; in mmc_of_parse()
/linux/drivers/mmc/host/
H A Dof_mmc_spi.c72 oms->pdata.caps |= MMC_CAP_NEEDS_POLL; in mmc_spi_get_pdata()
H A Dau1xmmc.c1033 mmc->caps |= MMC_CAP_NEEDS_POLL; in au1xmmc_probe()
1036 mmc->caps |= MMC_CAP_NEEDS_POLL; in au1xmmc_probe()
1098 !(mmc->caps & MMC_CAP_NEEDS_POLL)) in au1xmmc_probe()
1127 !(host->mmc->caps & MMC_CAP_NEEDS_POLL)) in au1xmmc_remove()
H A Dmxs-mmc.c74 present = mmc->caps & MMC_CAP_NEEDS_POLL || in mxs_mmc_get_cd()
626 MMC_CAP_SDIO_IRQ | MMC_CAP_NEEDS_POLL | MMC_CAP_CMD23; in mxs_mmc_probe()
H A Dmmc_spi.c1281 mmc->caps &= ~MMC_CAP_NEEDS_POLL; in mmc_spi_probe()
1298 (mmc->caps & MMC_CAP_NEEDS_POLL) in mmc_spi_probe()
H A Dsdhci-of-at91.c395 host->mmc->caps |= MMC_CAP_NEEDS_POLL; in sdhci_at91_probe()
H A Dlitex_mmc.c504 host->mmc->caps |= MMC_CAP_NEEDS_POLL; in litex_mmc_irq_init()
H A Dsdhci-brcmstb.c287 (host->mmc->caps & MMC_CAP_NEEDS_POLL)) { in sdhci_brcmstb_cfginit_2712()
H A Drtsx_usb_sdmmc.c1462 host->mmc->caps &= ~MMC_CAP_NEEDS_POLL; in rtsx_usb_sdmmc_runtime_suspend()
1470 host->mmc->caps |= MMC_CAP_NEEDS_POLL; in rtsx_usb_sdmmc_runtime_resume()
H A Ddw_mmc.c956 if (((mmc->caps & MMC_CAP_NEEDS_POLL) in dw_mci_get_cd()
961 if (mmc->caps & MMC_CAP_NEEDS_POLL) { in dw_mci_get_cd()
1246 if (slot->mmc->caps & MMC_CAP_NEEDS_POLL && in dw_mci_setup_bus()
3352 if (host->slot->mmc->caps & MMC_CAP_NEEDS_POLL) in dw_mci_enable_cd()
H A Dmvsdio.c778 if (!(mmc->caps & MMC_CAP_NEEDS_POLL)) in mvsd_probe()
H A Dtmio_mmc_core.c1210 mmc->caps & MMC_CAP_NEEDS_POLL || in tmio_mmc_host_probe()
H A Ddavinci_mmc.c1175 mmc->caps |= MMC_CAP_NEEDS_POLL; in mmc_davinci_parse_pdata()
H A Dbcm2835.c1277 MMC_CAP_NEEDS_POLL | MMC_CAP_HW_RESET | MMC_CAP_CMD23; in bcm2835_add_host()
H A Dusdhi6rol0.c1825 mmc->caps |= MMC_CAP_NEEDS_POLL; in usdhi6_probe()
H A Datmel-mci.c2315 mmc->caps |= MMC_CAP_NEEDS_POLL; in atmci_init_slot()
H A Dvub300.c2130 mmc->caps &= ~MMC_CAP_NEEDS_POLL; in vub300_probe()
H A Dsdhci.c4554 mmc->caps |= MMC_CAP_NEEDS_POLL; in sdhci_setup_host()
/linux/arch/sh/boards/mach-ecovec24/
H A Dsetup.c720 MMC_CAP_NEEDS_POLL,
752 MMC_CAP_NEEDS_POLL,
797 .caps = MMC_CAP_NEEDS_POLL,
995 MMC_CAP_NEEDS_POLL,
/linux/include/linux/mmc/
H A Dhost.h398 #define MMC_CAP_NEEDS_POLL (1 << 5) /* Needs polling for card-detection */ macro
/linux/arch/mips/alchemy/devboards/
H A Ddb1300.c599 .mask_host_caps = MMC_CAP_NEEDS_POLL,