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