Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dbios_emul.h47 int BootVideoCardBIOS(struct udevice *pcidev, BE_VGAInfo **pVGAInfo,
50 int BootVideoCardBIOS(pci_dev_t pcidev, BE_VGAInfo **pVGAInfo, int clean_up);
70 int biosemu_setup(struct udevice *pcidev, BE_VGAInfo **pVGAInfo);
76 int biosemu_setup(pci_dev_t pcidev, BE_VGAInfo **pVGAInfo);
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Datibios.c622 int BootVideoCardBIOS(struct udevice *pcidev, BE_VGAInfo **pVGAInfo, in BootVideoCardBIOS() argument
625 int BootVideoCardBIOS(pci_dev_t pcidev, BE_VGAInfo **pVGAInfo, int clean_up) in BootVideoCardBIOS()
639 if (pVGAInfo) in BootVideoCardBIOS()
640 *pVGAInfo = VGAInfo; in BootVideoCardBIOS()