Home | History | Annotate | Download | only in ic

Lines Matching defs:vga_handle

36 struct vga_handle {
52 struct vga_handle hdl;
86 static __inline u_int8_t _vga_attr_read(struct vga_handle *, int);
87 static __inline void _vga_attr_write(struct vga_handle *, int, u_int8_t);
88 static __inline u_int8_t _vga_ts_read(struct vga_handle *, int);
89 static __inline void _vga_ts_write(struct vga_handle *, int, u_int8_t);
90 static __inline u_int8_t _vga_gdc_read(struct vga_handle *, int);
91 static __inline void _vga_gdc_write(struct vga_handle *, int, u_int8_t);
105 _vga_attr_read(struct vga_handle *vh, int reg)
124 _vga_attr_write(struct vga_handle *vh, int reg, u_int8_t val)
139 _vga_ts_read(struct vga_handle *vh, int reg)
147 _vga_ts_write(struct vga_handle *vh, int reg, u_int8_t val)
155 _vga_gdc_read(struct vga_handle *vh, int reg)
163 _vga_gdc_write(struct vga_handle *vh, int reg, u_int8_t val)
206 void vga_loadchars(struct vga_handle *, int, int, int, int, const char *);
207 void vga_readoutchars(struct vga_handle *, int, int, int, int, char *);
209 void vga_copyfont01(struct vga_handle *);
211 void vga_setfontset(struct vga_handle *, int, int);
212 void vga_setscreentype(struct vga_handle *, const struct wsscreen_descr *);
214 void vga_load_builtinfont(struct vga_handle *, u_int8_t *, int, int);
216 void vga_reset(struct vga_handle *, void (*)(struct vga_handle *));
217 void vga_initregs(struct vga_handle *);