Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Dsh_mmcif.c246 bool dma_active; member
297 host->dma_active = true; in sh_mmcif_start_dma_rx()
317 host->dma_active = false; in sh_mmcif_start_dma_rx()
347 host->dma_active = true; in sh_mmcif_start_dma_tx()
367 host->dma_active = false; in sh_mmcif_start_dma_tx()
424 host->dma_active = false; in sh_mmcif_request_dma()
475 host->dma_active = false; in sh_mmcif_release_dma()
1167 if (!host->dma_active) { in sh_mmcif_end_cmd()
1200 host->dma_active = false; in sh_mmcif_end_cmd()
1346 if (!host->dma_active) in sh_mmcif_intr()
Dusdhi6rol0.c200 bool dma_active; member
519 host->dma_active = false; in usdhi6_dma_release()
536 if (!host->dma_active) in usdhi6_dma_stop_unmap()
540 host->dma_active = false; in usdhi6_dma_stop_unmap()
589 host->dma_active = true; in usdhi6_dma_setup()
1382 if (host->dma_active) { in usdhi6_end_cmd()
1543 if (!host->dma_active) in usdhi6_sd_bh()
1691 host->dma_active ? "DMA" : "PIO", in usdhi6_timeout_work()
1696 if (host->dma_active) { in usdhi6_timeout_work()
Dcavium.c464 if ((rsp_sts & MIO_EMM_RSP_STS_DMA_VAL) && host->dma_active) in cvm_mmc_interrupt()
467 if (!host->dma_active && req->data && in cvm_mmc_interrupt()
487 if (host->dma_active && req->data) in cvm_mmc_interrupt()
681 host->dma_active = true; in cvm_mmc_dma_request()
792 host->dma_active = false; in cvm_mmc_request()
Dcavium.h69 bool dma_active; member
/linux-6.12.1/sound/pci/hda/
Dpatch_ca0132.c3219 bool dma_active; in dspxfr_one_seg() local
3348 dma_active = dsp_is_dma_active(codec, dma_chan); in dspxfr_one_seg()
3349 if (!dma_active) in dspxfr_one_seg()
3353 if (dma_active) in dspxfr_one_seg()