Lines Matching defs:mode
105 MODULE_PARM_DESC(mode_option, "Default video mode ('640x480-8@60', etc)");
106 module_param_named(mode, mode_option, charp, 0);
107 MODULE_PARM_DESC(mode, "Default video mode e.g. '648x480-8@60' (deprecated)");
328 fb_err(info, "unsupported mode requested\n");
352 /* Text mode is limited to 256 kB of memory */
367 /* Interlaced mode not supported */
377 u32 mode, offset_value, fetch_value, screen_size;
466 mode = svga_match_format(vt8623fb_formats, &(info->var), &(info->fix));
467 switch (mode) {
469 fb_dbg(info, "text mode\n");
498 printk(KERN_ERR "vt8623fb: unsupported mode - bug\n");
745 /* Prepare startup mode */
752 dev_err(info->device, "mode %s not found\n", mode_option);