Searched defs:usb_interface_descriptor (Results 1 – 3 of 3) sorted by relevance
183 const USB_INTERFACE_DESCRIPTOR* usb_interface_descriptor() const { in usb_interface_descriptor() function
177 struct usb_interface_descriptor { struct178 __u8 bLength;179 __u8 bDescriptorType;181 __u8 bInterfaceNumber;182 __u8 bAlternateSetting;183 __u8 bNumEndpoints;184 __u8 bInterfaceClass;185 __u8 bInterfaceSubClass;186 __u8 bInterfaceProtocol;187 __u8 iInterface;
224 struct usb_interface_descriptor { struct225 __u8 bLength;226 __u8 bDescriptorType;227 __u8 bInterfaceNumber;229 __u8 bAlternateSetting;230 __u8 bNumEndpoints;231 __u8 bInterfaceClass;232 __u8 bInterfaceSubClass;234 __u8 bInterfaceProtocol;235 __u8 iInterface;