Lines Matching defs:uvc_device
640 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;
663 struct list_head chains;
666 struct list_head streams;
667 struct kref ref;
670 struct usb_host_endpoint *int_ep;
671 struct urb *int_urb;
672 u8 *status;
673 struct input_dev *input;
674 char input_phys[64];
676 struct uvc_ctrl_work {
682 } async_ctrl;