Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/usb/gadget/function/
Duvc.h110 struct uvc_device { struct
111 struct video_device vdev;
112 struct v4l2_device v4l2_dev;
113 enum uvc_state state;
114 struct usb_function func;
138 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() argument
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Duvc.h114 struct uvc_device { struct
115 struct video_device vdev;
116 struct v4l2_device v4l2_dev;
117 enum uvc_state state;
118 struct usb_function func;
142 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() argument
/kernel/linux/linux-4.19/drivers/media/usb/uvc/
Duvcvideo.h575 struct uvc_device { struct
576 struct usb_device *udev;
577 struct usb_interface *intf;
578 unsigned long warnings;
579 u32 quirks;
580 u32 meta_format;
581 int intfnum;
582 char name[32];
584 struct mutex lock; /* Protects users */
585 unsigned int users;
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
Duvcvideo.h640 struct uvc_device { struct
648 const struct uvc_device_info *info; argument
650 struct mutex lock; /* Protects users */
651 unsigned int users;
652 atomic_t nmappings;
656 struct media_device mdev;
658 struct v4l2_device vdev;
659 u16 uvc_version;
660 u32 clock_frequency;
662 struct list_head entities;
[all …]