Lines Matching refs:module_param_array
57 module_param_array(index, int, NULL, 0444);
59 module_param_array(id, charp, NULL, 0444);
61 module_param_array(enable, bool, NULL, 0444);
63 module_param_array(extin, int, NULL, 0444);
65 module_param_array(extout, int, NULL, 0444);
67 module_param_array(seq_ports, int, NULL, 0444);
69 module_param_array(max_synth_voices, int, NULL, 0444);
71 module_param_array(max_buffer_size, int, NULL, 0444);
73 module_param_array(enable_ir, bool, NULL, 0444);
75 module_param_array(subsystem, uint, NULL, 0444);
77 module_param_array(delay_pcm_irq, uint, NULL, 0444);