Lines Matching defs:uvc_entity
166 struct uvc_entity { struct
167 struct list_head list; /* Entity as part of a UVC device. */
168 struct list_head chain; /* Entity as part of a video device chain. */
169 unsigned int flags;
176 u16 id;
177 u16 type;
178 char name[64];
179 u8 guid[16];
182 struct video_device *vdev;
183 struct v4l2_subdev subdev;
184 unsigned int num_pads;
185 unsigned int num_links;
186 struct media_pad *pads;
188 union {
235 int (*get_info)(struct uvc_device *dev, struct uvc_entity *entity, argument
237 int (*get_cur)(struct uvc_device *dev, struct uvc_entity *entity, argument
240 unsigned int ncontrols;
241 struct uvc_control *controls;