Lines Matching defs:uvc_device
633 struct uvc_device { struct
641 const struct uvc_device_info *info; argument
643 struct mutex lock; /* Protects users */
644 unsigned int users;
645 atomic_t nmappings;
649 struct media_device mdev;
651 struct v4l2_device vdev;
652 u16 uvc_version;
653 u32 clock_frequency;
655 struct list_head entities;
656 struct list_head chains;
659 struct list_head streams;
660 struct kref ref;
663 struct usb_host_endpoint *int_ep;
664 struct urb *int_urb;
665 u8 *status;
666 struct input_dev *input;
667 char input_phys[64];
669 struct uvc_ctrl_work {
675 } async_ctrl;