Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/ipu-v3/
Dipu-image-convert.c208 int out_eof_irq; member
1752 } else if (irq == chan->out_eof_irq) { in eof_irq()
1814 if (chan->out_eof_irq >= 0) in release_ipu_resources()
1815 free_irq(chan->out_eof_irq, chan); in release_ipu_resources()
1834 chan->out_eof_irq = -1; in release_ipu_resources()
1904 chan->out_eof_irq = -1; in get_ipu_resources()
1907 chan->out_eof_irq = ret; in get_ipu_resources()
2495 chan->out_eof_irq = -1; in ipu_image_convert_init()