Searched defs:uvc_device (Results 1 – 2 of 2) sorted by relevance
123 struct uvc_device { struct124 struct video_device vdev;125 struct v4l2_device v4l2_dev;126 enum uvc_state state;127 struct usb_function func;151 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() argument
668 struct uvc_device { struct676 const struct uvc_device_info *info; argument678 struct mutex lock; /* Protects users */679 unsigned int users;680 atomic_t nmappings;684 struct media_device mdev;686 struct v4l2_device vdev;687 u16 uvc_version;688 u32 clock_frequency;690 struct list_head entities;[all …]