Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/ipu3/
Dipu3-css.h145 struct imgu_css_map abi_buffers[IPU3_CSS_QUEUES] member
Dipu3-css.c1461 unsigned int abi_buf_num = ARRAY_SIZE(css_pipe->abi_buffers[q]); in imgu_css_map_init()
1465 &css_pipe->abi_buffers[q][i], in imgu_css_map_init()
1487 abi_buf_num = ARRAY_SIZE(css_pipe->abi_buffers[q]); in imgu_css_pipe_cleanup()
1489 imgu_dmamap_free(imgu, &css_pipe->abi_buffers[q][i]); in imgu_css_pipe_cleanup()
1924 if (b->queue_pos >= ARRAY_SIZE(css->pipes[pipe].abi_buffers[b->queue])) in imgu_css_buf_queue()
1926 abi_buf = css->pipes[pipe].abi_buffers[b->queue][b->queue_pos].vaddr; in imgu_css_buf_queue()
1950 data = css->pipes[pipe].abi_buffers[b->queue][b->queue_pos].daddr; in imgu_css_buf_queue()
2052 daddr != css_pipe->abi_buffers in imgu_css_buf_dequeue()