Lines Matching refs:tx_vb2_queue
119 struct vb2_queue tx_vb2_queue; member
928 q = &dev->tx_vb2_queue; in hackrf_s_fmt_sdr()
1408 dev->tx_vb2_queue.type = V4L2_BUF_TYPE_SDR_OUTPUT; in hackrf_probe()
1409 dev->tx_vb2_queue.io_modes = VB2_MMAP | VB2_USERPTR | VB2_DMABUF | in hackrf_probe()
1411 dev->tx_vb2_queue.ops = &hackrf_vb2_ops; in hackrf_probe()
1412 dev->tx_vb2_queue.mem_ops = &vb2_vmalloc_memops; in hackrf_probe()
1413 dev->tx_vb2_queue.drv_priv = dev; in hackrf_probe()
1414 dev->tx_vb2_queue.buf_struct_size = sizeof(struct hackrf_buffer); in hackrf_probe()
1415 dev->tx_vb2_queue.timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC; in hackrf_probe()
1416 ret = vb2_queue_init(&dev->tx_vb2_queue); in hackrf_probe()
1496 dev->tx_vdev.queue = &dev->tx_vb2_queue; in hackrf_probe()