Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Domap_hsmmc.c200 int req_in_progress; member
809 host->req_in_progress = 1; in omap_hsmmc_start_command()
827 host->req_in_progress = 0; in omap_hsmmc_request_done()
1078 if (host->req_in_progress) in omap_hsmmc_irq()
1170 int req_in_progress; in omap_hsmmc_dma_callback() local
1185 req_in_progress = host->req_in_progress; in omap_hsmmc_dma_callback()
1190 if (!req_in_progress) { in omap_hsmmc_dma_callback()
1433 BUG_ON(host->req_in_progress); in omap_hsmmc_request()
1543 if (!host->req_in_progress || !enable) in omap_hsmmc_enable_sdio_irq()