Home
last modified time | relevance | path

Searched refs:vga_sub_configure (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/fb/
H A Dvgareg.h79 extern int (*vga_sub_configure)(int flags);
H A Dvga.c195 int (*vga_sub_configure)(int flags); variable
483 if (vga_sub_configure != NULL) in vga_configure()
484 (*vga_sub_configure)(flags); in vga_configure()
1394 if (vga_sub_configure != NULL) in vga_init()
1395 (*vga_sub_configure)(0); in vga_init()
H A Dvesa.c1146 vga_sub_configure = vesa_configure; in vesa_configure()