Searched defs:pwc_device (Results 1 – 1 of 1) sorted by relevance
221 struct pwc_device struct223 struct video_device vdev;224 struct v4l2_device v4l2_dev;227 struct vb2_queue vb_queue;228 struct list_head queued_bufs;229 spinlock_t queued_bufs_lock; /* Protects queued_bufs */232 struct mutex v4l2_lock; /* Protects everything else */233 struct mutex vb_queue_lock; /* Protects vb_queue and capt_file */236 struct usb_device *udev; /* Both mutexes most be hold when setting! */239 int type;[all …]