Searched refs:sdio_irq_enabled (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
H A Dtmio_mmc_pio.c135 if (enable && !host->sdio_irq_enabled) { tmio_mmc_enable_sdio_irq()
138 host->sdio_irq_enabled = true; tmio_mmc_enable_sdio_irq()
144 } else if (!enable && host->sdio_irq_enabled) { tmio_mmc_enable_sdio_irq()
149 host->sdio_irq_enabled = false; tmio_mmc_enable_sdio_irq()
1172 _host->sdio_irq_enabled = false; tmio_mmc_host_probe()
H A Dtmio_mmc.h95 bool sdio_irq_enabled; member in struct:tmio_mmc_host

Completed in 84 milliseconds