Searched refs:vgastate (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Drivafb.h53 struct vgastate state;
H A Dfbdev.c1054 memset(&par->state, 0, sizeof(struct vgastate));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dvgastate.c2 * linux/drivers/video/vgastate.c -- VGA state save/restore
48 static void save_vga_text(struct vgastate *state, void __iomem *fbbase)
138 static void restore_vga_text(struct vgastate *state, void __iomem *fbbase)
226 static void save_vga_mode(struct vgastate *state)
257 static void restore_vga_mode(struct vgastate *state)
309 static void save_vga_cmap(struct vgastate *state)
322 static void restore_vga_cmap(struct vgastate *state)
335 static void vga_cleanup(struct vgastate *state)
350 int save_vga(struct vgastate *state)
458 int restore_vga (struct vgastate *stat
[all...]
H A DMakefile7 obj-$(CONFIG_VGASTATE) += vgastate.o
H A Dneofb.c370 static void vgaHWLock(struct vgastate *state)
382 static void neoLock(struct vgastate *state)
542 memset(&par->state, 0, sizeof(struct vgastate));
1205 struct vgastate *state = &par->state;
H A Dvt8623fb.c38 struct vgastate state;
288 memset(&(par->state), 0, sizeof(struct vgastate));
H A Darkfb.c39 struct vgastate state;
522 memset(&(par->state), 0, sizeof(struct vgastate));
H A Ds3fb.c37 struct vgastate state;
363 memset(&(par->state), 0, sizeof(struct vgastate));
H A Dvga16fb.c72 struct vgastate state;
307 memset(&par->state, 0, sizeof(struct vgastate));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_type.h100 struct vgastate vgastate; member in struct:nvidia_par
H A Dnvidia.c962 memset(&par->vgastate, 0, sizeof(par->vgastate));
963 par->vgastate.flags = VGA_SAVE_MODE | VGA_SAVE_FONTS |
965 save_vga(&par->vgastate);
974 restore_vga(&par->vgastate);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/video/
H A Dvga.h199 struct vgastate { struct
212 extern int save_vga(struct vgastate *state);
213 extern int restore_vga(struct vgastate *state);
H A Dneomagic.h142 struct vgastate state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/savage/
H A Dsavagefb.h195 struct vgastate vgastate; member in struct:savagefb_par
H A Dsavagefb_driver.c1633 memset(&par->vgastate, 0, sizeof(par->vgastate));
1634 par->vgastate.flags = VGA_SAVE_CMAP | VGA_SAVE_FONTS |
1636 par->vgastate.vgabase = par->mmio.vbase + 0x8000;
1637 save_vga(&par->vgastate);
1654 restore_vga(&par->vgastate);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/i810/
H A Di810.h265 struct vgastate state;
H A Di810_main.c1241 memset(&par->state, 0, sizeof(struct vgastate));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dvgacon.c59 static struct vgastate state;
868 static void vga_vesa_blank(struct vgastate *state, int mode)
938 static void vga_vesa_unblank(struct vgastate *state)
969 static void vga_pal_blank(struct vgastate *state)
1040 static int vgacon_do_font_op(struct vgastate *state,char *arg,int set,int ch512)

Completed in 187 milliseconds