Lines Matching refs:module_param_array
81 module_param_array(index, int, NULL, 0444);
83 module_param_array(id, charp, NULL, 0444);
85 module_param_array(enable, bool, NULL, 0444);
87 module_param_array(port, long, NULL, 0444);
89 module_param_array(irq, int, NULL, 0444);
91 module_param_array(speed, int, NULL, 0444);
93 module_param_array(base, int, NULL, 0444);
95 module_param_array(outs, int, NULL, 0444);
97 module_param_array(ins, int, NULL, 0444);
99 module_param_array(droponfull, bool, NULL, 0444);
102 module_param_array(adaptor, int, NULL, 0444);