Searched refs:UsbDP (Results 1 – 1 of 1) sorted by relevance
820 IN EFI_DEVICE_PATH_PROTOCOL *UsbDP, in SearchUsbDPInList() argument832 if ((UsbIoDPList == NULL) || (UsbDP == NULL)) { in SearchUsbDPInList()845 UsbDpDevicePathSize = GetDevicePathSize (UsbDP); in SearchUsbDPInList()847 if ((CompareMem (UsbDP, ListItem->DevicePath, UsbDpDevicePathSize)) == 0) { in SearchUsbDPInList()871 IN EFI_DEVICE_PATH_PROTOCOL *UsbDP, in AddUsbDPToList() argument880 if ((UsbIoDPList == NULL) || (UsbDP == NULL)) { in AddUsbDPToList()884 if (SearchUsbDPInList (UsbDP, UsbIoDPList)){ in AddUsbDPToList()894 ListItem->DevicePath = DuplicateDevicePath (UsbDP); in AddUsbDPToList()