Lines Matching defs:mode
5 * VGA text mode console part
206 * only called after text mode and fonts
490 /* Don't write to screen if in gfx mode */
698 sisusbcon_cursor(struct vc_data *c, int mode)
719 if (mode == CM_ERASE) {
1026 err |= sisusb_setidxreg(sisusb, SISSR, 0x04, 0x07); /* Memory mode a0-bf */
1058 * In 512-character mode, the character map is not contiguous if
1089 err |= sisusb_setidxreg(sisusb, SISSR, 0x04, 0x03); /* Memory mode a0-bf */
1216 * is used for restoring text mode after quitting
1329 static void sisusbdummycon_cursor(struct vc_data *vc, int mode) { }
1416 /* Set up text mode (and upload default font) */
1419 dev_err(&sisusb->sisusb_dev->dev, "Failed to set up text mode\n");