Lines Matching defs:uvc_entity
180 struct uvc_entity { struct
181 struct list_head list; /* Entity as part of a UVC device. */
182 struct list_head chain; /* Entity as part of a video device chain. */
183 unsigned int flags;
190 u16 id;
191 u16 type;
192 char name[64];
193 u8 guid[16];
196 struct video_device *vdev;
197 struct v4l2_subdev subdev;
198 unsigned int num_pads;
199 unsigned int num_links;
200 struct media_pad *pads;
202 union {
250 int (*get_info)(struct uvc_device *dev, struct uvc_entity *entity, argument
252 int (*get_cur)(struct uvc_device *dev, struct uvc_entity *entity, argument
255 unsigned int ncontrols;
256 struct uvc_control *controls;