Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h88910 struct usb_device_descriptor { struct
88911 __u8 bLength;
88912 __u8 bDescriptorType;
88913 __le16 bcdUSB;
88914 __u8 bDeviceClass;
88915 __u8 bDeviceSubClass;
88916 __u8 bDeviceProtocol;
88917 __u8 bMaxPacketSize0;
88918 __le16 idVendor;
88919 __le16 idProduct;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h98646 struct usb_device_descriptor { struct
98647 __u8 bLength;
98648 __u8 bDescriptorType;
98649 __le16 bcdUSB;
98650 __u8 bDeviceClass;
98651 __u8 bDeviceSubClass;
98652 __u8 bDeviceProtocol;
98653 __u8 bMaxPacketSize0;
98654 __le16 idVendor;
98655 __le16 idProduct;
[all …]