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

/vbox/src/VBox/Devices/USB/testcase/
H A DtstPalmOne.c57 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 DtstTrekStorGo.c57 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 DVBoxUsbRt.cpp43 uint8_t bRequest; member in struct:VBOXUSB_SETUP
/vbox/src/VBox/Devices/USB/freebsd/
H A DUSBProxyDevice-freebsd.cpp227 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 DVUSBSniffer.cpp162 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 DXhciSched.h248 UINT32 bRequest:8; member in struct:_TRANSFER_TRB_CONTROL_SETUP
/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.c132 UCHAR bRequest; member in struct:__anon16416
143 UCHAR bRequest; member in struct:__anon16417
717 CtrlRequest.bRequest = ucRequest;
/vbox/include/VBox/
H A Dvusb.h447 uint8_t bRequest; member in struct:vusb_setup

Completed in 409 milliseconds