Lines Matching refs:vb2q
893 usbtv->vb2q.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
894 usbtv->vb2q.io_modes = VB2_MMAP | VB2_USERPTR | VB2_READ;
895 usbtv->vb2q.drv_priv = usbtv;
896 usbtv->vb2q.buf_struct_size = sizeof(struct usbtv_buf);
897 usbtv->vb2q.ops = &usbtv_vb2_ops;
898 usbtv->vb2q.mem_ops = &vb2_vmalloc_memops;
899 usbtv->vb2q.timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC;
900 usbtv->vb2q.lock = &usbtv->vb2q_lock;
901 ret = vb2_queue_init(&usbtv->vb2q);
941 usbtv->vdev.queue = &usbtv->vb2q;