Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/ipu3/
Dipu3.c207 struct imgu_buffer *buf; in imgu_queue_getbuf()
281 struct imgu_buffer *ibuf = NULL; in imgu_queue_buffers()
292 ibuf = container_of(buf, struct imgu_buffer, in imgu_queue_buffers()
323 struct imgu_buffer *buf, *buf0; in imgu_queue_buffers()
461 imgu->buf_struct_size = sizeof(struct imgu_buffer); in imgu_video_nodes_init()
519 struct imgu_buffer *buf = NULL; in imgu_isr_threaded()
541 buf = container_of(b, struct imgu_buffer, css_buf); in imgu_isr_threaded()
Dipu3.h55 struct imgu_buffer { struct
Dipu3-v4l2.c308 struct imgu_buffer *buf = container_of(vb, in imgu_vb2_buf_init()
309 struct imgu_buffer, vid_buf.vbb.vb2_buf); in imgu_vb2_buf_init()
324 struct imgu_buffer *buf = container_of(vb, in imgu_vb2_buf_cleanup()
325 struct imgu_buffer, vid_buf.vbb.vb2_buf); in imgu_vb2_buf_cleanup()
343 struct imgu_buffer *buf = container_of(vb, struct imgu_buffer, in imgu_vb2_buf_queue()