Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
A Dslot-gpio.c101 if (!(host->caps & MMC_CAP_NEEDS_POLL)) in mmc_gpiod_request_cd_irq()
118 host->caps |= MMC_CAP_NEEDS_POLL; in mmc_gpiod_request_cd_irq()
A Dcore.c1408 if (cd_irq && !(host->caps & MMC_CAP_NEEDS_POLL)) in _mmc_detect_change()
2133 if (!host->detect_change && !(host->caps & MMC_CAP_NEEDS_POLL)) in mmc_detect_card_removed()
2139 if (ret && (host->caps & MMC_CAP_NEEDS_POLL)) { in mmc_detect_card_removed()
2248 if (host->caps & MMC_CAP_NEEDS_POLL) in mmc_rescan()
A Dhost.c335 host->caps |= MMC_CAP_NEEDS_POLL; in mmc_of_parse()
/linux/drivers/mmc/host/
A Dof_mmc_spi.c71 oms->pdata.caps |= MMC_CAP_NEEDS_POLL; in mmc_spi_get_pdata()
A Dau1xmmc.c1031 mmc->caps |= MMC_CAP_NEEDS_POLL; in au1xmmc_probe()
1034 mmc->caps |= MMC_CAP_NEEDS_POLL; in au1xmmc_probe()
1096 !(mmc->caps & MMC_CAP_NEEDS_POLL)) in au1xmmc_probe()
1127 !(host->mmc->caps & MMC_CAP_NEEDS_POLL)) in au1xmmc_remove()
A Dmxs-mmc.c75 present = mmc->caps & MMC_CAP_NEEDS_POLL || in mxs_mmc_get_cd()
632 MMC_CAP_SDIO_IRQ | MMC_CAP_NEEDS_POLL | MMC_CAP_CMD23; in mxs_mmc_probe()
A Dsdhci-of-at91.c404 host->mmc->caps |= MMC_CAP_NEEDS_POLL; in sdhci_at91_probe()
A Dmmc_spi.c1459 mmc->caps &= ~MMC_CAP_NEEDS_POLL; in mmc_spi_probe()
1477 (mmc->caps & MMC_CAP_NEEDS_POLL) in mmc_spi_probe()
A Drtsx_usb_sdmmc.c1421 host->mmc->caps &= ~MMC_CAP_NEEDS_POLL; in rtsx_usb_sdmmc_runtime_suspend()
1429 host->mmc->caps |= MMC_CAP_NEEDS_POLL; in rtsx_usb_sdmmc_runtime_resume()
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()
3216 if (host->slot->mmc->caps & MMC_CAP_NEEDS_POLL) in dw_mci_enable_cd()
A Dmvsdio.c782 if (!(mmc->caps & MMC_CAP_NEEDS_POLL)) in mvsd_probe()
A Dtmio_mmc_core.c1179 mmc->caps & MMC_CAP_NEEDS_POLL || in tmio_mmc_host_probe()
A Ddavinci_mmc.c1181 mmc->caps |= MMC_CAP_NEEDS_POLL; in mmc_davinci_parse_pdata()
A Dbcm2835.c1283 MMC_CAP_NEEDS_POLL | MMC_CAP_HW_RESET | MMC_CAP_CMD23; in bcm2835_add_host()
A Ds3cmci.c1463 mmc->caps |= MMC_CAP_NEEDS_POLL; in s3cmci_probe_pdata()
A Dusdhi6rol0.c1830 mmc->caps |= MMC_CAP_NEEDS_POLL; in usdhi6_probe()
A Datmel-mci.c2296 mmc->caps |= MMC_CAP_NEEDS_POLL; in atmci_init_slot()
A Dvub300.c2126 mmc->caps &= ~MMC_CAP_NEEDS_POLL; in vub300_probe()
A Dsdhci.c4435 mmc->caps |= MMC_CAP_NEEDS_POLL; in sdhci_setup_host()
/linux/arch/sh/boards/mach-ecovec24/
A Dsetup.c720 MMC_CAP_NEEDS_POLL,
752 MMC_CAP_NEEDS_POLL,
797 .caps = MMC_CAP_NEEDS_POLL,
994 MMC_CAP_NEEDS_POLL,
/linux/include/linux/mmc/
A Dhost.h338 #define MMC_CAP_NEEDS_POLL (1 << 5) /* Needs polling for card-detection */ macro
/linux/arch/mips/alchemy/devboards/
A Ddb1300.c606 .mask_host_caps = MMC_CAP_NEEDS_POLL,

Completed in 66 milliseconds