Searched defs:uvc_entity (Results 1 – 1 of 1) sorted by relevance
301 struct uvc_entity { struct302 struct list_head list; /* Entity as part of a UVC device. */303 struct list_head chain; /* Entity as part of a video device305 unsigned int flags;307 u8 id;308 u16 type;309 char name[64];312 struct video_device *vdev;313 struct v4l2_subdev subdev;314 unsigned int num_pads;[all …]