Searched defs:uvc_device (Results 1 – 2 of 2) sorted by relevance
151 struct uvc_device { struct152 struct video_device vdev;153 struct v4l2_device v4l2_dev;154 enum uvc_state state;155 struct usb_function func;156 struct uvc_video video;157 bool func_connected;158 wait_queue_head_t func_connected_queue;160 struct uvcg_streaming_header *header;185 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() argument
573 struct uvc_device { struct581 const struct uvc_device_info *info; argument583 atomic_t nmappings;590 u16 uvc_version;591 u32 clock_frequency;598 struct kref ref;602 struct urb *int_urb;606 bool flush_status;609 char input_phys[64];611 struct uvc_ctrl_work {[all …]