Lines Matching refs:module_param_array
87 module_param_array(index, int, NULL, 0444);
89 module_param_array(id, charp, NULL, 0444);
91 module_param_array(enable, bool, NULL, 0444);
94 module_param_array(isapnp, bool, NULL, 0444);
98 module_param_array(sbport, long, NULL, 0444);
100 module_param_array(sbirq, int, NULL, 0444);
102 module_param_array(sbdma8, int, NULL, 0444);
104 module_param_array(sbdma16, int, NULL, 0444);
107 module_param_array(wssport, long, NULL, 0444);
109 module_param_array(wssirq, int, NULL, 0444);
111 module_param_array(wssdma, int, NULL, 0444);
114 module_param_array(fmport, long, NULL, 0444);
116 module_param_array(mpuport, long, NULL, 0444);
118 module_param_array(mpuirq, int, NULL, 0444);