Searched defs:airspy (Results 1 – 1 of 1) sorted by relevance
95 struct airspy { struct98 unsigned long flags;100 struct device *dev;101 struct usb_device *udev;102 struct video_device vdev;103 struct v4l2_device v4l2_dev;106 struct vb2_queue vb_queue;107 struct list_head queued_bufs;108 spinlock_t queued_bufs_lock; /* Protects queued_bufs */109 unsigned sequence; /* Buffer sequence counter */[all …]