vgastate           59 drivers/video/console/vgacon.c static struct vgastate vgastate;
vgastate          422 drivers/video/console/vgacon.c 	vgastate.vgabase = NULL;
vgastate          874 drivers/video/console/vgacon.c 	vga_w(vgastate.vgabase, VGA_PEL_MSK, 0xff);
vgastate          876 drivers/video/console/vgacon.c 		vga_w(vgastate.vgabase, VGA_PEL_IW, table[i]);
vgastate          877 drivers/video/console/vgacon.c 		vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2);
vgastate          878 drivers/video/console/vgacon.c 		vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2);
vgastate          879 drivers/video/console/vgacon.c 		vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2);
vgastate          907 drivers/video/console/vgacon.c static void vga_vesa_blank(struct vgastate *state, int mode)
vgastate          977 drivers/video/console/vgacon.c static void vga_vesa_unblank(struct vgastate *state)
vgastate         1008 drivers/video/console/vgacon.c static void vga_pal_blank(struct vgastate *state)
vgastate         1026 drivers/video/console/vgacon.c 			vga_vesa_unblank(&vgastate);
vgastate         1040 drivers/video/console/vgacon.c 			vga_pal_blank(&vgastate);
vgastate         1052 drivers/video/console/vgacon.c 			vga_vesa_blank(&vgastate, blank - 1);
vgastate         1077 drivers/video/console/vgacon.c static int vgacon_do_font_op(struct vgastate *state, char *arg, int set,
vgastate         1294 drivers/video/console/vgacon.c 	rc = vgacon_do_font_op(&vgastate, font->data, 1, charcount == 512);
vgastate         1313 drivers/video/console/vgacon.c 	return vgacon_do_font_op(&vgastate, font->data, 0, vga_512_chars);
vgastate           34 drivers/video/fbdev/arkfb.c 	struct vgastate state;
vgastate          526 drivers/video/fbdev/arkfb.c 		memset(&(par->state), 0, sizeof(struct vgastate));
vgastate          263 drivers/video/fbdev/i810/i810.h 	struct vgastate          state;
vgastate         1245 drivers/video/fbdev/i810/i810_main.c 		memset(&par->state, 0, sizeof(struct vgastate));
vgastate          365 drivers/video/fbdev/neofb.c static void vgaHWLock(struct vgastate *state)
vgastate          377 drivers/video/fbdev/neofb.c static void neoLock(struct vgastate *state)
vgastate          555 drivers/video/fbdev/neofb.c 		memset(&par->state, 0, sizeof(struct vgastate));
vgastate         1176 drivers/video/fbdev/neofb.c 	struct vgastate *state = &par->state;
vgastate          101 drivers/video/fbdev/nvidia/nv_type.h 	struct vgastate vgastate;
vgastate          975 drivers/video/fbdev/nvidia/nvidia.c 		memset(&par->vgastate, 0, sizeof(par->vgastate));
vgastate          976 drivers/video/fbdev/nvidia/nvidia.c 		par->vgastate.flags = VGA_SAVE_MODE | VGA_SAVE_FONTS |
vgastate          978 drivers/video/fbdev/nvidia/nvidia.c 		save_vga(&par->vgastate);
vgastate          987 drivers/video/fbdev/nvidia/nvidia.c 		restore_vga(&par->vgastate);
vgastate         1039 drivers/video/fbdev/riva/fbdev.c 		memset(&par->state, 0, sizeof(struct vgastate));
vgastate           54 drivers/video/fbdev/riva/rivafb.h 	struct vgastate state;
vgastate           34 drivers/video/fbdev/s3fb.c 	struct vgastate state;
vgastate          509 drivers/video/fbdev/s3fb.c 		memset(&(par->state), 0, sizeof(struct vgastate));
vgastate          196 drivers/video/fbdev/savage/savagefb.h 	struct vgastate vgastate;
vgastate         1611 drivers/video/fbdev/savage/savagefb_driver.c 		memset(&par->vgastate, 0, sizeof(par->vgastate));
vgastate         1612 drivers/video/fbdev/savage/savagefb_driver.c 		par->vgastate.flags = VGA_SAVE_CMAP | VGA_SAVE_FONTS |
vgastate         1614 drivers/video/fbdev/savage/savagefb_driver.c 		par->vgastate.vgabase = par->mmio.vbase + 0x8000;
vgastate         1615 drivers/video/fbdev/savage/savagefb_driver.c 		save_vga(&par->vgastate);
vgastate         1632 drivers/video/fbdev/savage/savagefb_driver.c 		restore_vga(&par->vgastate);
vgastate           59 drivers/video/fbdev/vga16fb.c 	struct vgastate state;
vgastate          288 drivers/video/fbdev/vga16fb.c 		memset(&par->state, 0, sizeof(struct vgastate));
vgastate           32 drivers/video/fbdev/vt8623fb.c 	struct vgastate state;
vgastate          287 drivers/video/fbdev/vt8623fb.c 		memset(&(par->state), 0, sizeof(struct vgastate));
vgastate           48 drivers/video/vgastate.c static void save_vga_text(struct vgastate *state, void __iomem *fbbase)
vgastate          138 drivers/video/vgastate.c static void restore_vga_text(struct vgastate *state, void __iomem *fbbase)
vgastate          226 drivers/video/vgastate.c static void save_vga_mode(struct vgastate *state)
vgastate          257 drivers/video/vgastate.c static void restore_vga_mode(struct vgastate *state)
vgastate          309 drivers/video/vgastate.c static void save_vga_cmap(struct vgastate *state)
vgastate          322 drivers/video/vgastate.c static void restore_vga_cmap(struct vgastate *state)
vgastate          335 drivers/video/vgastate.c static void vga_cleanup(struct vgastate *state)
vgastate          350 drivers/video/vgastate.c int save_vga(struct vgastate *state)
vgastate          458 drivers/video/vgastate.c int restore_vga(struct vgastate *state)
vgastate          125 include/video/neomagic.h 	struct vgastate state;
vgastate          195 include/video/vga.h extern int save_vga(struct vgastate *state);
vgastate          196 include/video/vga.h extern int restore_vga(struct vgastate *state);