Lines Matching refs:module_param_array
85 module_param_array(index, int, NULL, 0444);
87 module_param_array(id, charp, NULL, 0444);
89 module_param_array(enable, bool, NULL, 0444);
92 module_param_array(isapnp, bool, NULL, 0444);
95 module_param_array(port, long, NULL, 0444);
98 module_param_array(port_tc, long, NULL, 0444);
101 module_param_array(irq, int, NULL, 0444);
103 module_param_array(dma1, int, NULL, 0444);
105 module_param_array(dma2, int, NULL, 0444);
107 module_param_array(joystick_dac, int, NULL, 0444);
109 module_param_array(midi, int, NULL, 0444);
111 module_param_array(pcm_channels, int, NULL, 0444);
113 module_param_array(effect, int, NULL, 0444);