Lines Matching defs:uvc_entity
306 struct uvc_entity { struct
307 struct list_head list; /* Entity as part of a UVC device. */
308 struct list_head chain; /* Entity as part of a video device
310 unsigned int flags;
317 u16 id;
318 u16 type;
319 char name[64];
320 u8 guid[16];
323 struct video_device *vdev;
324 struct v4l2_subdev subdev;
325 unsigned int num_pads;
326 unsigned int num_links;
327 struct media_pad *pads;
329 union {
376 int (*get_info)(struct uvc_device *dev, struct uvc_entity *entity, argument
378 int (*get_cur)(struct uvc_device *dev, struct uvc_entity *entity, argument
381 unsigned int ncontrols;
382 struct uvc_control *controls;