Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/ipu-v3/
Dipu-image-convert.c207 int rot_in_eof_irq; member
1757 } else if (irq == chan->rot_in_eof_irq || in eof_irq()
1765 ctx->eof_mask |= (irq == chan->rot_in_eof_irq) ? in eof_irq()
1815 if (chan->rot_in_eof_irq >= 0) in release_ipu_resources()
1816 free_irq(chan->rot_in_eof_irq, chan); in release_ipu_resources()
1836 chan->rot_in_eof_irq = -1; in release_ipu_resources()
1900 chan->rot_in_eof_irq = -1; in get_ipu_resources()
1903 chan->rot_in_eof_irq = ret; in get_ipu_resources()
2497 chan->rot_in_eof_irq = -1; in ipu_image_convert_init()