Lines Matching defs:mode
106 MODULE_PARM_DESC(mode_option, "Default video mode ('640x480-8@60', etc)");
107 module_param_named(mode, mode_option, charp, 0);
108 MODULE_PARM_DESC(mode, "Default video mode e.g. '648x480-8@60' (deprecated)");
332 fb_err(info, "unsupported mode requested\n");
356 /* Text mode is limited to 256 kB of memory */
371 /* Interlaced mode not supported */
381 u32 mode, offset_value, fetch_value, screen_size;
470 mode = svga_match_format(vt8623fb_formats, &(info->var), &(info->fix));
471 switch (mode) {
473 fb_dbg(info, "text mode\n");
502 printk(KERN_ERR "vt8623fb: unsupported mode - bug\n");
753 /* Prepare startup mode */
760 dev_err(info->device, "mode %s not found\n", mode_option);