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

/linux-master/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c210 int rot_in_eof_irq; member in struct:ipu_image_convert_chan
1753 } else if (irq == chan->rot_in_eof_irq ||
1761 ctx->eof_mask |= (irq == chan->rot_in_eof_irq) ?
1811 if (chan->rot_in_eof_irq >= 0)
1812 free_irq(chan->rot_in_eof_irq, chan);
1832 chan->rot_in_eof_irq = -1;
1896 chan->rot_in_eof_irq = -1;
1899 chan->rot_in_eof_irq = ret;
2493 chan->rot_in_eof_irq = -1;

Completed in 200 milliseconds