Home
last modified time | relevance | path

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

/linux/drivers/staging/media/ipu3/
H A Dipu3.c215 list_for_each_entry(buf, &imgu_pipe->nodes[node].buffers, vid_buf.list) { in imgu_queue_getbuf()
299 dummy ? 0 : ibuf->vid_buf.vbb.vb2_buf.index, in imgu_queue_buffers()
332 vid_buf.list) { in imgu_queue_buffers()
337 imgu_v4l2_buffer_done(&buf->vid_buf.vbb.vb2_buf, in imgu_queue_buffers()
547 dummy ? 0 : buf->vid_buf.vbb.vb2_buf.index, in imgu_isr_threaded()
557 buf->vid_buf.vbb.vb2_buf.timestamp = ns; in imgu_isr_threaded()
558 buf->vid_buf.vbb.field = V4L2_FIELD_NONE; in imgu_isr_threaded()
559 buf->vid_buf.vbb.sequence = in imgu_isr_threaded()
563 buf->vid_buf.vbb.sequence); in imgu_isr_threaded()
565 imgu_buffer_done(imgu, &buf->vid_buf.vbb.vb2_buf, in imgu_isr_threaded()
H A Dipu3.h56 struct imgu_vb2_buffer vid_buf; /* Must be the first field */ member
H A Dipu3-v4l2.c317 struct imgu_buffer, vid_buf.vbb.vb2_buf); in imgu_vb2_buf_init()
333 struct imgu_buffer, vid_buf.vbb.vb2_buf); in imgu_vb2_buf_cleanup()
352 vid_buf.vbb.vb2_buf); in imgu_vb2_buf_queue()
372 list_add_tail(&buf->vid_buf.list, &node->buffers); in imgu_vb2_buf_queue()
/linux/drivers/media/usb/em28xx/
H A Dem28xx.h241 struct em28xx_buffer *vid_buf; member
H A Dem28xx-core.c936 dev->usb_ctl.vid_buf = NULL; in em28xx_alloc_urbs()