Lines Matching defs:hz
509 * hz: It specifies the frequency of the display mode.
513 Gal_is_display_mode_supported(int xres, int yres, int bpp, int hz,
524 sDisplayMode.wRefresh = hz;
542 * hz: It specifies the frequency of the display mode.
546 Gal_set_display_mode(int xres, int yres, int bpp, int hz)
555 sDisplayMode.wRefresh = hz;
571 * hz: It specifies the frequency of the display mode.
575 Gal_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
587 *hz = sDisplayMode.wRefresh;
766 * hz: It is a pointer which holds the refresh rate of the display.
771 Gal_get_refreshrate_from_dotclock(int xres, int yres, int bpp, int *hz,
785 *hz = sDclkToRefresh.wRefreshRate;
1886 Gal_pnl_info_from_bios(int *xres, int *yres, int *bpp, int *hz)
1899 *hz = pStat.Freq;