Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/ipu/
Dipu_idmac.c1500 static int ic_sof = -EINVAL, ic_eof = -EINVAL; variable
1538 ic_sof = ipu_irq_map(69); in idmac_alloc_chan_resources()
1539 if (ic_sof > 0) { in idmac_alloc_chan_resources()
1540 ret = request_irq(ic_sof, ic_sof_irq, 0, "IC SOF", ichan); in idmac_alloc_chan_resources()
1580 if (ic_sof > 0) { in idmac_free_chan_resources()
1581 free_irq(ic_sof, ichan); in idmac_free_chan_resources()
1583 ic_sof = -EINVAL; in idmac_free_chan_resources()