Searched defs:uvc_entity (Results 1 – 2 of 2) sorted by relevance
102400 struct uvc_entity { struct102401 struct list_head list;102402 struct list_head chain;102403 unsigned int flags;102404 u16 id;102405 u16 type;102406 char name[64];102407 u8 guid[16];102408 struct video_device *vdev;102409 struct v4l2_subdev subdev;[all …]
112276 struct uvc_entity { struct112277 struct list_head list;112278 struct list_head chain;112279 unsigned int flags;112280 u16 id;112281 u16 type;112282 char name[64];112283 u8 guid[16];112284 struct video_device *vdev;112285 struct v4l2_subdev subdev;[all …]