Searched defs:endp_data (Results 1 – 1 of 1) sorted by relevance
80 struct endp_data { struct81 USBRedirDevice *dev;82 uint8_t type;83 uint8_t interval;84 uint8_t interface; /* bInterfaceNumber this ep belongs to */85 uint16_t max_packet_size; /* In bytes, not wMaxPacketSize format !! */86 uint32_t max_streams;87 uint8_t iso_started;88 uint8_t iso_error; /* For reporting iso errors to the HC */89 uint8_t interrupt_started;[all …]