Lines Matching refs:module_param_array
39 module_param_array(index, int, NULL, 0444);
41 module_param_array(id, charp, NULL, 0444);
43 module_param_array(enable, bool, NULL, 0444);
45 module_param_array(extin, int, NULL, 0444);
47 module_param_array(extout, int, NULL, 0444);
49 module_param_array(seq_ports, int, NULL, 0444);
51 module_param_array(max_synth_voices, int, NULL, 0444);
53 module_param_array(max_buffer_size, int, NULL, 0444);
55 module_param_array(enable_ir, bool, NULL, 0444);
57 module_param_array(subsystem, uint, NULL, 0444);
59 module_param_array(delay_pcm_irq, uint, NULL, 0444);