Home
last modified time | relevance | path

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

/freebsd/sys/dev/fb/
H A Dsplashreg.h34 struct video_adapter;
38 int (*init)(struct video_adapter *adp);
39 int (*term)(struct video_adapter *adp);
40 int (*splash)(struct video_adapter *adp, int on);
H A Dvgareg.h69 struct video_adapter;
71 struct video_adapter *adp;
76 int vga_probe_unit(int unit, struct video_adapter *adp, int flags);
/freebsd/sys/sys/
H A Dfbio.h241 struct video_adapter { struct
299 typedef struct video_adapter video_adapter_t; argument
/freebsd/sys/dev/syscons/
H A Dsyscons.h175 struct video_adapter;
213 struct video_adapter *adp;
675 sc_softc_t *sc_find_softc(struct video_adapter *adp, struct keyboard *kbd);
/freebsd/sys/isa/
H A Dsyscons_isa.c125 *sc_find_softc(struct video_adapter *adp, struct keyboard *kbd) in sc_find_softc()