Searched refs:vbe_setup_video_priv (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | coreboot.c | 54 ret = vbe_setup_video_priv(vesa, uc_priv, plat); in coreboot_video_probe()
|
H A D | efi.c | 122 ret = vbe_setup_video_priv(vesa, uc_priv, plat); in efi_video_probe()
|
/openbmc/u-boot/arch/x86/lib/fsp/ |
H A D | fsp_graphics.c | 96 ret = vbe_setup_video_priv(vesa, uc_priv, plat); in fsp_video_probe()
|
/openbmc/u-boot/include/ |
H A D | vbe.h | 108 int vbe_setup_video_priv(struct vesa_mode_info *vesa,
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_rom.c | 326 int vbe_setup_video_priv(struct vesa_mode_info *vesa, in vbe_setup_video_priv() function 372 ret = vbe_setup_video_priv(&mode_info.vesa, uc_priv, plat); in vbe_setup_video()
|