Lines Matching defs:mode
222 * s3c_fb_validate_win_bpp - validate the bits-per-pixel for this mode.
232 * s3c_fb_check_var() - framebuffer layer request to verify a given mode.
266 /* non palletised, A:1,R:2,G:3,B:2 mode */
483 * Framebuffer layer request to set a new mode for the specified framebuffer
588 * exactly which mode of operation is intended. */
802 dev_dbg(sfb->dev, "blank mode %d\n", blank_mode);
1053 * @mode: The video mode to change.
1057 static void s3c_fb_missing_pixclock(struct fb_videomode *mode)
1062 div = mode->left_margin + mode->hsync_len + mode->right_margin +
1063 mode->xres;
1064 div *= mode->upper_margin + mode->vsync_len + mode->lower_margin +
1065 mode->yres;
1066 div *= mode->refresh ? : 60;
1070 mode->pixclock = pixclk;
1235 /* setup the initial video mode from the window */