Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/ipu-v3/
Dipu-image-convert.c208 int out_eof_irq; member
1755 } else if (irq == chan->out_eof_irq) { in eof_irq()
1817 if (chan->out_eof_irq >= 0) in release_ipu_resources()
1818 free_irq(chan->out_eof_irq, chan); in release_ipu_resources()
1837 chan->out_eof_irq = -1; in release_ipu_resources()
1907 chan->out_eof_irq = -1; in get_ipu_resources()
1910 chan->out_eof_irq = ret; in get_ipu_resources()
2498 chan->out_eof_irq = -1; in ipu_image_convert_init()