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