Searched refs:ConfigurationValue (Results 1 - 7 of 7) 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/Library/
H A DUefiUsbLib.h383 and place the result in the buffer specified by ConfigurationValue. The status
386 If ConfigurationValue is NULL, then ASSERT().
390 @param ConfigurationValue A pointer to the device configuration to be retrieved.
403 OUT UINT16 *ConfigurationValue,
411 and set the device configuration to the value specified by ConfigurationValue.
417 @param ConfigurationValue The device configuration value to be set.
430 IN UINT16 ConfigurationValue,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DUsb.h109 UINT8 ConfigurationValue; member in struct:__anon11911
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbEnumer.c392 if (ConfigDesc->Desc.ConfigurationValue == ConfigValue) {
786 Config = Child->DevDesc->Configs[0]->Desc.ConfigurationValue;
H A DUsbBus.c159 (Request->Value == Dev->ActiveConfig->Desc.ConfigurationValue)) {
863 Status = UsbSetConfig (Dev, Dev->ActiveConfig->Desc.ConfigurationValue);
H A DUsbDesc.c332 Config->Desc.ConfigurationValue, (UINT32)NumIf));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c972 if (Xhc->UsbDevContext[SlotId].ConfDesc[Index]->ConfigurationValue == (UINT8)Request->Value) {

Completed in 93 milliseconds