Lines Matching refs:module_param_array
56 module_param_array(index, int, NULL, 0444);
58 module_param_array(id, charp, NULL, 0444);
60 module_param_array(enable, bool, NULL, 0444);
63 module_param_array(isapnp, bool, NULL, 0444);
66 module_param_array(cs4232_pcm_port, long, NULL, 0444);
68 module_param_array(cs4232_pcm_irq, int, NULL, 0444);
70 module_param_array(dma1, int, NULL, 0444);
72 module_param_array(dma2, int, NULL, 0444);
74 module_param_array(cs4232_mpu_port, long, NULL, 0444);
76 module_param_array(cs4232_mpu_irq, int, NULL, 0444);
78 module_param_array(ics2115_irq, int, NULL, 0444);
80 module_param_array(ics2115_port, long, NULL, 0444);
82 module_param_array(fm_port, long, NULL, 0444);
84 module_param_array(use_cs4232_midi, bool, NULL, 0444);