Home
last modified time | relevance | path

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

/freebsd/sys/dev/fb/
H A Dvgareg.h76 int vga_probe_unit(int unit, struct video_adapter *adp, int flags);
H A Dvga.c74 vga_probe_unit(int unit, video_adapter_t *buf, int flags) in vga_probe_unit() function
/freebsd/sys/isa/
H A Dvga_isa.c148 error = vga_probe_unit(device_get_unit(dev), &adp, device_get_flags(dev)); in isavga_probe()