Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/console/
Dvgacon.c59 static struct vgastate vgastate; variable
403 vgastate.vgabase = NULL; in vgacon_startup()
854 vga_w(vgastate.vgabase, VGA_PEL_MSK, 0xff); in vga_set_palette()
856 vga_w(vgastate.vgabase, VGA_PEL_IW, table[i]); in vga_set_palette()
857 vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2); in vga_set_palette()
858 vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2); in vga_set_palette()
859 vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2); in vga_set_palette()
892 static void vga_vesa_blank(struct vgastate *state, int mode) in vga_vesa_blank()
962 static void vga_vesa_unblank(struct vgastate *state) in vga_vesa_unblank()
993 static void vga_pal_blank(struct vgastate *state) in vga_pal_blank()
[all …]
/linux-4.4.14/drivers/video/
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()
DMakefile1 obj-$(CONFIG_VGASTATE) += vgastate.o
/linux-4.4.14/drivers/video/fbdev/nvidia/
Dnv_type.h100 struct vgastate vgastate; member
Dnvidia.c975 memset(&par->vgastate, 0, sizeof(par->vgastate)); in save_vga_x86()
976 par->vgastate.flags = VGA_SAVE_MODE | VGA_SAVE_FONTS | in save_vga_x86()
978 save_vga(&par->vgastate); in save_vga_x86()
987 restore_vga(&par->vgastate); in restore_vga_x86()
/linux-4.4.14/include/video/
Dvga.h182 struct vgastate { struct
195 extern int save_vga(struct vgastate *state); argument
196 extern int restore_vga(struct vgastate *state);
Dneomagic.h125 struct vgastate state;
/linux-4.4.14/drivers/video/fbdev/riva/
Drivafb.h53 struct vgastate state;
Dfbdev.c1039 memset(&par->state, 0, sizeof(struct vgastate)); in rivafb_open()
/linux-4.4.14/drivers/video/fbdev/savage/
Dsavagefb.h196 struct vgastate vgastate; member
Dsavagefb_driver.c1611 memset(&par->vgastate, 0, sizeof(par->vgastate)); in savagefb_open()
1612 par->vgastate.flags = VGA_SAVE_CMAP | VGA_SAVE_FONTS | in savagefb_open()
1614 par->vgastate.vgabase = par->mmio.vbase + 0x8000; in savagefb_open()
1615 save_vga(&par->vgastate); in savagefb_open()
1632 restore_vga(&par->vgastate); in savagefb_release()
/linux-4.4.14/drivers/video/fbdev/i810/
Di810.h263 struct vgastate state;
Di810_main.c1245 memset(&par->state, 0, sizeof(struct vgastate)); in i810fb_open()
/linux-4.4.14/drivers/video/fbdev/
Dneofb.c365 static void vgaHWLock(struct vgastate *state) in vgaHWLock()
377 static void neoLock(struct vgastate *state) in neoLock()
555 memset(&par->state, 0, sizeof(struct vgastate)); in neofb_open()
1176 struct vgastate *state = &par->state; in neofb_pan_display()
Dvt8623fb.c32 struct vgastate state;
287 memset(&(par->state), 0, sizeof(struct vgastate)); in vt8623fb_open()
Darkfb.c34 struct vgastate state;
526 memset(&(par->state), 0, sizeof(struct vgastate)); in arkfb_open()
Dvga16fb.c59 struct vgastate state;
288 memset(&par->state, 0, sizeof(struct vgastate)); in vga16fb_open()
Ds3fb.c34 struct vgastate state;
509 memset(&(par->state), 0, sizeof(struct vgastate)); in s3fb_open()
/linux-4.4.14/Documentation/fb/
Dfbcon.txt285 # Change this to where your actual vgastate file is located
287 VGASTATE=/tmp/vgastate