Home
last modified time | relevance | path

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

/openbmc/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.c1420 if (cd_irq && !(host->caps & MMC_CAP_NEEDS_POLL)) in _mmc_detect_change()
2152 if (!host->detect_change && !(host->caps & MMC_CAP_NEEDS_POLL)) in mmc_detect_card_removed()
2158 if (ret && (host->caps & MMC_CAP_NEEDS_POLL)) { in mmc_detect_card_removed()
2278 if (host->caps & MMC_CAP_NEEDS_POLL) in mmc_rescan()
H A Dhost.c334 host->caps |= MMC_CAP_NEEDS_POLL; in mmc_of_parse()
/openbmc/linux/drivers/mmc/host/
H A Dof_mmc_spi.c71 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()
1130 !(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()
631 MMC_CAP_SDIO_IRQ | MMC_CAP_NEEDS_POLL | MMC_CAP_CMD23; in mxs_mmc_probe()
H A Dsdhci-of-at91.c407 host->mmc->caps |= MMC_CAP_NEEDS_POLL; in sdhci_at91_probe()
H A Dmmc_spi.c1283 mmc->caps &= ~MMC_CAP_NEEDS_POLL; in mmc_spi_probe()
1300 (mmc->caps & MMC_CAP_NEEDS_POLL) in mmc_spi_probe()
H A Dlitex_mmc.c504 host->mmc->caps |= MMC_CAP_NEEDS_POLL; in litex_mmc_irq_init()
H A Drtsx_usb_sdmmc.c1425 host->mmc->caps &= ~MMC_CAP_NEEDS_POLL; in rtsx_usb_sdmmc_runtime_suspend()
1433 host->mmc->caps |= MMC_CAP_NEEDS_POLL; in rtsx_usb_sdmmc_runtime_resume()
H A Ddw_mmc.c957 if (((mmc->caps & MMC_CAP_NEEDS_POLL) in dw_mci_get_cd()
962 if (mmc->caps & MMC_CAP_NEEDS_POLL) { in dw_mci_get_cd()
1247 if (slot->mmc->caps & MMC_CAP_NEEDS_POLL && in dw_mci_setup_bus()
3269 if (host->slot->mmc->caps & MMC_CAP_NEEDS_POLL) in dw_mci_enable_cd()
H A Dmvsdio.c782 if (!(mmc->caps & MMC_CAP_NEEDS_POLL)) in mvsd_probe()
H A Dtmio_mmc_core.c1194 mmc->caps & MMC_CAP_NEEDS_POLL || in tmio_mmc_host_probe()
H A Ddavinci_mmc.c1180 mmc->caps |= MMC_CAP_NEEDS_POLL; in mmc_davinci_parse_pdata()
H A Dbcm2835.c1275 MMC_CAP_NEEDS_POLL | MMC_CAP_HW_RESET | MMC_CAP_CMD23; in bcm2835_add_host()
H A Dusdhi6rol0.c1831 mmc->caps |= MMC_CAP_NEEDS_POLL; in usdhi6_probe()
H A Dvub300.c2129 mmc->caps &= ~MMC_CAP_NEEDS_POLL; in vub300_probe()
H A Datmel-mci.c2330 mmc->caps |= MMC_CAP_NEEDS_POLL; in atmci_init_slot()
H A Dsdhci.c4512 mmc->caps |= MMC_CAP_NEEDS_POLL; in sdhci_setup_host()
/openbmc/u-boot/include/
H A Dmvebu_mmc.h226 #define MMC_CAP_NEEDS_POLL (1 << 5) macro
/openbmc/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,
994 MMC_CAP_NEEDS_POLL,
/openbmc/linux/include/linux/mmc/
H A Dhost.h363 #define MMC_CAP_NEEDS_POLL (1 << 5) /* Needs polling for card-detection */ macro
/openbmc/linux/arch/mips/alchemy/devboards/
H A Ddb1300.c599 .mask_host_caps = MMC_CAP_NEEDS_POLL,