Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/ipu/
H A Dipu_idmac.c1497 static int ic_sof = -EINVAL, ic_eof = -EINVAL; variable
1541 ic_eof = ipu_irq_map(70); in idmac_alloc_chan_resources()
1542 if (ic_eof > 0) { in idmac_alloc_chan_resources()
1543 ret = request_irq(ic_eof, ic_eof_irq, 0, "IC EOF", ichan); in idmac_alloc_chan_resources()
1582 if (ic_eof > 0) { in idmac_free_chan_resources()
1583 free_irq(ic_eof, ichan); in idmac_free_chan_resources()
1585 ic_eof = -EINVAL; in idmac_free_chan_resources()

Completed in 3 milliseconds