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
561 struct uvc_device { struct569 const struct uvc_device_info *info; argument571 atomic_t nmappings;575 struct media_device mdev;577 struct v4l2_device vdev;578 u16 uvc_version;579 u32 clock_frequency;581 struct list_head entities;582 struct list_head chains;585 struct list_head streams;[all …]