Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/ipu-v3/
Dipu-image-convert.c211 int out_eof_irq; member
1751 } else if (irq == chan->out_eof_irq) { in eof_irq()
1813 if (chan->out_eof_irq >= 0) in release_ipu_resources()
1814 free_irq(chan->out_eof_irq, chan); in release_ipu_resources()
1833 chan->out_eof_irq = -1; in release_ipu_resources()
1903 chan->out_eof_irq = -1; in get_ipu_resources()
1906 chan->out_eof_irq = ret; in get_ipu_resources()
2494 chan->out_eof_irq = -1; in ipu_image_convert_init()