Searched refs:UsbDevicePathEndPtr (Results 1 – 1 of 1) sorted by relevance
753 EFI_DEVICE_PATH_PROTOCOL *UsbDevicePathEndPtr; in GetUsbDPFromFullDP() local773 UsbDevicePathEndPtr = UsbDevicePathBeginPtr; in GetUsbDPFromFullDP()774 while ((!IsDevicePathEnd (UsbDevicePathEndPtr))&& in GetUsbDPFromFullDP()775 (UsbDevicePathEndPtr->Type == MESSAGING_DEVICE_PATH) && in GetUsbDPFromFullDP()776 (UsbDevicePathEndPtr->SubType == MSG_USB_DP || in GetUsbDPFromFullDP()777 UsbDevicePathEndPtr->SubType == MSG_USB_CLASS_DP in GetUsbDPFromFullDP()778 || UsbDevicePathEndPtr->SubType == MSG_USB_WWID_DP in GetUsbDPFromFullDP()781 UsbDevicePathEndPtr = NextDevicePathNode(UsbDevicePathEndPtr); in GetUsbDPFromFullDP()785 Size -= GetDevicePathSize (UsbDevicePathEndPtr); in GetUsbDPFromFullDP()802 UsbDevicePathEndPtr = (EFI_DEVICE_PATH_PROTOCOL *) ((UINTN) UsbDevicePathPtr + Size); in GetUsbDPFromFullDP()[all …]