Lines Matching refs:module_param_array
63 module_param_array(index, int, NULL, 0444);
65 module_param_array(id, charp, NULL, 0444);
67 module_param_array(enable, bool, NULL, 0444);
69 module_param_array(port, long, NULL, 0444);
71 module_param_array(gf1_port, long, NULL, 0444);
73 module_param_array(mpu_port, long, NULL, 0444);
75 module_param_array(irq, int, NULL, 0444);
77 module_param_array(mpu_irq, int, NULL, 0444);
79 module_param_array(gf1_irq, int, NULL, 0444);
81 module_param_array(dma8, int, NULL, 0444);
83 module_param_array(dma1, int, NULL, 0444);
85 module_param_array(joystick_dac, int, NULL, 0444);
87 module_param_array(channels, int, NULL, 0444);
89 module_param_array(pcm_channels, int, NULL, 0444);