Searched refs:vid_buf (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/staging/media/ipu3/
H A Dipu3.c214 list_for_each_entry(buf, &imgu_pipe->nodes[node].buffers, vid_buf.list) {
298 dummy ? 0 : ibuf->vid_buf.vbb.vb2_buf.index,
331 vid_buf.list) {
336 imgu_v4l2_buffer_done(&buf->vid_buf.vbb.vb2_buf,
546 dummy ? 0 : buf->vid_buf.vbb.vb2_buf.index,
556 buf->vid_buf.vbb.vb2_buf.timestamp = ns;
557 buf->vid_buf.vbb.field = V4L2_FIELD_NONE;
558 buf->vid_buf.vbb.sequence =
562 buf->vid_buf.vbb.sequence);
564 imgu_buffer_done(imgu, &buf->vid_buf
[all...]
H A Dipu3.h56 struct imgu_vb2_buffer vid_buf; /* Must be the first field */ member in struct:imgu_buffer
141 * vid_buf.list and css->queue
H A Dipu3-v4l2.c317 struct imgu_buffer, vid_buf.vbb.vb2_buf);
333 struct imgu_buffer, vid_buf.vbb.vb2_buf);
352 vid_buf.vbb.vb2_buf);
372 list_add_tail(&buf->vid_buf.list, &node->buffers);
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-video.c638 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf;
707 dev->usb_ctl.vid_buf = buf;
722 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf;
746 dev->usb_ctl.vid_buf = buf;
762 dev->usb_ctl.vid_buf = buf;
1157 if (dev->usb_ctl.vid_buf) {
1158 vb2_buffer_done(&dev->usb_ctl.vid_buf->vb.vb2_buf,
1160 dev->usb_ctl.vid_buf = NULL;
H A Dem28xx.h233 * @vid_buf: Stores already requested video buffers
240 struct em28xx_buffer *vid_buf; member in struct:em28xx_usb_ctl
H A Dem28xx-core.c935 dev->usb_ctl.vid_buf = NULL;

Completed in 188 milliseconds