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