Home
last modified time | relevance | path

Searched refs:vbe_setup_video_priv (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dcoreboot.c54 ret = vbe_setup_video_priv(vesa, uc_priv, plat); in coreboot_video_probe()
H A Defi.c122 ret = vbe_setup_video_priv(vesa, uc_priv, plat); in efi_video_probe()
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_graphics.c96 ret = vbe_setup_video_priv(vesa, uc_priv, plat); in fsp_video_probe()
/openbmc/u-boot/include/
H A Dvbe.h108 int vbe_setup_video_priv(struct vesa_mode_info *vesa,
/openbmc/u-boot/drivers/pci/
H A Dpci_rom.c326 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()