Lines Matching refs:vgaregmap
79 vga_get_hardware_settings(struct vgaregmap *reg, int *width, int *height) in vga_get_hardware_settings()
90 vga_get_reg(struct vgaregmap *reg, int indexreg) in vga_get_reg()
96 vga_set_reg(struct vgaregmap *reg, int indexreg, int v) in vga_set_reg()
102 vga_get_crtc(struct vgaregmap *reg, int i) in vga_get_crtc()
108 vga_set_crtc(struct vgaregmap *reg, int i, int v) in vga_set_crtc()
114 vga_get_seq(struct vgaregmap *reg, int i) in vga_get_seq()
120 vga_set_seq(struct vgaregmap *reg, int i, int v) in vga_set_seq()
126 vga_get_grc(struct vgaregmap *reg, int i) in vga_get_grc()
132 vga_set_grc(struct vgaregmap *reg, int i, int v) in vga_set_grc()
138 vga_get_atr(struct vgaregmap *reg, int i) in vga_get_atr()
153 vga_set_atr(struct vgaregmap *reg, int i, int v) in vga_set_atr()
165 struct vgaregmap *reg, in vga_set_indexed()
177 struct vgaregmap *reg, in vga_get_indexed()
193 struct vgaregmap *reg, in vga_put_cmap()
208 struct vgaregmap *reg, in vga_get_cmap()
223 vga_dump_regs(struct vgaregmap *reg, in vga_dump_regs()