Lines Matching refs:module_param_array
759 module_param_array(index, int, NULL, S_IRUGO);
761 module_param_array(id, charp, NULL, S_IRUGO);
790 module_param_array(isapnp, bool, NULL, 0444);
803 module_param_array(io, long, NULL, S_IRUGO);
805 module_param_array(irq, int, NULL, S_IRUGO);
806 module_param_array(mem, long, NULL, S_IRUGO);
807 module_param_array(write_ndelay, int, NULL, S_IRUGO);
810 module_param_array(digital, int, NULL, S_IRUGO);
811 module_param_array(cfg, long, NULL, S_IRUGO);
812 module_param_array(reset, int, 0, S_IRUGO);
813 module_param_array(mpu_io, long, NULL, S_IRUGO);
814 module_param_array(mpu_irq, int, NULL, S_IRUGO);
815 module_param_array(ide_io0, long, NULL, S_IRUGO);
816 module_param_array(ide_io1, long, NULL, S_IRUGO);
817 module_param_array(ide_irq, int, NULL, S_IRUGO);
818 module_param_array(joystick_io, long, NULL, S_IRUGO);