Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvcvideo.h301 struct uvc_entity { struct
302 struct list_head list; /* Entity as part of a UVC device. */
303 struct list_head chain; /* Entity as part of a video device
305 unsigned int flags;
307 u8 id;
308 u16 type;
309 char name[64];
312 struct video_device *vdev;
313 struct v4l2_subdev subdev;
314 unsigned int num_pads;
[all …]