Lines Matching refs:module_param_array
40 module_param_array(index, int, NULL, 0444);
42 module_param_array(id, charp, NULL, 0444);
44 module_param_array(enable, bool, NULL, 0444);
56 module_param_array(port, long, NULL, 0444);
58 module_param_array(wss_port, long, NULL, 0444);
60 module_param_array(mpu_port, long, NULL, 0444);
62 module_param_array(fm_port, long, NULL, 0444);
64 module_param_array(irq, int, NULL, 0444);
66 module_param_array(mpu_irq, int, NULL, 0444);
68 module_param_array(dma1, int, NULL, 0444);
70 module_param_array(dma2, int, NULL, 0444);