Searched defs:uvc_device (Results 1 – 1 of 1) sorted by relevance
152 struct uvc_device { struct153 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;[all …]