Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h92661 struct usb_configuration { struct
92665 void (*unbind)(struct usb_configuration *); argument
92666 int (*setup)(struct usb_configuration *, const struct usb_ctrlrequest *); argument
92667 u8 bConfigurationValue;
92668 u8 iConfiguration;
92669 u8 bmAttributes;
92670 u16 MaxPower;
92671 struct usb_composite_dev *cdev;
92672 struct list_head list;
92673 struct list_head functions;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h102357 struct usb_configuration { struct
102361 void (*unbind)(struct usb_configuration *); argument
102362 int (*setup)(struct usb_configuration *, const struct usb_ctrlrequest *); argument
102363 u8 bConfigurationValue;
102364 u8 iConfiguration;
102365 u8 bmAttributes;
102366 u16 MaxPower;
102367 struct usb_composite_dev *cdev;
102368 struct list_head list;
102369 struct list_head functions;
[all …]