Searched defs:bRequest (Results 1 - 8 of 8) sorted by relevance
| /vbox/src/VBox/Devices/USB/testcase/ |
| H A D | tstPalmOne.c | 57 uint8_t bRequest; member in struct:vusb_setup 165 int doctrl(uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength, argument 188 CtrlMsg.bRequest = bRequest;
|
| H A D | tstTrekStorGo.c | 57 uint8_t bRequest; member in struct:vusb_setup 165 int doctrl(uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength, argument 188 CtrlMsg.bRequest = bRequest;
|
| /vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/ |
| H A D | VBoxUsbRt.cpp | 43 uint8_t bRequest; member in struct:VBOXUSB_SETUP
|
| /vbox/src/VBox/Devices/USB/freebsd/ |
| H A D | USBProxyDevice-freebsd.cpp | 227 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, 231 "bRequest=%x wValue=%x wIndex=%x wLength=%x\n", (void *)pSetupData, 232 bmRequestType, bRequest, wValue, wIndex, wLength)); 235 pSetupData->bRequest = bRequest; 226 usbProxyFreeBSDSetupReq(struct usb_device_request *pSetupData, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength) argument
|
| /vbox/src/VBox/Devices/USB/ |
| H A D | VUSBSniffer.cpp | 162 uint8_t bRequest; member in struct:DumpFileUsbSetup 704 UsbHdr.u.UsbSetup.bRequest = pSetup->bRequest;
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/ |
| H A D | XhciSched.h | 248 UINT32 bRequest:8; member in struct:_TRANSFER_TRB_CONTROL_SETUP
|
| /vbox/src/VBox/HostDrivers/VBoxUSB/os2/ |
| H A D | usbcalls.c | 132 UCHAR bRequest; member in struct:__anon16416 143 UCHAR bRequest; member in struct:__anon16417 717 CtrlRequest.bRequest = ucRequest;
|
| /vbox/include/VBox/ |
| H A D | vusb.h | 447 uint8_t bRequest; member in struct:vusb_setup
|
Completed in 409 milliseconds