Searched defs:libusb_endpoint_descriptor (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/crates/libusb1-sys/src/ |
D | lib.rs | 93 pub struct libusb_endpoint_descriptor { struct 94 pub bLength: u8, 95 pub bDescriptorType: u8, 96 pub bEndpointAddress: u8, 97 pub bmAttributes: u8, 98 pub wMaxPacketSize: u16, 99 pub bInterval: u8, 100 pub bRefresh: u8, 101 pub bSynchAddress: u8, 102 pub extra: *const c_uchar, [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libusb1-sys/src/ |
D | lib.rs | 93 pub struct libusb_endpoint_descriptor { struct 94 pub bLength: u8, 95 pub bDescriptorType: u8, 96 pub bEndpointAddress: u8, 97 pub bmAttributes: u8, 98 pub wMaxPacketSize: u16, 99 pub bInterval: u8, 100 pub bRefresh: u8, 101 pub bSynchAddress: u8, 102 pub extra: *const c_uchar, [all …]
|
/aosp_15_r20/external/libusb/include/libusb/ |
H A D | libusb.h | 632 struct libusb_endpoint_descriptor { struct 634 uint8_t bLength; 639 uint8_t bDescriptorType; 644 uint8_t bEndpointAddress; 652 uint8_t bmAttributes; 655 uint16_t wMaxPacketSize; 658 uint8_t bInterval; 662 uint8_t bRefresh; 665 uint8_t bSynchAddress; 669 const unsigned char *extra; [all …]
|
/aosp_15_r20/external/libusb/libusb/ |
H A D | libusb.h | 632 struct libusb_endpoint_descriptor { struct 634 uint8_t bLength; 639 uint8_t bDescriptorType; 644 uint8_t bEndpointAddress; 652 uint8_t bmAttributes; 655 uint16_t wMaxPacketSize; 658 uint8_t bInterval; 662 uint8_t bRefresh; 665 uint8_t bSynchAddress; 669 const unsigned char *extra; [all …]
|
/aosp_15_r20/external/flashrom/tests/ |
H A D | usb_unittests.h | 56 typedef struct libusb_endpoint_descriptor libusb_endpoint_descriptor; typedef
|