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