Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/usb/uvc/
Duvcvideo.h306 struct uvc_entity { struct
307 struct list_head list; /* Entity as part of a UVC device. */
308 struct list_head chain; /* Entity as part of a video device
310 unsigned int flags;
317 u16 id;
318 u16 type;
319 char name[64];
320 u8 guid[16];
323 struct video_device *vdev;
324 struct v4l2_subdev subdev;
[all …]