Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/usb/uvc/
Duvcvideo.h174 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;
[all …]