Home
last modified time | relevance | path

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

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