Lines Matching defs:uvc_entity
245 struct uvc_entity { struct
246 struct list_head list; /* Entity as part of a UVC device. */
247 struct list_head chain; /* Entity as part of a video device
249 unsigned int flags;
251 __u8 id;
252 __u16 type;
253 char name[64];
256 struct video_device *vdev;
257 struct v4l2_subdev subdev;
258 unsigned int num_pads;
259 unsigned int num_links;
260 struct media_pad *pads;
262 union {
300 __u8 bNrInPins;
301 __u8 *baSourceID;
303 unsigned int ncontrols;
304 struct uvc_control *controls;