Searched refs:viafb_refresh1 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/via/
H A Dglobal.c29 int viafb_refresh1 = 60; variable
H A Dglobal.h66 extern int viafb_refresh1;
H A Dviafbdev.c243 viafb_refresh1, 1);
252 viafb_second_yres, viafb_bpp1, viafb_refresh1, 1);
408 u.viamode.refresh_sec = viafb_refresh1;
496 u.active_dev.refresh1 = viafb_refresh1;
951 setting_info->second_dev_refresh = viafb_refresh1;
1734 else if (!strncmp(this_opt, "viafb_refresh1=", 15))
1736 (unsigned long *)&viafb_refresh1);
1849 module_param(viafb_refresh1, int, S_IRUSR);
1850 MODULE_PARM_DESC(viafb_refresh1,

Completed in 166 milliseconds