Searched defs:uvc_device (Results 1 – 2 of 2) sorted by relevance
144 struct uvc_device struct146 struct video_device vdev;147 struct v4l2_device v4l2_dev;148 enum uvc_state state;149 struct usb_function func;173 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() argument
532 struct uvc_device { struct533 struct usb_device *udev;534 struct usb_interface *intf;535 unsigned long warnings;536 __u32 quirks;537 int intfnum;538 char name[32];540 struct mutex lock; /* Protects users */541 unsigned int users;542 atomic_t nmappings;[all …]