Searched defs:uvc_entity (Results 1 – 1 of 1) sorted by relevance
245 struct uvc_entity { struct246 struct list_head list; /* Entity as part of a UVC device. */247 struct list_head chain; /* Entity as part of a video device249 unsigned int flags;251 __u8 id;252 __u16 type;253 char name[64];256 struct video_device *vdev;257 struct v4l2_subdev subdev;258 unsigned int num_pads;[all …]