Searched refs:vgastate (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/video/console/ |
| H A D | vgacon.c | 59 static struct vgastate vgastate; variable 217 vgastate.vgabase = NULL; in vgacon_startup() 653 vga_w(vgastate.vgabase, VGA_PEL_MSK, 0xff); in vga_set_palette() 655 vga_w(vgastate.vgabase, VGA_PEL_IW, table[i]); in vga_set_palette() 656 vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2); in vga_set_palette() 657 vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2); in vga_set_palette() 658 vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2); in vga_set_palette() 686 static void vga_vesa_blank(struct vgastate *state, enum vesa_blank_mode mode) in vga_vesa_blank() 756 static void vga_vesa_unblank(struct vgastate *state) in vga_vesa_unblank() 787 static void vga_pal_blank(struct vgastate *state) in vga_pal_blank() [all …]
|
| /linux/drivers/video/ |
| H A 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()
|
| H A D | Makefile | 6 obj-$(CONFIG_VGASTATE) += vgastate.o
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_type.h | 101 struct vgastate vgastate; member
|
| /linux/drivers/video/fbdev/riva/ |
| H A D | rivafb.h | 54 struct vgastate state;
|
| /linux/include/video/ |
| H A D | neomagic.h | 125 struct vgastate state;
|
| /linux/drivers/video/fbdev/savage/ |
| H A D | savagefb.h | 196 struct vgastate vgastate; member
|
| /linux/drivers/video/fbdev/i810/ |
| H A D | i810.h | 263 struct vgastate state;
|
| H A D | i810_main.c | 1246 memset(&par->state, 0, sizeof(struct vgastate)); in i810fb_open()
|
| /linux/drivers/video/fbdev/ |
| H A D | vga16fb.c | 57 struct vgastate state; 304 memset(&par->state, 0, sizeof(struct vgastate)); in vga16fb_open()
|