Lines Matching refs:module_param_array
147 module_param_array(index, int, NULL, 0444);
149 module_param_array(id, charp, NULL, 0444);
151 module_param_array(enable, bool, NULL, 0444);
153 module_param_array(total_bufsize, int, NULL, 0444);
155 module_param_array(pcm_substreams_p, int, NULL, 0444);
157 module_param_array(pcm_substreams_c, int, NULL, 0444);
159 module_param_array(clock, int, NULL, 0444);
161 module_param_array(use_pm, int, NULL, 0444);
163 module_param_array(enable_mpu, int, NULL, 0444);
166 module_param_array(joystick, bool, NULL, 0444);
169 module_param_array(radio_nr, int, NULL, 0444);