Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/usb/
A Dtestusb.c83 struct usb_interface_descriptor { struct
84 __u8 bLength;
85 __u8 bDescriptorType;
87 __u8 bInterfaceNumber;
88 __u8 bAlternateSetting;
89 __u8 bNumEndpoints;
90 __u8 bInterfaceClass;
91 __u8 bInterfaceSubClass;
92 __u8 bInterfaceProtocol;
93 __u8 iInterface;
/linux-6.3-rc2/include/uapi/linux/usb/
A Dch9.h389 struct usb_interface_descriptor { struct
390 __u8 bLength;
391 __u8 bDescriptorType;
393 __u8 bInterfaceNumber;
394 __u8 bAlternateSetting;
395 __u8 bNumEndpoints;
396 __u8 bInterfaceClass;
397 __u8 bInterfaceSubClass;
398 __u8 bInterfaceProtocol;
399 __u8 iInterface;

Completed in 13 milliseconds