Lines Matching defs:uvc_device
643 struct uvc_device { struct
651 const struct uvc_device_info *info; argument
653 struct mutex lock; /* Protects users */
654 unsigned int users;
655 atomic_t nmappings;
659 struct media_device mdev;
661 struct v4l2_device vdev;
662 u16 uvc_version;
663 u32 clock_frequency;
665 struct list_head entities;
666 struct list_head chains;
669 struct list_head streams;
670 struct kref ref;
673 struct usb_host_endpoint *int_ep;
674 struct urb *int_urb;
675 u8 *status;
676 struct input_dev *input;
677 char input_phys[64];
679 struct uvc_ctrl_work {
685 } async_ctrl;