Searched defs:uvc_entity (Results 1 – 1 of 1) sorted by relevance
175 struct uvc_entity { struct176 struct list_head list; /* Entity as part of a UVC device. */177 struct list_head chain; /* Entity as part of a video device chain. */178 unsigned int flags;185 u16 id;186 u16 type;187 char name[64];188 u8 guid[16];191 struct video_device *vdev;192 struct v4l2_subdev subdev;[all …]