Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/function/
Duvc.h112 struct uvc_device { struct
113 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
/Linux-v5.4/drivers/media/usb/uvc/
Duvcvideo.h633 struct uvc_device { struct
641 const struct uvc_device_info *info; argument
643 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 …]