Home
last modified time | relevance | path

Searched refs:vgastate (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/video/console/
H A Dvgacon.c59 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 Dvgastate.c48 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 DMakefile6 obj-$(CONFIG_VGASTATE) += vgastate.o
/linux/drivers/video/fbdev/nvidia/
H A Dnv_type.h101 struct vgastate vgastate; member
/linux/drivers/video/fbdev/riva/
H A Drivafb.h54 struct vgastate state;
/linux/include/video/
H A Dneomagic.h125 struct vgastate state;
/linux/drivers/video/fbdev/savage/
H A Dsavagefb.h196 struct vgastate vgastate; member
/linux/drivers/video/fbdev/i810/
H A Di810.h263 struct vgastate state;
H A Di810_main.c1246 memset(&par->state, 0, sizeof(struct vgastate)); in i810fb_open()
/linux/drivers/video/fbdev/
H A Dvga16fb.c57 struct vgastate state;
304 memset(&par->state, 0, sizeof(struct vgastate)); in vga16fb_open()