Searched defs:uvc_entity (Results 1 – 1 of 1) sorted by relevance
298 struct uvc_entity { struct299 struct list_head list; /* Entity as part of a UVC device. */300 struct list_head chain; /* Entity as part of a video device302 unsigned int flags;304 u8 id;305 u16 type;306 char name[64];309 struct video_device *vdev;310 struct v4l2_subdev subdev;311 unsigned int num_pads;[all …]