Lines Matching defs:refresh
651 /* the CVT default refresh rate is 60Hz */
1958 unsigned int refresh;
1964 refresh = simple_strtol(str, end_ptr, 10);
1968 mode->refresh = refresh;
2347 * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
2387 /* Try to locate the bpp and refresh specifiers, if any */
2420 * an at-sign (used to specify a refresh rate) is disallowed.
2470 * Locate the end of the bpp / refresh, and parse the extras
2551 cmd->refresh_specified ? cmd->refresh : 60,
2557 cmd->refresh_specified ? cmd->refresh : 60,