Searched refs:video_adapter (Results 1 – 5 of 5) sorted by relevance
34 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);
69 struct video_adapter;71 struct video_adapter *adp;76 int vga_probe_unit(int unit, struct video_adapter *adp, int flags);
241 struct video_adapter { struct299 typedef struct video_adapter video_adapter_t; argument
175 struct video_adapter;213 struct video_adapter *adp;675 sc_softc_t *sc_find_softc(struct video_adapter *adp, struct keyboard *kbd);
125 *sc_find_softc(struct video_adapter *adp, struct keyboard *kbd) in sc_find_softc()