Lines Matching defs:uvc_entity
301 struct uvc_entity { struct
302 struct list_head list; /* Entity as part of a UVC device. */
303 struct list_head chain; /* Entity as part of a video device
305 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;
315 unsigned int num_links;
316 struct media_pad *pads;
318 union {
356 u8 bNrInPins;
357 u8 *baSourceID;
359 unsigned int ncontrols;
360 struct uvc_control *controls;