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