Searched defs:uvc_entity (Results 1 – 1 of 1) sorted by relevance
214 struct uvc_entity { struct215 struct list_head list; /* Entity as part of a UVC device. */216 struct list_head chain; /* Entity as part of a video device218 __u8 id;219 __u16 type;220 char name[64];223 struct video_device *vdev;224 struct v4l2_subdev subdev;225 unsigned int num_pads;226 unsigned int num_links;[all …]