Home
last modified time | relevance | path

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

/trueos/sys/dev/fb/
HDsplashreg.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);
HDvgareg.h69 struct video_adapter;
71 struct video_adapter *adp;
79 int vga_probe_unit(int unit, struct video_adapter *adp, int flags);
/trueos/sys/sys/
HDfbio.h367 struct video_adapter { struct
425 typedef struct video_adapter video_adapter_t; argument
/trueos/sys/dev/syscons/
HDsyscons.h187 struct video_adapter;
218 struct video_adapter *adp;
682 sc_softc_t *sc_find_softc(struct video_adapter *adp, struct keyboard *kbd);
/trueos/sys/pc98/cbus/
HDsyscons_cbus.c111 *sc_find_softc(struct video_adapter *adp, struct keyboard *kbd) in sc_find_softc()
/trueos/sys/isa/
HDsyscons_isa.c133 *sc_find_softc(struct video_adapter *adp, struct keyboard *kbd) in sc_find_softc()