Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h102251 struct gspca_dev { struct
102252 struct video_device vdev;
102253 struct module *module;
102254 struct v4l2_device v4l2_dev;
102255 struct usb_device *dev;
102256 struct input_dev *input_dev;
102257 char phys[64];
102258 struct cam cam;
102259 const struct sd_desc *sd_desc;
102260 struct v4l2_ctrl_handler ctrl_handler;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h112127 struct gspca_dev { struct
112128 struct video_device vdev;
112129 struct module *module;
112130 struct v4l2_device v4l2_dev;
112131 struct usb_device *dev;
112132 struct input_dev *input_dev;
112133 char phys[64];
112134 struct cam cam;
112135 const struct sd_desc *sd_desc;
112136 struct v4l2_ctrl_handler ctrl_handler;
[all …]