Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/ipu/
Dipu_idmac.c1497 static int ic_sof = -EINVAL, ic_eof = -EINVAL; variable
1535 ic_sof = ipu_irq_map(69); in idmac_alloc_chan_resources()
1536 if (ic_sof > 0) { in idmac_alloc_chan_resources()
1537 ret = request_irq(ic_sof, ic_sof_irq, 0, "IC SOF", ichan); in idmac_alloc_chan_resources()
1577 if (ic_sof > 0) { in idmac_free_chan_resources()
1578 free_irq(ic_sof, ichan); in idmac_free_chan_resources()
1580 ic_sof = -EINVAL; in idmac_free_chan_resources()