Searched defs:uvc_device (Results 1 – 2 of 2) sorted by relevance
124 struct uvc_device { struct125 struct video_device vdev;126 struct v4l2_device v4l2_dev;127 enum uvc_state state;128 struct usb_function func;129 struct uvc_video video;130 bool func_connected;131 wait_queue_head_t func_connected_queue;133 struct pm_qos_request pm_qos;157 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() argument
643 struct uvc_device { struct651 const struct uvc_device_info *info; argument653 struct mutex lock; /* Protects users */654 unsigned int users;655 atomic_t nmappings;659 struct media_device mdev;661 struct v4l2_device vdev;662 u16 uvc_version;663 u32 clock_frequency;665 struct list_head entities;[all …]