Home
last modified time | relevance | path

Searched refs:MMC_CAP_NEEDS_POLL (Results 1 – 8 of 8) 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 Dhost.c326 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 Dmmc_spi.c1282 mmc->caps &= ~MMC_CAP_NEEDS_POLL; in mmc_spi_probe()
1299 (mmc->caps & MMC_CAP_NEEDS_POLL) in mmc_spi_probe()
H A Dlitex_mmc.c455 host->mmc->caps |= MMC_CAP_NEEDS_POLL; in litex_mmc_irq_init()
H A Dusdhi6rol0.c1825 mmc->caps |= MMC_CAP_NEEDS_POLL; in usdhi6_probe()
H A Dvub300.c2138 mmc->caps &= ~MMC_CAP_NEEDS_POLL; in vub300_probe()
/linux/include/linux/mmc/
H A Dhost.h398 #define MMC_CAP_NEEDS_POLL (1 << 5) /* Needs polling for card-detection */ macro