Home
last modified time | relevance | path

Searched refs:UsbIoBuffer (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbUtility.c1312 EFI_HANDLE *UsbIoBuffer; in UsbBusRecursivelyConnectWantedUsbIo() local
1325 …BS->LocateHandleBuffer (ByProtocol, &gEfiUsbIoProtocolGuid, NULL, &UsbIoHandleCount, &UsbIoBuffer); in UsbBusRecursivelyConnectWantedUsbIo()
1337 …Status = gBS->HandleProtocol (UsbIoBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID *) &UsbIoDevi… in UsbBusRecursivelyConnectWantedUsbIo()
1353 UsbIoBuffer[Index], in UsbBusRecursivelyConnectWantedUsbIo()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c114 EFI_HANDLE *UsbIoBuffer; in BdsGetDeviceUsb() local
124 …BS->LocateHandleBuffer (ByProtocol, &gEfiUsbIoProtocolGuid, NULL, &UsbIoHandleCount, &UsbIoBuffer); in BdsGetDeviceUsb()
131 …Status = gBS->HandleProtocol (UsbIoBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID **) &UsbIoDev… in BdsGetDeviceUsb()
144 *DeviceHandle = UsbIoBuffer[Index]; in BdsGetDeviceUsb()
158 *DeviceHandle = UsbIoBuffer[Index]; in BdsGetDeviceUsb()