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

/vbox/src/VBox/Devices/USB/testcase/
H A DtstPalmOne.c58 uint16_t wValue; member in struct:vusb_setup
165 int doctrl(uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength, argument
189 CtrlMsg.wValue = wValue;
H A DtstTrekStorGo.c58 uint16_t wValue; member in struct:vusb_setup
165 int doctrl(uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength, argument
189 CtrlMsg.wValue = wValue;
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.cpp44 uint16_t wValue; 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));
238 pSetupData->wValue[0] = wValue & 0xff;
239 pSetupData->wValue[1] = (wValue >> 8) & 0xff;
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.cpp163 uint16_t wValue; member in struct:DumpFileUsbSetup
705 UsbHdr.u.UsbSetup.wValue = pSetup->wValue;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.h249 UINT32 wValue:16; member in struct:_TRANSFER_TRB_CONTROL_SETUP
/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.c133 USHORT wValue; member in struct:__anon16416
144 USHORT wValue; member in struct:__anon16417
718 CtrlRequest.wValue = usValue;
/vbox/include/VBox/
H A Dvusb.h448 uint16_t wValue; member in struct:vusb_setup

Completed in 67 milliseconds