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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dusb100.h43 UCHAR bLength; member in struct:_USB_DEVICE_DESCRIPTOR
67 UCHAR bLength; member in struct:_USB_ENDPOINT_DESCRIPTOR
77 UCHAR bLength; member in struct:_USB_CONFIGURATION_DESCRIPTOR
89 UCHAR bLength; member in struct:_USB_INTERFACE_DESCRIPTOR
102 UCHAR bLength; member in struct:_USB_STRING_DESCRIPTOR
109 UCHAR bLength; member in struct:_USB_COMMON_DESCRIPTOR
/vbox/src/VBox/ValidationKit/utils/usb/
H A DUsbTest.cpp93 uint8_t bLength; member in struct:USBDEVDESC
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dusb100.h43 UCHAR bLength; member in struct:_USB_DEVICE_DESCRIPTOR
67 UCHAR bLength; member in struct:_USB_ENDPOINT_DESCRIPTOR
77 UCHAR bLength; member in struct:_USB_CONFIGURATION_DESCRIPTOR
89 UCHAR bLength; member in struct:_USB_INTERFACE_DESCRIPTOR
102 UCHAR bLength; member in struct:_USB_STRING_DESCRIPTOR
109 UCHAR bLength; member in struct:_USB_COMMON_DESCRIPTOR
/vbox/include/VBox/
H A Dusb.h154 uint8_t bLength; member in struct:USBDESCHDR
186 uint8_t bLength; member in struct:USBDEVICEDESC
232 uint8_t bLength; member in struct:USBCONFIGDESC
H A Dvusb.h91 uint8_t bLength; member in struct:VUSBDESCLANGID
105 uint8_t bLength; member in struct:VUSBDESCSTRING
119 uint8_t bLength; member in struct:VUSBDESCDEVICE
144 uint8_t bLength; member in struct:VUSBDEVICEQUALIFIER
164 uint8_t bLength; member in struct:VUSBDESCCONFIG
184 uint8_t bLength; member in struct:VUSBDESCIAD
204 uint8_t bLength; member in struct:VUSBDESCINTERFACE
225 uint8_t bLength; member in struct:VUSBDESCENDPOINT
243 uint8_t bLength; member in struct:VUSBDESCSSEPCOMPANION
260 uint8_t bLength; member in struct:VUSBDESCBOS
276 uint8_t bLength; member in struct:VUSBDESCDEVICECAP
292 uint8_t bLength; member in struct:VUSBDESCSSDEVCAP
312 uint8_t bLength; member in struct:VUSBDESCUSB2EXT
[all...]
/vbox/src/VBox/Devices/USB/
H A DVUSBUrb.cpp274 s_cchMaxMsg, pszMsg, pb - pbData, "bLength", cbLength, cbLength,
314 uint8_t bLength; member in struct:dev_desc
350 uint8_t bLength; member in struct:cfg_desc
408 uint8_t bLength; member in struct:if_desc
434 uint8_t bLength; member in struct:ep_desc
454 uint8_t bLength; member in struct:dq_desc
480 uint8_t bLength; member in struct:oth_cfg_desc
510 uint8_t bLength; member in struct:hid_desc
545 Log(("URB: %*s: DESC: %04x: bLength=%d bDescriptorType=%d - invalid length\n",
/vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/
H A DVBoxUsbLib-win.cpp55 UCHAR bLength; member in struct:_USB_INTERFACE_DESCRIPTOR2
612 || (!!(pDr->bLength % 2))
613 || (pDr->bLength != cbReturned - sizeof(*pRq)))
616 cbReturned, sizeof(*pRq), pDr->bDescriptorType, pDr->bLength, iPort, iDr, idLang));
621 (PVBOXUSB_STRING_DR_ENTRY)RTMemAllocZ(sizeof(VBOXUSB_STRING_DR_ENTRY) + pDr->bLength + 2);
629 memcpy(&pEntry->StrDr, pDr, pDr->bLength);
669 ULONG cIdLang = (pLandStrDr->bLength - RT_OFFSETOF(USB_STRING_DESCRIPTOR, bString)) / sizeof (*pIdLang);
694 if (pCur + pCmnDr->bLength > pEnd)
704 if (pCmnDr->bLength != sizeof (USB_CONFIGURATION_DESCRIPTOR))
718 if (pCmnDr->bLength !
[all...]

Completed in 105 milliseconds