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
520 struct uvc_device { struct521 struct usb_device *udev;522 struct usb_interface *intf;523 unsigned long warnings;524 __u32 quirks;525 int intfnum;526 char name[32];528 struct mutex lock; /* Protects users */529 unsigned int users;530 atomic_t nmappings;[all …]