Home
last modified time | relevance | path

Searched defs:airspy (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/media/usb/airspy/
Dairspy.c95 struct airspy { struct
98 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 …]