Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
A Duvc.h125 struct uvc_device { struct
126 struct video_device vdev;
127 struct v4l2_device v4l2_dev;
128 enum uvc_state state;
129 struct usb_function func;
130 struct uvc_video video;
154 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() argument
/linux/drivers/media/usb/uvc/
A Duvcvideo.h669 struct uvc_device { struct
677 const struct uvc_device_info *info; argument
680 unsigned int users;
681 atomic_t nmappings;
688 u16 uvc_version;
689 u32 clock_frequency;
696 struct kref ref;
700 struct urb *int_urb;
701 u8 *status;
703 char input_phys[64];
[all …]

Completed in 8 milliseconds