Lines Matching defs:uvc_device
152 struct uvc_device { struct
153 struct video_device vdev;
154 struct v4l2_device v4l2_dev;
155 enum uvc_state state;
156 struct usb_function func;
157 struct uvc_video video;
158 struct completion *vdev_release_done;
159 struct mutex lock; /* protects func_unbound and func_connected */
160 bool func_unbound;
161 bool func_connected;
162 wait_queue_head_t func_connected_queue;
164 struct uvcg_streaming_header *header;
189 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() argument