Searched refs:UsbIoBuffer (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
D | UsbUtility.c | 1312 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() 1375 FreePool (UsbIoBuffer); in UsbBusRecursivelyConnectWantedUsbIo()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/ |
D | BdsFilePath.c | 110 EFI_HANDLE *UsbIoBuffer; in BdsGetDeviceUsb() local 120 …BS->LocateHandleBuffer (ByProtocol, &gEfiUsbIoProtocolGuid, NULL, &UsbIoHandleCount, &UsbIoBuffer); in BdsGetDeviceUsb() 127 …Status = gBS->HandleProtocol (UsbIoBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID **) &UsbIoDev… in BdsGetDeviceUsb() 140 *DeviceHandle = UsbIoBuffer[Index]; in BdsGetDeviceUsb() 154 *DeviceHandle = UsbIoBuffer[Index]; in BdsGetDeviceUsb()
|