Searched refs:ic_sof (Results 1 – 1 of 1) sorted by relevance
1501 static int ic_sof = -EINVAL, ic_eof = -EINVAL; variable1539 ic_sof = ipu_irq_map(69); in idmac_alloc_chan_resources()1540 if (ic_sof > 0) { in idmac_alloc_chan_resources()1541 ret = request_irq(ic_sof, ic_sof_irq, 0, "IC SOF", ichan); in idmac_alloc_chan_resources()1581 if (ic_sof > 0) { in idmac_free_chan_resources()1582 free_irq(ic_sof, ichan); in idmac_free_chan_resources()1584 ic_sof = -EINVAL; in idmac_free_chan_resources()