Searched refs:rx_vdev (Results 1 – 1 of 1) sorted by relevance
122 struct video_device rx_vdev; member727 video_unregister_device(&dev->rx_vdev); in hackrf_disconnect()922 strlcpy(cap->card, dev->rx_vdev.name, sizeof(cap->card)); in hackrf_querycap()1492 dev->rx_vdev = hackrf_template; in hackrf_probe()1493 dev->rx_vdev.queue = &dev->rx_vb2_queue; in hackrf_probe()1494 dev->rx_vdev.queue->lock = &dev->vb_queue_lock; in hackrf_probe()1495 dev->rx_vdev.v4l2_dev = &dev->v4l2_dev; in hackrf_probe()1496 dev->rx_vdev.ctrl_handler = &dev->rx_ctrl_handler; in hackrf_probe()1497 dev->rx_vdev.lock = &dev->v4l2_lock; in hackrf_probe()1498 dev->rx_vdev.vfl_dir = VFL_DIR_RX; in hackrf_probe()[all …]