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;587 struct media_device mdev;589 struct v4l2_device vdev;590 u16 uvc_version;591 u32 clock_frequency;593 struct list_head entities;594 struct list_head chains;597 struct list_head streams;[all …]