Searched refs:vgastate (Results 1 – 16 of 16) sorted by relevance
/drivers/video/console/ |
D | vgacon.c | 59 static struct vgastate vgastate; variable 213 vgastate.vgabase = NULL; in vgacon_startup() 667 vga_w(vgastate.vgabase, VGA_PEL_MSK, 0xff); in vga_set_palette() 669 vga_w(vgastate.vgabase, VGA_PEL_IW, table[i]); in vga_set_palette() 670 vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2); in vga_set_palette() 671 vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2); in vga_set_palette() 672 vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2); in vga_set_palette() 700 static void vga_vesa_blank(struct vgastate *state, int mode) in vga_vesa_blank() 770 static void vga_vesa_unblank(struct vgastate *state) in vga_vesa_unblank() 801 static void vga_pal_blank(struct vgastate *state) in vga_pal_blank() [all …]
|
/drivers/video/ |
D | vgastate.c | 48 static void save_vga_text(struct vgastate *state, void __iomem *fbbase) in save_vga_text() 138 static void restore_vga_text(struct vgastate *state, void __iomem *fbbase) in restore_vga_text() 226 static void save_vga_mode(struct vgastate *state) in save_vga_mode() 257 static void restore_vga_mode(struct vgastate *state) in restore_vga_mode() 309 static void save_vga_cmap(struct vgastate *state) in save_vga_cmap() 322 static void restore_vga_cmap(struct vgastate *state) in restore_vga_cmap() 335 static void vga_cleanup(struct vgastate *state) in vga_cleanup() 350 int save_vga(struct vgastate *state) in save_vga() 458 int restore_vga(struct vgastate *state) in restore_vga()
|
D | Makefile | 2 obj-$(CONFIG_VGASTATE) += vgastate.o
|
/drivers/video/fbdev/nvidia/ |
D | nv_type.h | 101 struct vgastate vgastate; member
|
D | nvidia.c | 974 memset(&par->vgastate, 0, sizeof(par->vgastate)); in save_vga_x86() 975 par->vgastate.flags = VGA_SAVE_MODE | VGA_SAVE_FONTS | in save_vga_x86() 977 save_vga(&par->vgastate); in save_vga_x86() 986 restore_vga(&par->vgastate); in restore_vga_x86()
|
/drivers/video/fbdev/riva/ |
D | rivafb.h | 54 struct vgastate state;
|
D | fbdev.c | 1035 memset(&par->state, 0, sizeof(struct vgastate)); in rivafb_open()
|
/drivers/video/fbdev/savage/ |
D | savagefb.h | 196 struct vgastate vgastate; member
|
D | savagefb_driver.c | 1613 memset(&par->vgastate, 0, sizeof(par->vgastate)); in savagefb_open() 1614 par->vgastate.flags = VGA_SAVE_CMAP | VGA_SAVE_FONTS | in savagefb_open() 1616 par->vgastate.vgabase = par->mmio.vbase + 0x8000; in savagefb_open() 1617 save_vga(&par->vgastate); in savagefb_open() 1634 restore_vga(&par->vgastate); in savagefb_release()
|
/drivers/video/fbdev/i810/ |
D | i810.h | 263 struct vgastate state;
|
D | i810_main.c | 1245 memset(&par->state, 0, sizeof(struct vgastate)); in i810fb_open()
|
/drivers/video/fbdev/ |
D | neofb.c | 364 static void vgaHWLock(struct vgastate *state) in vgaHWLock() 376 static void neoLock(struct vgastate *state) in neoLock() 554 memset(&par->state, 0, sizeof(struct vgastate)); in neofb_open() 1175 struct vgastate *state = &par->state; in neofb_pan_display()
|
D | vt8623fb.c | 32 struct vgastate state; 287 memset(&(par->state), 0, sizeof(struct vgastate)); in vt8623fb_open()
|
D | arkfb.c | 34 struct vgastate state; 526 memset(&(par->state), 0, sizeof(struct vgastate)); in arkfb_open()
|
D | vga16fb.c | 59 struct vgastate state; 307 memset(&par->state, 0, sizeof(struct vgastate)); in vga16fb_open()
|
D | s3fb.c | 34 struct vgastate state; 509 memset(&(par->state), 0, sizeof(struct vgastate)); in s3fb_open()
|