Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/ipu3/
H A 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()
H A Dipu3.h55 struct imgu_buffer { struct
H A Dipu3-v4l2.c316 struct imgu_buffer *buf = container_of(vb, in imgu_vb2_buf_init()
317 struct imgu_buffer, vid_buf.vbb.vb2_buf); in imgu_vb2_buf_init()
332 struct imgu_buffer *buf = container_of(vb, in imgu_vb2_buf_cleanup()
333 struct imgu_buffer, vid_buf.vbb.vb2_buf); in imgu_vb2_buf_cleanup()
351 struct imgu_buffer *buf = container_of(vb, struct imgu_buffer, in imgu_vb2_buf_queue()