Searched defs:this_desc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/USB/
H A DUSBProxyDevice.cpp278 static const void *collect_stray_bits(uint8_t *this_desc, uint8_t *end, uint16_t *cbExtra) argument
283 Assert(*(this_desc + 1) == VUSB_DT_INTERFACE || *(this_desc + 1) == VUSB_DT_ENDPOINT);
284 buf = this_desc;

Completed in 45 milliseconds