Lines Matching refs:module_param_array
92 module_param_array(index, int, NULL, 0444);
94 module_param_array(id, charp, NULL, 0444);
96 module_param_array(enable, bool, NULL, 0444);
99 module_param_array(isapnp, bool, NULL, 0444);
102 module_param_array(port, long, NULL, 0444);
104 module_param_array(mpu_port, long, NULL, 0444);
106 module_param_array(fm_port, long, NULL, 0444);
109 module_param_array(awe_port, long, NULL, 0444);
112 module_param_array(irq, int, NULL, 0444);
114 module_param_array(dma8, int, NULL, 0444);
116 module_param_array(dma16, int, NULL, 0444);
118 module_param_array(mic_agc, int, NULL, 0444);
121 module_param_array(csp, int, NULL, 0444);
125 module_param_array(seq_ports, int, NULL, 0444);