Lines Matching refs:module_param
2160 module_param(vram, int, 0);
2163 module_param(voffset, int, 0);
2166 module_param(bpp, int, 0);
2169 module_param(xres, int, 0);
2171 module_param(yres, int, 0);
2173 module_param(vyres,int, 0);
2176 module_param(hsync1, int, 0);
2179 module_param(hsync2, int, 0);
2182 module_param(vsync1, int, 0);
2185 module_param(vsync2, int, 0);
2188 module_param(accel, bool, 0);
2190 module_param(mtrr, bool, 0);
2192 module_param(extvga, bool, 0);
2194 module_param(sync, bool, 0);
2197 module_param(dcolor, bool, 0);
2200 module_param(ddc3, bool, 0);
2202 module_param(mode_option, charp, 0);