Lines Matching defs:hz

138 int gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz);
139 int gu1_set_display_mode(int xres, int yres, int bpp, int hz);
194 int gu1_get_display_details(unsigned int mode, int *xres, int *yres, int *hz);
202 int gu1_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
204 int gu1_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
206 int gu1_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
209 int gu1_get_display_mode(int *xres, int *yres, int *bpp, int *hz);
794 gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz)
797 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz)
805 if (hz == 56)
807 else if (hz == 60)
809 else if (hz == 70)
811 else if (hz == 72)
813 else if (hz == 75)
815 else if (hz == 85)
864 gu1_set_display_mode(int xres, int yres, int bpp, int hz)
867 gfx_set_display_mode(int xres, int yres, int bpp, int hz)
878 mode = gfx_is_display_mode_supported(xres, yres, bpp, hz);
1912 gu1_get_display_details(unsigned int mode, int *xres, int *yres, int *hz)
1915 gfx_get_display_details(unsigned int mode, int *xres, int *yres, int *hz)
1920 *hz = 56;
1922 *hz = 60;
1924 *hz = 70;
1926 *hz = 72;
1928 *hz = 75;
1930 *hz = 85;
2005 int hz = 0;
2010 hz = 60;
2012 hz = 70;
2014 hz = 72;
2016 hz = 75;
2018 hz = 85;
2019 return (hz);
2035 gu1_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
2039 gfx_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
2048 *hz = 60;
2076 *hz = 60;
2078 *hz = 70;
2080 *hz = 72;
2082 *hz = 75;
2084 *hz = 85;
2101 gu1_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
2105 gfx_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
2114 *hz = 60;
2142 *hz = 60;
2144 *hz = 70;
2146 *hz = 72;
2148 *hz = 75;
2150 *hz = 85;
2163 gu1_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
2167 gfx_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
2177 if (hz == 60)
2179 else if (hz == 70)
2181 else if (hz == 72)
2183 else if (hz == 75)
2185 else if (hz == 85)
2237 gu1_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
2240 gfx_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
2274 *hz = 56;
2276 *hz = 60;
2278 *hz = 70;
2280 *hz = 72;
2282 *hz = 75;
2284 *hz = 85;