Lines Matching refs:vb_queue
118 struct vb2_queue vb_queue; member
662 struct vb2_queue *q = &s->vb_queue; in airspy_s_fmt_sdr_cap()
1019 s->vb_queue.type = V4L2_BUF_TYPE_SDR_CAPTURE; in airspy_probe()
1020 s->vb_queue.io_modes = VB2_MMAP | VB2_USERPTR | VB2_READ; in airspy_probe()
1021 s->vb_queue.drv_priv = s; in airspy_probe()
1022 s->vb_queue.buf_struct_size = sizeof(struct airspy_frame_buf); in airspy_probe()
1023 s->vb_queue.ops = &airspy_vb2_ops; in airspy_probe()
1024 s->vb_queue.mem_ops = &vb2_vmalloc_memops; in airspy_probe()
1025 s->vb_queue.timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC; in airspy_probe()
1026 ret = vb2_queue_init(&s->vb_queue); in airspy_probe()
1034 s->vdev.queue = &s->vb_queue; in airspy_probe()