Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DUsb.h117 UINT16 IdVendor; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dusb.h188 UINT16 IdVendor; member
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DDriverBinding.c74 if (ASIX_DONGLES[Index].VendorId == Device.IdVendor && in DriverSupported()
198 if (ASIX_DONGLES[Index].VendorId == Device.IdVendor && in DriverStart()
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DDriverBinding.c63 if (( VENDOR_ID != Device.IdVendor ) in DriverSupported()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbUtility.c949 …bClassDevicePathPtr->VendorId == 0xffff || UsbClassDevicePathPtr->VendorId == DevDesc->IdVendor) && in MatchUsbClass()
1027 if ((DevDesc->IdVendor != UsbWWIDDevicePathPtr->VendorId) || in MatchUsbWwid()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBoot.c392 (UsbClass->VendorId != DevDesc.IdVendor)) { in BmMatchUsbClass()
885 if ((DevDesc.IdVendor != UsbWwid->VendorId) || in BmMatchUsbWwid()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c1796 (UsbClass->VendorId != DevDesc.IdVendor)) { in BdsMatchUsbClass()
1884 if ((DevDesc.IdVendor != UsbWwid->VendorId) || in BdsMatchUsbWwid()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c1798 (UsbClass->VendorId != DevDesc.IdVendor)) { in BdsMatchUsbClass()
1886 if ((DevDesc.IdVendor != UsbWwid->VendorId) || in BdsMatchUsbWwid()
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
DFtdiUsbSerialDriver.c545 DeviceDescriptor.IdVendor == gUSBDeviceList[Index].VendorId ){ in IsUsbSerial()