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