HomeSort by relevance Sort by last modified time
    Searched refs:ConfigurationValue (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Library/UefiUsbLib/
UsbDxeLib.c 258 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,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiUsbLib.h 383 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,
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
FtdiUsbSerialDriver.c 608 UINT8 ConfigurationValue;
698 &ConfigurationValue,
742 UINT8 ConfigurationValue;
790 &ConfigurationValue,
1004 UINT8 ConfigurationValue;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
usb.h 202 UINT8 ConfigurationValue;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Usb.h 135 UINT8 ConfigurationValue;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbEnumer.c 392 if (ConfigDesc->Desc.ConfigurationValue == ConfigValue) {
815 Config = Child->DevDesc->Configs[0]->Desc.ConfigurationValue;
UsbBus.c 159 (Request->Value == Dev->ActiveConfig->Desc.ConfigurationValue)) {
869 Status = UsbSetConfig (Dev, Dev->ActiveConfig->Desc.ConfigurationValue);
    [all...]
UsbDesc.c 340 Config->Desc.ConfigurationValue, (UINT32)NumIf));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
UsbMouseAbsolutePointer.c 586 (UINT16)((USB_DESC_TYPE_CONFIG << 8) | (ConfigDesc.ConfigurationValue - 1)),
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
UsbMouse.c 586 (UINT16)((USB_DESC_TYPE_CONFIG << 8) | (ConfigDesc.ConfigurationValue - 1)),
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhcPeim.c 760 if (Xhc->UsbDevContext[SlotId].ConfDesc[Index]->ConfigurationValue == (UINT8)Request->Value) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.c 1018 if (Xhc->UsbDevContext[SlotId].ConfDesc[Index]->ConfigurationValue == (UINT8)Request->Value) {
    [all...]
XhciSched.c     [all...]

Completed in 817 milliseconds