Searched defs:airspy (Results 1 – 1 of 1) sorted by relevance
104 struct airspy { struct108 unsigned long flags;110 struct device *dev;111 struct usb_device *udev;112 struct video_device vdev;113 struct v4l2_device v4l2_dev;116 struct vb2_queue vb_queue;117 struct list_head queued_bufs;118 spinlock_t queued_bufs_lock; /* Protects queued_bufs */119 unsigned sequence; /* Buffer sequence counter */[all …]