Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/function/
Duvc.h128 struct uvc_device { struct
129 struct video_device vdev;
130 struct v4l2_device v4l2_dev;
131 enum uvc_state state;
132 struct usb_function func;
133 struct uvc_video video;
134 bool func_connected;
135 wait_queue_head_t func_connected_queue;
160 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() argument
/Linux-v6.1/drivers/media/usb/uvc/
Duvcvideo.h530 struct uvc_device { struct
538 const struct uvc_device_info *info; argument
540 struct mutex lock; /* Protects users */
541 unsigned int users;
542 atomic_t nmappings;
546 struct media_device mdev;
548 struct v4l2_device vdev;
549 u16 uvc_version;
550 u32 clock_frequency;
552 struct list_head entities;
[all …]