Lines Matching defs:mode
72 * the mode requires. This screws me because I have a Sun
114 * Default video mode. In case the modedb doesn't work.
414 * card byte order here, so we switch to BGR mode
675 DPRINTK("Checking graphics mode at %dx%d depth %d\n",
851 DPRINTK("Setting graphics mode at %dx%d depth %d\n",
988 * @blank_mode: the blank mode we want.
993 * video mode which doesn't support it. Implements VESA suspend
1267 u8 mode = PM2F_CURSORMODE_TYPE_X;
1272 mode |= PM2F_CURSORMODE_CURSOR_ENABLE;
1274 pm2v_RDAC_WR(par, PM2VI_RD_CURSOR_MODE, mode);
1368 u8 mode;
1382 mode = 0x40;
1384 mode = 0x43;
1386 pm2_RDAC_WR(par, PM2I_RD_CURSOR_CONTROL, mode);
1831 MODULE_PARM_DESC(mode_option, "Initial video mode e.g. '648x480-8@60'");
1832 module_param_named(mode, mode_option, charp, 0);
1833 MODULE_PARM_DESC(mode, "Initial video mode e.g. '648x480-8@60' (deprecated)");
1835 MODULE_PARM_DESC(lowhsync, "Force horizontal sync low regardless of mode");
1837 MODULE_PARM_DESC(lowvsync, "Force vertical sync low regardless of mode");