Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/gadget/function/
Duvc.h123 struct uvc_device { struct
124 struct video_device vdev;
125 struct v4l2_device v4l2_dev;
126 enum uvc_state state;
127 struct usb_function func;
151 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() argument
/Linux-v5.15/drivers/media/usb/uvc/
Duvcvideo.h668 struct uvc_device { struct
676 const struct uvc_device_info *info; argument
678 struct mutex lock; /* Protects users */
679 unsigned int users;
680 atomic_t nmappings;
684 struct media_device mdev;
686 struct v4l2_device vdev;
687 u16 uvc_version;
688 u32 clock_frequency;
690 struct list_head entities;
[all …]