Home
last modified time | relevance | path

Searched refs:tx_vb2_queue (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/usb/hackrf/
Dhackrf.c128 struct vb2_queue tx_vb2_queue; member
946 q = &dev->tx_vb2_queue; in hackrf_s_fmt_sdr()
1429 dev->tx_vb2_queue.type = V4L2_BUF_TYPE_SDR_OUTPUT; in hackrf_probe()
1430 dev->tx_vb2_queue.io_modes = VB2_MMAP | VB2_USERPTR | VB2_DMABUF | in hackrf_probe()
1432 dev->tx_vb2_queue.ops = &hackrf_vb2_ops; in hackrf_probe()
1433 dev->tx_vb2_queue.mem_ops = &vb2_vmalloc_memops; in hackrf_probe()
1434 dev->tx_vb2_queue.drv_priv = dev; in hackrf_probe()
1435 dev->tx_vb2_queue.buf_struct_size = sizeof(struct hackrf_buffer); in hackrf_probe()
1436 dev->tx_vb2_queue.timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC; in hackrf_probe()
1437 ret = vb2_queue_init(&dev->tx_vb2_queue); in hackrf_probe()
[all …]