Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/ipu-v3/
Dipu-image-convert.c206 int in_eof_irq; member
1750 if (irq == chan->in_eof_irq) { in eof_irq()
1810 if (chan->in_eof_irq >= 0) in release_ipu_resources()
1811 free_irq(chan->in_eof_irq, chan); in release_ipu_resources()
1832 chan->in_eof_irq = -1; in release_ipu_resources()
1890 chan->in_eof_irq = -1; in get_ipu_resources()
1893 chan->in_eof_irq = ret; in get_ipu_resources()
2493 chan->in_eof_irq = -1; in ipu_image_convert_init()