Lines Matching refs:module_param
2163 module_param(vram, int, 0);
2166 module_param(voffset, int, 0);
2169 module_param(bpp, int, 0);
2172 module_param(xres, int, 0);
2174 module_param(yres, int, 0);
2176 module_param(vyres,int, 0);
2179 module_param(hsync1, int, 0);
2182 module_param(hsync2, int, 0);
2185 module_param(vsync1, int, 0);
2188 module_param(vsync2, int, 0);
2191 module_param(accel, bool, 0);
2193 module_param(mtrr, bool, 0);
2195 module_param(extvga, bool, 0);
2197 module_param(sync, bool, 0);
2200 module_param(dcolor, bool, 0);
2203 module_param(ddc3, bool, 0);
2205 module_param(mode_option, charp, 0);