Home
last modified time | relevance | path

Searched defs:uvc_device (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/function/
Duvc.h144 struct uvc_device struct
146 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
/linux-4.4.14/drivers/media/usb/uvc/
Duvcvideo.h520 struct uvc_device { struct
521 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 …]