Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbUtility.c752 EFI_DEVICE_PATH_PROTOCOL *UsbDevicePathBeginPtr; in GetUsbDPFromFullDP() local
759 UsbDevicePathBeginPtr = DevicePath; in GetUsbDPFromFullDP()
760 while ( (!IsDevicePathEnd (UsbDevicePathBeginPtr))&& in GetUsbDPFromFullDP()
761 ((UsbDevicePathBeginPtr->Type != MESSAGING_DEVICE_PATH) || in GetUsbDPFromFullDP()
762 (UsbDevicePathBeginPtr->SubType != MSG_USB_DP && in GetUsbDPFromFullDP()
763 UsbDevicePathBeginPtr->SubType != MSG_USB_CLASS_DP in GetUsbDPFromFullDP()
764 && UsbDevicePathBeginPtr->SubType != MSG_USB_WWID_DP in GetUsbDPFromFullDP()
767 UsbDevicePathBeginPtr = NextDevicePathNode(UsbDevicePathBeginPtr); in GetUsbDPFromFullDP()
773 UsbDevicePathEndPtr = UsbDevicePathBeginPtr; in GetUsbDPFromFullDP()
784 Size = GetDevicePathSize (UsbDevicePathBeginPtr); in GetUsbDPFromFullDP()
[all …]