Lines Matching defs:state
21 * KGI code provided the basis for state storage, init, and mode switching.
573 * riva_save_state - saves current chip state
578 * Saves current chip state to @regs.
610 * riva_load_state - loads current chip state
615 * Loads chip state from @regs.
625 RIVA_HW_STATE *state = ®s->ext;
633 par->riva.LoadStateExt(&par->riva, state);
1035 memset(&par->state, 0, sizeof(struct vgastate));
1036 par->state.flags = VGA_SAVE_MODE | VGA_SAVE_FONTS;
1039 par->state.flags |= VGA_SAVE_CMAP;
1040 save_vga(&par->state);
1069 restore_vga(&par->state);