Searched defs:uvc_device (Results 1 – 2 of 2) sorted by relevance
125 struct uvc_device { struct126 struct video_device vdev;127 struct v4l2_device v4l2_dev;128 enum uvc_state state;129 struct usb_function func;130 struct uvc_video video;154 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() argument
669 struct uvc_device { struct677 const struct uvc_device_info *info; argument680 unsigned int users;681 atomic_t nmappings;688 u16 uvc_version;689 u32 clock_frequency;696 struct kref ref;700 struct urb *int_urb;701 u8 *status;703 char input_phys[64];[all …]
Completed in 9 milliseconds