Searched refs:ic_eof (Results 1 – 1 of 1) sorted by relevance
1498 static int ic_sof = -EINVAL, ic_eof = -EINVAL; variable1542 ic_eof = ipu_irq_map(70); in idmac_alloc_chan_resources()1543 if (ic_eof > 0) { in idmac_alloc_chan_resources()1544 ret = request_irq(ic_eof, ic_eof_irq, 0, "IC EOF", ichan); in idmac_alloc_chan_resources()1583 if (ic_eof > 0) { in idmac_free_chan_resources()1584 free_irq(ic_eof, ichan); in idmac_free_chan_resources()1586 ic_eof = -EINVAL; in idmac_free_chan_resources()