Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dvesa.c13 return vbe_setup_video(dev, NULL); in vesa_video_probe()
H A Divybridge_igd.c765 ret = vbe_setup_video(dev, int15_handler); in bd82x6x_video_probe()
H A Dbroadwell_igd.c678 ret = vbe_setup_video(dev, broadwell_igd_int15_handler); in broadwell_igd_probe()
/openbmc/u-boot/include/
H A Dvbe.h111 int vbe_setup_video(struct udevice *dev, int (*int15_handler)(void));
/openbmc/u-boot/drivers/pci/
H A Dpci_rom.c352 int vbe_setup_video(struct udevice *dev, int (*int15_handler)(void)) in vbe_setup_video() function