Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/ipu/
Dipu_idmac.c1501 static int ic_sof = -EINVAL, ic_eof = -EINVAL; variable
1545 ic_eof = ipu_irq_map(70); in idmac_alloc_chan_resources()
1546 if (ic_eof > 0) { in idmac_alloc_chan_resources()
1547 ret = request_irq(ic_eof, ic_eof_irq, 0, "IC EOF", ichan); in idmac_alloc_chan_resources()
1586 if (ic_eof > 0) { in idmac_free_chan_resources()
1587 free_irq(ic_eof, ichan); in idmac_free_chan_resources()
1589 ic_eof = -EINVAL; in idmac_free_chan_resources()