Lines Matching defs:uvc_entity
174 struct uvc_entity { struct
175 struct list_head list; /* Entity as part of a UVC device. */
176 struct list_head chain; /* Entity as part of a video device chain. */
177 unsigned int flags;
184 u16 id;
185 u16 type;
186 char name[64];
187 u8 guid[16];
190 struct video_device *vdev;
191 struct v4l2_subdev subdev;
192 unsigned int num_pads;
193 unsigned int num_links;
194 struct media_pad *pads;
196 union {
243 int (*get_info)(struct uvc_device *dev, struct uvc_entity *entity, argument
245 int (*get_cur)(struct uvc_device *dev, struct uvc_entity *entity, argument
248 unsigned int ncontrols;
249 struct uvc_control *controls;