Searched refs:tx_vdev (Results 1 – 1 of 1) sorted by relevance
114 struct video_device tx_vdev; member717 video_unregister_device(&dev->tx_vdev); in hackrf_disconnect()1494 dev->tx_vdev = hackrf_template; in hackrf_probe()1495 dev->tx_vdev.queue = &dev->tx_vb2_queue; in hackrf_probe()1496 dev->tx_vdev.queue->lock = &dev->vb_queue_lock; in hackrf_probe()1497 dev->tx_vdev.v4l2_dev = &dev->v4l2_dev; in hackrf_probe()1498 dev->tx_vdev.ctrl_handler = &dev->tx_ctrl_handler; in hackrf_probe()1499 dev->tx_vdev.lock = &dev->v4l2_lock; in hackrf_probe()1500 dev->tx_vdev.vfl_dir = VFL_DIR_TX; in hackrf_probe()1501 dev->tx_vdev.device_caps = V4L2_CAP_STREAMING | V4L2_CAP_READWRITE | in hackrf_probe()[all …]