Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/ipu-v3/
Dipu-image-convert.c210 int rot_in_eof_irq; member
1753 } else if (irq == chan->rot_in_eof_irq || in eof_irq()
1761 ctx->eof_mask |= (irq == chan->rot_in_eof_irq) ? in eof_irq()
1811 if (chan->rot_in_eof_irq >= 0) in release_ipu_resources()
1812 free_irq(chan->rot_in_eof_irq, chan); in release_ipu_resources()
1832 chan->rot_in_eof_irq = -1; in release_ipu_resources()
1896 chan->rot_in_eof_irq = -1; in get_ipu_resources()
1899 chan->rot_in_eof_irq = ret; in get_ipu_resources()
2493 chan->rot_in_eof_irq = -1; in ipu_image_convert_init()