Searched defs:uvc_device (Results 1 – 2 of 2) sorted by relevance
112 struct uvc_device { struct113 struct video_device vdev;114 struct v4l2_device v4l2_dev;115 enum uvc_state state;116 struct usb_function func;140 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() argument
633 struct uvc_device { struct641 const struct uvc_device_info *info; argument643 struct mutex lock; /* Protects users */644 unsigned int users;645 atomic_t nmappings;649 struct media_device mdev;651 struct v4l2_device vdev;652 u16 uvc_version;653 u32 clock_frequency;655 struct list_head entities;[all …]