Lines Matching refs:vb_queue
130 struct vb2_queue vb_queue; member
923 struct vb2_queue *q = &s->vb_queue; in msi2500_s_fmt_sdr_cap()
1198 s->vb_queue.type = V4L2_BUF_TYPE_SDR_CAPTURE; in msi2500_probe()
1199 s->vb_queue.io_modes = VB2_MMAP | VB2_USERPTR | VB2_READ; in msi2500_probe()
1200 s->vb_queue.drv_priv = s; in msi2500_probe()
1201 s->vb_queue.buf_struct_size = sizeof(struct msi2500_frame_buf); in msi2500_probe()
1202 s->vb_queue.ops = &msi2500_vb2_ops; in msi2500_probe()
1203 s->vb_queue.mem_ops = &vb2_vmalloc_memops; in msi2500_probe()
1204 s->vb_queue.timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC; in msi2500_probe()
1205 ret = vb2_queue_init(&s->vb_queue); in msi2500_probe()
1213 s->vdev.queue = &s->vb_queue; in msi2500_probe()