Searched defs:uvc_entity (Results 1 – 2 of 2) sorted by relevance
166 struct uvc_entity { struct167 struct list_head list; /* Entity as part of a UVC device. */168 struct list_head chain; /* Entity as part of a video device chain. */169 unsigned int flags;176 u16 id;177 u16 type;178 char name[64];179 u8 guid[16];182 struct video_device *vdev;183 struct v4l2_subdev subdev;[all …]
299 struct uvc_entity { struct300 struct list_head list; /* Entity as part of a UVC device. */301 struct list_head chain; /* Entity as part of a video device303 unsigned int flags;305 u8 id;306 u16 type;307 char name[64];310 struct video_device *vdev;311 struct v4l2_subdev subdev;312 unsigned int num_pads;[all …]