Lines Matching defs:uvc_entity
293 struct uvc_entity { struct
294 struct list_head list; /* Entity as part of a UVC device. */
295 struct list_head chain; /* Entity as part of a video device
297 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;
307 unsigned int num_links;
308 struct media_pad *pads;
310 union {
348 u8 bNrInPins;
349 u8 *baSourceID;
351 unsigned int ncontrols;
352 struct uvc_control *controls;