Lines Matching defs:mode
40 * Pseudocolor mode?
163 struct fb_videomode *mode, int pix_fmt, int ystretch)
169 var->xres = mode->xres;
170 var->yres = mode->yres;
179 var->pixclock = mode->pixclock;
180 var->left_margin = mode->left_margin;
181 var->right_margin = mode->right_margin;
182 var->upper_margin = mode->upper_margin;
183 var->lower_margin = mode->lower_margin;
184 var->hsync_len = mode->hsync_len;
185 var->vsync_len = mode->vsync_len;
186 var->sync = mode->sync;
302 * If we are in a pseudo-color mode, we need to enable
402 struct fb_videomode mode;
406 * Set additional mode info.
428 * convet var to video mode
430 fb_var_to_videomode(&mode, &info->var);
433 set_clock_divider(fbi, &mode);
570 /* try to find best video mode. */
579 dev_dbg(fbi->dev, "pxa168fb: find best mode: res = %dx%d\n",
684 * Set video mode according to platform data.
691 * init video mode data.