Lines Matching defs:uvc_device
668 struct uvc_device { struct
676 const struct uvc_device_info *info; argument
678 struct mutex lock; /* Protects users */
679 unsigned int users;
680 atomic_t nmappings;
684 struct media_device mdev;
686 struct v4l2_device vdev;
687 u16 uvc_version;
688 u32 clock_frequency;
690 struct list_head entities;
691 struct list_head chains;
694 struct list_head streams;
695 struct kref ref;
698 struct usb_host_endpoint *int_ep;
699 struct urb *int_urb;
700 u8 *status;
701 struct input_dev *input;
702 char input_phys[64];
704 struct uvc_ctrl_work {
710 } async_ctrl;
712 struct uvc_entity *gpio_unit;