Lines Matching refs:vgaregmap_t
92 vga_get_hardware_settings(vgaregmap_t reg, int *width, int *height) in vga_get_hardware_settings()
100 vga_get_reg(vgaregmap_t reg, int indexreg) in vga_get_reg()
106 vga_set_reg(vgaregmap_t reg, int indexreg, int v) in vga_set_reg()
112 vga_get_crtc(vgaregmap_t reg, int i) in vga_get_crtc()
118 vga_set_crtc(vgaregmap_t reg, int i, int v) in vga_set_crtc()
124 vga_get_seq(vgaregmap_t reg, int i) in vga_get_seq()
130 vga_set_seq(vgaregmap_t reg, int i, int v) in vga_set_seq()
136 vga_get_grc(vgaregmap_t reg, int i) in vga_get_grc()
142 vga_set_grc(vgaregmap_t reg, int i, int v) in vga_set_grc()
148 vga_get_atr(vgaregmap_t reg, int i) in vga_get_atr()
163 vga_set_atr(vgaregmap_t reg, int i, int v) in vga_set_atr()
175 vgaregmap_t reg, in vga_set_indexed()
187 vgaregmap_t reg, in vga_get_indexed()
203 vgaregmap_t reg, in vga_put_cmap()
218 vgaregmap_t reg, in vga_get_cmap()
233 vga_dump_regs(vgaregmap_t reg, int maxseq, int maxcrtc, int maxatr, int maxgrc) in vga_dump_regs()