Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/pci/mgb4/
Dmgb4_dma.c19 complete(&chan->req_compl); in chan_irq()
69 if (!wait_for_completion_timeout(&chan->req_compl, in mgb4_dma_transfer()
94 init_completion(&mgbdev->c2h_chan[i].req_compl); in mgb4_dma_channel_init()
105 init_completion(&mgbdev->h2c_chan[i].req_compl); in mgb4_dma_channel_init()
Dmgb4_core.h31 struct completion req_compl; member