Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/uvc/
Duvcvideo.h245 struct uvc_entity { struct
246 struct list_head list; /* Entity as part of a UVC device. */
247 struct list_head chain; /* Entity as part of a video device
249 unsigned int flags;
251 __u8 id;
252 __u16 type;
253 char name[64];
256 struct video_device *vdev;
257 struct v4l2_subdev subdev;
258 unsigned int num_pads;
[all …]