Home
last modified time | relevance | path

Searched refs:MMC_CAP2_SDIO_IRQ_NOTHREAD (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/mmc/core/
Dsdio_irq.c194 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { in sdio_card_irq_get()
220 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { in sdio_card_irq_put()
Dsdio.c959 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) in mmc_sdio_resume()
/linux-4.4.14/include/linux/mmc/
Dhost.h290 #define MMC_CAP2_SDIO_IRQ_NOTHREAD (1 << 17) macro
/linux-4.4.14/drivers/mmc/host/
Dsdhci.c3118 mmc->caps2 |= MMC_CAP2_SDIO_IRQ_NOTHREAD; in sdhci_add_host()