Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/ipu-v3/
Dipu-image-convert.c193 int rot_out_eof_irq; member
1806 if (chan->rot_out_eof_irq >= 0) in release_ipu_resources()
1807 free_irq(chan->rot_out_eof_irq, chan); in release_ipu_resources()
1822 chan->out_eof_irq = chan->rot_out_eof_irq = -1; in release_ipu_resources()
1871 chan->rot_out_eof_irq = ipu_idmac_channel_irq(priv->ipu, in get_ipu_resources()
1875 ret = request_threaded_irq(chan->rot_out_eof_irq, rotate_irq, do_bh, in get_ipu_resources()
1879 chan->rot_out_eof_irq); in get_ipu_resources()
1880 chan->rot_out_eof_irq = -1; in get_ipu_resources()
2462 chan->rot_out_eof_irq = -1; in ipu_image_convert_init()