Home
last modified time | relevance | path

Searched defs:uvc_entity (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/usb/uvc/
Duvcvideo.h170 struct uvc_entity { struct
171 struct list_head list; /* Entity as part of a UVC device. */
172 struct list_head chain; /* Entity as part of a video device chain. */
173 unsigned int flags;
180 u16 id;
181 u16 type;
182 char name[64];
183 u8 guid[16];
186 struct video_device *vdev;
187 struct v4l2_subdev subdev;
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
Duvcvideo.h299 struct uvc_entity { struct
300 struct list_head list; /* Entity as part of a UVC device. */
301 struct list_head chain; /* Entity as part of a video device
303 unsigned int flags;
305 u8 id;
306 u16 type;
307 char name[64];
310 struct video_device *vdev;
311 struct v4l2_subdev subdev;
312 unsigned int num_pads;
[all …]