HomeSort by relevance Sort by last modified time
    Searched defs:GopDevicePath (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
VirtioGpu.h 109 // The GopDevicePath field is the device path installed on GopHandle,
112 EFI_DEVICE_PATH_PROTOCOL *GopDevicePath;
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
FbGop.h 105 EFI_DEVICE_PATH_PROTOCOL *GopDevicePath;
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformConsole.c 160 @param[out] GopDevicePath - Return the device path with GOP installed.
169 OUT EFI_DEVICE_PATH_PROTOCOL **GopDevicePath
182 if (PciDevicePath == NULL || GopDevicePath == NULL) {
189 // Initialize the GopDevicePath to be PciDevicePath
191 *GopDevicePath = PciDevicePath;
248 *GopDevicePath = TempDevicePath;
280 EFI_DEVICE_PATH_PROTOCOL *GopDevicePath;
292 GetGopDevicePath (DevicePath, &GopDevicePath);
293 DevicePath = GopDevicePath;
  /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
CirrusLogic5430.h 99 EFI_DEVICE_PATH_PROTOCOL *GopDevicePath;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.h 131 EFI_DEVICE_PATH_PROTOCOL *GopDevicePath;
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
BdsPlatform.c 616 OUT EFI_DEVICE_PATH_PROTOCOL **GopDevicePath
627 if (PciDevicePath == NULL || GopDevicePath == NULL) {
632 // Initialize the GopDevicePath to be PciDevicePath
634 *GopDevicePath = PciDevicePath;
682 *GopDevicePath = TempDevicePath;
722 EFI_DEVICE_PATH_PROTOCOL *GopDevicePath;
725 GopDevicePath = NULL;
735 GetGopDevicePath (DevicePath, &GopDevicePath);
736 DevicePath = GopDevicePath;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
BdsPlatform.c 541 OUT EFI_DEVICE_PATH_PROTOCOL **GopDevicePath
552 if (PciDevicePath == NULL || GopDevicePath == NULL) {
557 // Initialize the GopDevicePath to be PciDevicePath
559 *GopDevicePath = PciDevicePath;
607 *GopDevicePath = TempDevicePath;
647 EFI_DEVICE_PATH_PROTOCOL *GopDevicePath;
650 GopDevicePath = NULL;
660 GetGopDevicePath (DevicePath, &GopDevicePath);
661 DevicePath = GopDevicePath;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Qemu.h 110 EFI_DEVICE_PATH_PROTOCOL *GopDevicePath;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c 282 OUT EFI_DEVICE_PATH_PROTOCOL **GopDevicePath
296 if (PciDevicePath == NULL || GopDevicePath == NULL) {
301 // Initialize the GopDevicePath to be PciDevicePath
303 *GopDevicePath = PciDevicePath;
435 *GopDevicePath = TempDevicePath;
621 EFI_DEVICE_PATH_PROTOCOL *GopDevicePath;
678 GetGopDevicePath (DevicePathFirst, &GopDevicePath);
679 DevicePathFirst = GopDevicePath;
    [all...]

Completed in 1225 milliseconds