Searched defs:pwc_device (Results 1 – 1 of 1) sorted by relevance
219 struct pwc_device struct221 struct video_device vdev;222 struct v4l2_device v4l2_dev;225 struct vb2_queue vb_queue;226 struct list_head queued_bufs;227 spinlock_t queued_bufs_lock; /* Protects queued_bufs */230 struct mutex v4l2_lock; /* Protects everything else */231 struct mutex vb_queue_lock; /* Protects vb_queue and capt_file */234 struct usb_device *udev; /* Both mutexes most be hold when setting! */237 int type;[all …]