Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbUtility.c764 && UsbDevicePathBeginPtr->SubType != MSG_USB_WWID_DP in GetUsbDPFromFullDP()
778 || UsbDevicePathEndPtr->SubType == MSG_USB_WWID_DP in GetUsbDPFromFullDP()
1006 (UsbWWIDDevicePathPtr->Header.SubType != MSG_USB_WWID_DP )){ in MatchUsbWwid()
1143 && RemainingDevicePath->SubType != MSG_USB_WWID_DP in UsbBusAddWantedUsbIoDP()
1262 case MSG_USB_WWID_DP: in UsbBusIsWantedUsbIO()
DUsbBus.c1162 && DevicePathNode.DevPath->SubType != MSG_USB_WWID_DP in UsbBusControllerDriverSupported()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConnect.c271 …thSubType (DevicePath) != MSG_USB_CLASS_DP) && (DevicePathSubType (DevicePath) != MSG_USB_WWID_DP)) in BmConnectUsbShortFormDevicePath()
DBmConsole.c576 …cePathSubType (Instance) == MSG_USB_CLASS_DP) || (DevicePathSubType (Instance) == MSG_USB_WWID_DP)) in EfiBootManagerConnectConsoleVariable()
DBmBoot.c874 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in BmMatchUsbWwid()
1577 …(DevicePathSubType (Node) == MSG_USB_CLASS_DP) || (DevicePathSubType (Node) == MSG_USB_WWID_DP))) { in BmGetLoadOptionBuffer()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConnect.c372 && (DevicePathSubType (RemainingDevicePath) != MSG_USB_WWID_DP) in BdsLibConnectUsbDevByShortFormDP()
DBdsConsole.c390 || (DevicePathSubType (Instance) == MSG_USB_WWID_DP) in BdsLibConnectConsoleVariable()
DBdsBoot.c1873 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP )){ in BdsMatchUsbWwid()
2153 (DevicePathSubType (TempDevicePath) == MSG_USB_WWID_DP))) { in BdsExpandUsbShortFormDevicePath()
4063 (DevicePathSubType (TempDevicePath) == MSG_USB_WWID_DP))) { in BdsLibIsValidEFIBootOptDevicePathExt()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConnect.c372 && (DevicePathSubType (RemainingDevicePath) != MSG_USB_WWID_DP) in BdsLibConnectUsbDevByShortFormDP()
DBdsConsole.c390 || (DevicePathSubType (Instance) == MSG_USB_WWID_DP) in BdsLibConnectConsoleVariable()
DBdsBoot.c1875 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP )){ in BdsMatchUsbWwid()
2155 (DevicePathSubType (TempDevicePath) == MSG_USB_WWID_DP))) { in BdsExpandUsbShortFormDevicePath()
4180 (DevicePathSubType (TempDevicePath) == MSG_USB_WWID_DP))) { in BdsLibIsValidEFIBootOptDevicePathExt()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h217 #define MSG_USB_WWID_DP 0x10 macro
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DConnect.c269 || (DevicePathSubType (Instance) == MSG_USB_WWID_DP) in ShellConnectFromDevPaths()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h459 #define MSG_USB_WWID_DP 0x10 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
DConPlatform.c1059 DevicePathSubType (CheckDevicePath) == MSG_USB_WWID_DP)) { in IsHotPlugDevice()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c101 (DevicePathSubType (DevicePath) == MSG_USB_WWID_DP))); in BdsIsRemovableUsb()
137 if (TmpDevicePath->SubType == MSG_USB_WWID_DP) { in BdsGetDeviceUsb()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminal.c1767 DevicePathSubType (CheckDevicePath) == MSG_USB_WWID_DP)) { in IsHotPlugDevice()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c2144 {MESSAGING_DEVICE_PATH, MSG_USB_WWID_DP, DevPathToTextUsbWWID },
DDevicePathFromText.c2627 MSG_USB_WWID_DP, in DevPathFromTextUsbWwid()