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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiUsbLib/
H A DUsbDxeLib.c258 and place the result in the buffer specified by ConfigurationValue. The status
261 If ConfigurationValue is NULL, then ASSERT().
265 @param ConfigurationValue A pointer to the device configuration to be retrieved.
278 OUT UINT16 *ConfigurationValue,
285 ASSERT (ConfigurationValue != NULL);
288 *ConfigurationValue = 0;
301 ConfigurationValue,
312 and set the device configuration to the value specified by ConfigurationValue.
318 @param ConfigurationValue The device configuration value to be set.
331 IN UINT16 ConfigurationValue,
276 UsbGetConfiguration( IN EFI_USB_IO_PROTOCOL *UsbIo, OUT UINT16 *ConfigurationValue, OUT UINT32 *Status ) argument
329 UsbSetConfiguration( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT16 ConfigurationValue, OUT UINT32 *Status ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DUsb.h109 UINT8 ConfigurationValue; member in struct:__anon11911

Completed in 34 milliseconds