Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/usb/uvc/
Duvcvideo.h293 struct uvc_entity { struct
294 struct list_head list; /* Entity as part of a UVC device. */
295 struct list_head chain; /* Entity as part of a video device
297 unsigned int flags;
299 u8 id;
300 u16 type;
301 char name[64];
304 struct video_device *vdev;
305 struct v4l2_subdev subdev;
306 unsigned int num_pads;
[all …]