Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h90012 struct usbdevfs_ctrltransfer { struct
90013 __u8 bRequestType;
90014 __u8 bRequest;
90015 __u16 wValue;
90016 __u16 wIndex;
90017 __u16 wLength;
90018 __u32 timeout;
90019 void __attribute__((btf_type_tag("user"))) *data;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h99714 struct usbdevfs_ctrltransfer { struct
99715 __u8 bRequestType;
99716 __u8 bRequest;
99717 __u16 wValue;
99718 __u16 wIndex;
99719 __u16 wLength;
99720 __u32 timeout;
99721 void __attribute__((btf_type_tag("user"))) *data;