Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/media/usb/uvc/
Duvcvideo.h290 struct uvc_entity { struct
291 struct list_head list; /* Entity as part of a UVC device. */
292 struct list_head chain; /* Entity as part of a video device
294 unsigned int flags;
296 u8 id;
297 u16 type;
298 char name[64];
301 struct video_device *vdev;
302 struct v4l2_subdev subdev;
303 unsigned int num_pads;
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
Duvcvideo.h298 struct uvc_entity { struct
299 struct list_head list; /* Entity as part of a UVC device. */
300 struct list_head chain; /* Entity as part of a video device
302 unsigned int flags;
304 u8 id;
305 u16 type;
306 char name[64];
309 struct video_device *vdev;
310 struct v4l2_subdev subdev;
311 unsigned int num_pads;
[all …]