Home
last modified time | relevance | path

Searched refs:pVGAInfo (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dbios_emul.h46 int BootVideoCardBIOS(struct udevice *pcidev, BE_VGAInfo **pVGAInfo,
49 int BootVideoCardBIOS(pci_dev_t pcidev, BE_VGAInfo **pVGAInfo, int clean_up);
69 int biosemu_setup(struct udevice *pcidev, BE_VGAInfo **pVGAInfo);
75 int biosemu_setup(pci_dev_t pcidev, BE_VGAInfo **pVGAInfo);
/openbmc/u-boot/drivers/bios_emulator/
H A Datibios.c625 int BootVideoCardBIOS(struct udevice *pcidev, BE_VGAInfo **pVGAInfo, in BootVideoCardBIOS() argument
628 int BootVideoCardBIOS(pci_dev_t pcidev, BE_VGAInfo **pVGAInfo, int clean_up) in BootVideoCardBIOS()
642 if (pVGAInfo) in BootVideoCardBIOS()
643 *pVGAInfo = VGAInfo; in BootVideoCardBIOS()