Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/ipu/
Dipu_idmac.c1498 static int ic_sof = -EINVAL, ic_eof = -EINVAL; variable
1536 ic_sof = ipu_irq_map(69); in idmac_alloc_chan_resources()
1537 if (ic_sof > 0) { in idmac_alloc_chan_resources()
1538 ret = request_irq(ic_sof, ic_sof_irq, 0, "IC SOF", ichan); in idmac_alloc_chan_resources()
1578 if (ic_sof > 0) { in idmac_free_chan_resources()
1579 free_irq(ic_sof, ichan); in idmac_free_chan_resources()
1581 ic_sof = -EINVAL; in idmac_free_chan_resources()