Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Duvc.h138 struct uvc_device { struct
139 struct video_device vdev;
140 struct v4l2_device v4l2_dev;
141 enum uvc_state state;
142 struct usb_function func;
143 struct uvc_video video;
144 bool func_connected;
145 wait_queue_head_t func_connected_queue;
147 struct uvcg_streaming_header *header;
172 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() argument
/linux/drivers/media/usb/uvc/
H A Duvcvideo.h556 struct uvc_device { struct
564 const struct uvc_device_info *info; argument
566 struct mutex lock; /* Protects users */
567 unsigned int users;
568 atomic_t nmappings;
572 struct media_device mdev;
574 struct v4l2_device vdev;
575 u16 uvc_version;
576 u32 clock_frequency;
578 struct list_head entities;
[all …]