Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Domap_hsmmc.c216 int req_in_progress; member
828 host->req_in_progress = 1; in omap_hsmmc_start_command()
855 host->req_in_progress = 0; in omap_hsmmc_request_done()
1107 if (host->req_in_progress) in omap_hsmmc_irq()
1255 int req_in_progress; in omap_hsmmc_dma_callback() local
1270 req_in_progress = host->req_in_progress; in omap_hsmmc_dma_callback()
1275 if (!req_in_progress) { in omap_hsmmc_dma_callback()
1512 BUG_ON(host->req_in_progress); in omap_hsmmc_request()
1657 if (!host->req_in_progress || !enable) in omap_hsmmc_enable_sdio_irq()