Symbol: vgastate
drivers/video/console/vgacon.c
1055
rc = vgacon_do_font_op(&vgastate, font->data, 1, charcount == 512);
drivers/video/console/vgacon.c
1074
return vgacon_do_font_op(&vgastate, font->data, 0, vga_512_chars);
drivers/video/console/vgacon.c
217
vgastate.vgabase = NULL;
drivers/video/console/vgacon.c
59
static struct vgastate vgastate;
drivers/video/console/vgacon.c
653
vga_w(vgastate.vgabase, VGA_PEL_MSK, 0xff);
drivers/video/console/vgacon.c
655
vga_w(vgastate.vgabase, VGA_PEL_IW, table[i]);
drivers/video/console/vgacon.c
656
vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2);
drivers/video/console/vgacon.c
657
vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2);
drivers/video/console/vgacon.c
658
vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2);
drivers/video/console/vgacon.c
686
static void vga_vesa_blank(struct vgastate *state, enum vesa_blank_mode mode)
drivers/video/console/vgacon.c
756
static void vga_vesa_unblank(struct vgastate *state)
drivers/video/console/vgacon.c
787
static void vga_pal_blank(struct vgastate *state)
drivers/video/console/vgacon.c
806
vga_vesa_unblank(&vgastate);
drivers/video/console/vgacon.c
819
vga_pal_blank(&vgastate);
drivers/video/console/vgacon.c
831
vga_vesa_blank(&vgastate, blank - 1);
drivers/video/console/vgacon.c
856
static int vgacon_do_font_op(struct vgastate *state, char *arg, int set,
drivers/video/fbdev/arkfb.c
35
struct vgastate state;
drivers/video/fbdev/arkfb.c
520
memset(&(par->state), 0, sizeof(struct vgastate));
drivers/video/fbdev/i810/i810.h
263
struct vgastate state;
drivers/video/fbdev/i810/i810_main.c
1246
memset(&par->state, 0, sizeof(struct vgastate));
drivers/video/fbdev/neofb.c
1176
struct vgastate *state = &par->state;
drivers/video/fbdev/neofb.c
365
static void vgaHWLock(struct vgastate *state)
drivers/video/fbdev/neofb.c
377
static void neoLock(struct vgastate *state)
drivers/video/fbdev/neofb.c
555
memset(&par->state, 0, sizeof(struct vgastate));
drivers/video/fbdev/nvidia/nv_type.h
101
struct vgastate vgastate;
drivers/video/fbdev/nvidia/nvidia.c
976
memset(&par->vgastate, 0, sizeof(par->vgastate));
drivers/video/fbdev/nvidia/nvidia.c
977
par->vgastate.flags = VGA_SAVE_MODE | VGA_SAVE_FONTS |
drivers/video/fbdev/nvidia/nvidia.c
979
save_vga(&par->vgastate);
drivers/video/fbdev/nvidia/nvidia.c
988
restore_vga(&par->vgastate);
drivers/video/fbdev/riva/fbdev.c
1030
memset(&par->state, 0, sizeof(struct vgastate));
drivers/video/fbdev/riva/rivafb.h
54
struct vgastate state;
drivers/video/fbdev/s3fb.c
35
struct vgastate state;
drivers/video/fbdev/s3fb.c
513
memset(&(par->state), 0, sizeof(struct vgastate));
drivers/video/fbdev/savage/savagefb.h
196
struct vgastate vgastate;
drivers/video/fbdev/savage/savagefb_driver.c
1614
memset(&par->vgastate, 0, sizeof(par->vgastate));
drivers/video/fbdev/savage/savagefb_driver.c
1615
par->vgastate.flags = VGA_SAVE_CMAP | VGA_SAVE_FONTS |
drivers/video/fbdev/savage/savagefb_driver.c
1617
par->vgastate.vgabase = par->mmio.vbase + 0x8000;
drivers/video/fbdev/savage/savagefb_driver.c
1618
save_vga(&par->vgastate);
drivers/video/fbdev/savage/savagefb_driver.c
1635
restore_vga(&par->vgastate);
drivers/video/fbdev/vga16fb.c
304
memset(&par->state, 0, sizeof(struct vgastate));
drivers/video/fbdev/vga16fb.c
57
struct vgastate state;
drivers/video/fbdev/vt8623fb.c
288
memset(&(par->state), 0, sizeof(struct vgastate));
drivers/video/fbdev/vt8623fb.c
33
struct vgastate state;
drivers/video/vgastate.c
138
static void restore_vga_text(struct vgastate *state, void __iomem *fbbase)
drivers/video/vgastate.c
226
static void save_vga_mode(struct vgastate *state)
drivers/video/vgastate.c
257
static void restore_vga_mode(struct vgastate *state)
drivers/video/vgastate.c
309
static void save_vga_cmap(struct vgastate *state)
drivers/video/vgastate.c
322
static void restore_vga_cmap(struct vgastate *state)
drivers/video/vgastate.c
335
static void vga_cleanup(struct vgastate *state)
drivers/video/vgastate.c
350
int save_vga(struct vgastate *state)
drivers/video/vgastate.c
458
int restore_vga(struct vgastate *state)
drivers/video/vgastate.c
48
static void save_vga_text(struct vgastate *state, void __iomem *fbbase)
include/video/neomagic.h
125
struct vgastate state;
include/video/vga.h
197
extern int save_vga(struct vgastate *state);
include/video/vga.h
198
extern int restore_vga(struct vgastate *state);