Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/usb/pwc/
Dpwc.h209 struct pwc_device struct
211 struct video_device vdev;
212 struct v4l2_device v4l2_dev;
215 struct vb2_queue vb_queue;
216 struct list_head queued_bufs;
217 spinlock_t queued_bufs_lock; /* Protects queued_bufs */
220 struct mutex v4l2_lock; /* Protects everything else */
221 struct mutex vb_queue_lock; /* Protects vb_queue and capt_file */
224 struct usb_device *udev; /* Both mutexes most be hold when setting! */
227 int type;
[all …]