Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/core/
Dsdio_irq.c200 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { in sdio_card_irq_get()
228 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { in sdio_card_irq_put()
Dsdio.c985 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { in mmc_sdio_resume()
/linux-4.1.27/include/linux/mmc/
Dhost.h287 #define MMC_CAP2_SDIO_IRQ_NOTHREAD (1 << 17) macro
/linux-4.1.27/drivers/mmc/host/
Dsdhci.c3149 mmc->caps2 |= MMC_CAP2_SDIO_IRQ_NOTHREAD; in sdhci_add_host()