Searched defs:uvc_entity (Results 1 – 1 of 1) sorted by relevance
306 struct uvc_entity { struct307 struct list_head list; /* Entity as part of a UVC device. */308 struct list_head chain; /* Entity as part of a video device310 unsigned int flags;317 u16 id;318 u16 type;319 char name[64];320 u8 guid[16];323 struct video_device *vdev;324 struct v4l2_subdev subdev;[all …]