Lines Matching defs:uvc_entity
290 struct uvc_entity { struct
291 struct list_head list; /* Entity as part of a UVC device. */
292 struct list_head chain; /* Entity as part of a video device
294 unsigned int flags;
296 u8 id;
297 u16 type;
298 char name[64];
301 struct video_device *vdev;
302 struct v4l2_subdev subdev;
303 unsigned int num_pads;
304 unsigned int num_links;
305 struct media_pad *pads;
307 union {
345 u8 bNrInPins;
346 u8 *baSourceID;
348 unsigned int ncontrols;
349 struct uvc_control *controls;