Searched defs:uvc_device (Results 1 – 2 of 2) sorted by relevance
145 struct uvc_device struct147 struct video_device vdev;148 struct v4l2_device v4l2_dev;149 enum uvc_state state;150 struct usb_function func;174 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() argument
524 struct uvc_device { struct532 enum uvc_device_state state; argument533 struct mutex lock; /* Protects users */534 unsigned int users;535 atomic_t nmappings;539 struct media_device mdev;541 struct v4l2_device vdev;542 __u16 uvc_version;543 __u32 clock_frequency;545 struct list_head entities;[all …]