staging: comedi: export alloc_subdevices as comedi_alloc_subdevices
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 12 Jun 2012 00:45:15 +0000 (17:45 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Jun 2012 18:14:33 +0000 (11:14 -0700)
Move the inline alloc_subdevices() function from comedidev.h
to drivers.c and rename it to comedi_alloc_subdevices(). The
function is large enough to warrant being an exported symbol
rather than being an inline in every driver.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
105 files changed:
drivers/staging/comedi/comedidev.h
drivers/staging/comedi/drivers.c
drivers/staging/comedi/drivers/8255.c
drivers/staging/comedi/drivers/acl7225b.c
drivers/staging/comedi/drivers/addi-data/addi_common.c
drivers/staging/comedi/drivers/addi-data/hwdrv_APCI1710.c
drivers/staging/comedi/drivers/adl_pci6208.c
drivers/staging/comedi/drivers/adl_pci7230.c
drivers/staging/comedi/drivers/adl_pci7296.c
drivers/staging/comedi/drivers/adl_pci7432.c
drivers/staging/comedi/drivers/adl_pci8164.c
drivers/staging/comedi/drivers/adl_pci9111.c
drivers/staging/comedi/drivers/adl_pci9118.c
drivers/staging/comedi/drivers/adq12b.c
drivers/staging/comedi/drivers/adv_pci1710.c
drivers/staging/comedi/drivers/adv_pci1723.c
drivers/staging/comedi/drivers/adv_pci_dio.c
drivers/staging/comedi/drivers/aio_aio12_8.c
drivers/staging/comedi/drivers/aio_iiro_16.c
drivers/staging/comedi/drivers/amplc_dio200.c
drivers/staging/comedi/drivers/amplc_pc236.c
drivers/staging/comedi/drivers/amplc_pc263.c
drivers/staging/comedi/drivers/amplc_pci224.c
drivers/staging/comedi/drivers/amplc_pci230.c
drivers/staging/comedi/drivers/c6xdigio.c
drivers/staging/comedi/drivers/cb_das16_cs.c
drivers/staging/comedi/drivers/cb_pcidas.c
drivers/staging/comedi/drivers/cb_pcidas64.c
drivers/staging/comedi/drivers/cb_pcidda.c
drivers/staging/comedi/drivers/cb_pcidio.c
drivers/staging/comedi/drivers/cb_pcimdas.c
drivers/staging/comedi/drivers/cb_pcimdda.c
drivers/staging/comedi/drivers/comedi_bond.c
drivers/staging/comedi/drivers/comedi_parport.c
drivers/staging/comedi/drivers/comedi_test.c
drivers/staging/comedi/drivers/contec_pci_dio.c
drivers/staging/comedi/drivers/daqboard2000.c
drivers/staging/comedi/drivers/das08.c
drivers/staging/comedi/drivers/das16.c
drivers/staging/comedi/drivers/das16m1.c
drivers/staging/comedi/drivers/das1800.c
drivers/staging/comedi/drivers/das6402.c
drivers/staging/comedi/drivers/das800.c
drivers/staging/comedi/drivers/dmm32at.c
drivers/staging/comedi/drivers/dt2801.c
drivers/staging/comedi/drivers/dt2811.c
drivers/staging/comedi/drivers/dt2814.c
drivers/staging/comedi/drivers/dt2815.c
drivers/staging/comedi/drivers/dt2817.c
drivers/staging/comedi/drivers/dt282x.c
drivers/staging/comedi/drivers/dt3000.c
drivers/staging/comedi/drivers/dt9812.c
drivers/staging/comedi/drivers/dyna_pci10xx.c
drivers/staging/comedi/drivers/fl512.c
drivers/staging/comedi/drivers/gsc_hpdi.c
drivers/staging/comedi/drivers/icp_multi.c
drivers/staging/comedi/drivers/ii_pci20kc.c
drivers/staging/comedi/drivers/jr3_pci.c
drivers/staging/comedi/drivers/ke_counter.c
drivers/staging/comedi/drivers/me4000.c
drivers/staging/comedi/drivers/me_daq.c
drivers/staging/comedi/drivers/mpc624.c
drivers/staging/comedi/drivers/mpc8260cpm.c
drivers/staging/comedi/drivers/multiq3.c
drivers/staging/comedi/drivers/ni_6527.c
drivers/staging/comedi/drivers/ni_65xx.c
drivers/staging/comedi/drivers/ni_660x.c
drivers/staging/comedi/drivers/ni_670x.c
drivers/staging/comedi/drivers/ni_at_a2150.c
drivers/staging/comedi/drivers/ni_at_ao.c
drivers/staging/comedi/drivers/ni_atmio16d.c
drivers/staging/comedi/drivers/ni_daq_700.c
drivers/staging/comedi/drivers/ni_daq_dio24.c
drivers/staging/comedi/drivers/ni_labpc.c
drivers/staging/comedi/drivers/ni_mio_common.c
drivers/staging/comedi/drivers/ni_pcidio.c
drivers/staging/comedi/drivers/pcl711.c
drivers/staging/comedi/drivers/pcl724.c
drivers/staging/comedi/drivers/pcl725.c
drivers/staging/comedi/drivers/pcl726.c
drivers/staging/comedi/drivers/pcl730.c
drivers/staging/comedi/drivers/pcl812.c
drivers/staging/comedi/drivers/pcl816.c
drivers/staging/comedi/drivers/pcl818.c
drivers/staging/comedi/drivers/pcm3724.c
drivers/staging/comedi/drivers/pcm3730.c
drivers/staging/comedi/drivers/pcmad.c
drivers/staging/comedi/drivers/pcmda12.c
drivers/staging/comedi/drivers/pcmmio.c
drivers/staging/comedi/drivers/pcmuio.c
drivers/staging/comedi/drivers/poc.c
drivers/staging/comedi/drivers/quatech_daqp_cs.c
drivers/staging/comedi/drivers/rtd520.c
drivers/staging/comedi/drivers/rti800.c
drivers/staging/comedi/drivers/rti802.c
drivers/staging/comedi/drivers/s526.c
drivers/staging/comedi/drivers/s626.c
drivers/staging/comedi/drivers/serial2002.c
drivers/staging/comedi/drivers/skel.c
drivers/staging/comedi/drivers/ssv_dnp.c
drivers/staging/comedi/drivers/unioxx5.c
drivers/staging/comedi/drivers/usbdux.c
drivers/staging/comedi/drivers/usbduxfast.c
drivers/staging/comedi/drivers/usbduxsigma.c
drivers/staging/comedi/drivers/vmk80xx.c

index 9cd2b51..bb98f82 100644 (file)
@@ -292,6 +292,8 @@ static inline struct comedi_subdevice *comedi_get_write_subdevice(
        return info->device->write_subdev;
 }
 
+int comedi_alloc_subdevices(struct comedi_device *, unsigned int);
+
 void comedi_device_detach(struct comedi_device *dev);
 int comedi_device_attach(struct comedi_device *dev,
                         struct comedi_devconfig *it);
@@ -413,26 +415,6 @@ struct comedi_lrange {
 
 /* some silly little inline functions */
 
-static inline int alloc_subdevices(struct comedi_device *dev,
-                                  unsigned int num_subdevices)
-{
-       unsigned i;
-
-       dev->n_subdevices = num_subdevices;
-       dev->subdevices =
-           kcalloc(num_subdevices, sizeof(struct comedi_subdevice),
-                   GFP_KERNEL);
-       if (!dev->subdevices)
-               return -ENOMEM;
-       for (i = 0; i < num_subdevices; ++i) {
-               dev->subdevices[i].device = dev;
-               dev->subdevices[i].async_dma_dir = DMA_NONE;
-               spin_lock_init(&dev->subdevices[i].spin_lock);
-               dev->subdevices[i].minor = -1;
-       }
-       return 0;
-}
-
 static inline int alloc_private(struct comedi_device *dev, int size)
 {
        dev->private = kzalloc(size, GFP_KERNEL);
index 49e53ea..5413647 100644 (file)
@@ -56,6 +56,27 @@ static int poll_invalid(struct comedi_device *dev, struct comedi_subdevice *s);
 
 struct comedi_driver *comedi_drivers;
 
+int comedi_alloc_subdevices(struct comedi_device *dev,
+                           unsigned int num_subdevices)
+{
+       unsigned i;
+
+       dev->n_subdevices = num_subdevices;
+       dev->subdevices =
+           kcalloc(num_subdevices, sizeof(struct comedi_subdevice),
+                   GFP_KERNEL);
+       if (!dev->subdevices)
+               return -ENOMEM;
+       for (i = 0; i < num_subdevices; ++i) {
+               dev->subdevices[i].device = dev;
+               dev->subdevices[i].async_dma_dir = DMA_NONE;
+               spin_lock_init(&dev->subdevices[i].spin_lock);
+               dev->subdevices[i].minor = -1;
+       }
+       return 0;
+}
+EXPORT_SYMBOL_GPL(comedi_alloc_subdevices);
+
 static void cleanup_device(struct comedi_device *dev)
 {
        int i;
index 27e39e4..875b020 100644 (file)
@@ -388,7 +388,7 @@ static int dev_8255_attach(struct comedi_device *dev,
                return -EINVAL;
        }
 
-       ret = alloc_subdevices(dev, i);
+       ret = comedi_alloc_subdevices(dev, i);
        if (ret < 0) {
                /* FIXME this printk call should give a proper message, the
                 * below line just maintains previous functionality */
index c1963ad..3c39148 100644 (file)
@@ -82,7 +82,7 @@ static int acl7225b_attach(struct comedi_device *dev,
        dev->iobase = iobase;
        dev->irq = 0;
 
-       if (alloc_subdevices(dev, 3) < 0)
+       if (comedi_alloc_subdevices(dev, 3) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index 44aaf83..274990a 100644 (file)
@@ -1688,7 +1688,7 @@ static int i_ADDI_Attach(struct comedi_device *dev, struct comedi_devconfig *it)
        } else {
                /* Update-0.7.57->0.7.68dev->n_subdevices = 7; */
                n_subdevices = 7;
-               ret = alloc_subdevices(dev, n_subdevices);
+               ret = comedi_alloc_subdevices(dev, n_subdevices);
                if (ret < 0)
                        return ret;
 
index a76ed25..9632ca1 100644 (file)
@@ -63,7 +63,7 @@ void i_ADDI_AttachPCI1710(struct comedi_device *dev)
        int n_subdevices = 9;
 
        /* Update-0.7.57->0.7.68dev->n_subdevices = 9; */
-       ret = alloc_subdevices(dev, n_subdevices);
+       ret = comedi_alloc_subdevices(dev, n_subdevices);
        if (ret < 0)
                return;
 
index 2f48dc7..7d26d45 100644 (file)
@@ -301,7 +301,7 @@ static int pci6208_attach(struct comedi_device *dev,
        dev->iobase = io_base;
        dev->board_name = thisboard->name;
 
-       if (alloc_subdevices(dev, 2) < 0)
+       if (comedi_alloc_subdevices(dev, 2) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index 2c83492..5a6e6c1 100644 (file)
@@ -116,7 +116,7 @@ static int adl_pci7230_attach(struct comedi_device *dev,
        if (alloc_private(dev, sizeof(struct adl_pci7230_private)) < 0)
                return -ENOMEM;
 
-       if (alloc_subdevices(dev, 2) < 0)
+       if (comedi_alloc_subdevices(dev, 2) < 0)
                return -ENOMEM;
 
        devpriv->pci_dev = adl_pci7230_find_pci(dev, it);
index 0b8b279..fd9b33a 100644 (file)
@@ -92,7 +92,7 @@ static int adl_pci7296_attach(struct comedi_device *dev,
        if (alloc_private(dev, sizeof(struct adl_pci7296_private)) < 0)
                return -ENOMEM;
 
-       if (alloc_subdevices(dev, 4) < 0)
+       if (comedi_alloc_subdevices(dev, 4) < 0)
                return -ENOMEM;
 
        devpriv->pci_dev = adl_pci7296_find_pci(dev, it);
index dd818f1..4976a70 100644 (file)
@@ -125,7 +125,7 @@ static int adl_pci7432_attach(struct comedi_device *dev,
        if (alloc_private(dev, sizeof(struct adl_pci7432_private)) < 0)
                return -ENOMEM;
 
-       if (alloc_subdevices(dev, 2) < 0)
+       if (comedi_alloc_subdevices(dev, 2) < 0)
                return -ENOMEM;
 
        devpriv->pci_dev = adl_pci7432_find_pci(dev, it);
index 3447548..78169f7 100644 (file)
@@ -261,7 +261,7 @@ static int adl_pci8164_attach(struct comedi_device *dev,
        if (alloc_private(dev, sizeof(struct adl_pci8164_private)) < 0)
                return -ENOMEM;
 
-       if (alloc_subdevices(dev, 4) < 0)
+       if (comedi_alloc_subdevices(dev, 4) < 0)
                return -ENOMEM;
 
        devpriv->pci_dev = adl_pci8164_find_pci(dev, it);
index 410bbf9..cc17946 100644 (file)
@@ -1317,7 +1317,7 @@ static int pci9111_attach(struct comedi_device *dev,
 
        /*  TODO: Add external multiplexer setup (according to option[2]). */
 
-       error = alloc_subdevices(dev, 4);
+       error = comedi_alloc_subdevices(dev, 4);
        if (error < 0)
                return error;
 
index 5a5c903..ebd8b8e 100644 (file)
@@ -2268,7 +2268,7 @@ static int pci9118_attach(struct comedi_device *dev,
        pci_write_config_word(devpriv->pcidev, PCI_COMMAND, u16w | 64);
                                /* Enable parity check for parity error */
 
-       ret = alloc_subdevices(dev, 4);
+       ret = comedi_alloc_subdevices(dev, 4);
        if (ret < 0)
                return ret;
 
index 1da2989..ca8892e 100644 (file)
@@ -271,7 +271,7 @@ static int adq12b_attach(struct comedi_device *dev, struct comedi_devconfig *it)
  * Allocate the subdevice structures.  alloc_subdevice() is a
  * convenient macro defined in comedidev.h.
  */
-       if (alloc_subdevices(dev, 3) < 0)
+       if (comedi_alloc_subdevices(dev, 3) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index db9f0a5..be3fc4d 100644 (file)
@@ -1433,7 +1433,7 @@ static int pci1710_attach(struct comedi_device *dev,
        if (this_board->n_counter)
                n_subdevices++;
 
-       ret = alloc_subdevices(dev, n_subdevices);
+       ret = comedi_alloc_subdevices(dev, n_subdevices);
        if (ret < 0)
                return ret;
 
index b8768b5..0aa0af4 100644 (file)
@@ -365,7 +365,7 @@ static int pci1723_attach(struct comedi_device *dev,
        if (this_board->n_diochan)
                n_subdevices++;
 
-       ret = alloc_subdevices(dev, n_subdevices);
+       ret = comedi_alloc_subdevices(dev, n_subdevices);
        if (ret < 0) {
                printk(" - Allocation failed!\n");
                return ret;
index df8236c..0fc4f85 100644 (file)
@@ -1156,7 +1156,7 @@ static int pci_dio_attach(struct comedi_device *dev,
                                n_subdevices++;
        }
 
-       ret = alloc_subdevices(dev, n_subdevices);
+       ret = comedi_alloc_subdevices(dev, n_subdevices);
        if (ret < 0)
                return ret;
 
index d215ae1..60466c8 100644 (file)
@@ -182,7 +182,7 @@ static int aio_aio12_8_attach(struct comedi_device *dev,
        if (alloc_private(dev, sizeof(struct aio12_8_private)) < 0)
                return -ENOMEM;
 
-       if (alloc_subdevices(dev, 3) < 0)
+       if (comedi_alloc_subdevices(dev, 3) < 0)
                return -ENOMEM;
 
        s = &dev->subdevices[0];
index 5c1548b..7d161d6 100644 (file)
@@ -124,7 +124,7 @@ static int aio_iiro_16_attach(struct comedi_device *dev,
        if (alloc_private(dev, sizeof(struct aio_iiro_16_private)) < 0)
                return -ENOMEM;
 
-       if (alloc_subdevices(dev, 2) < 0)
+       if (comedi_alloc_subdevices(dev, 2) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index 3afebb2..d7d056e 100644 (file)
@@ -1273,7 +1273,7 @@ static int dio200_common_attach(struct comedi_device *dev, unsigned long iobase,
        devpriv->intr_sd = -1;
        dev->iobase = iobase;
        dev->board_name = thisboard->name;
-       ret = alloc_subdevices(dev, layout->n_subdevs);
+       ret = comedi_alloc_subdevices(dev, layout->n_subdevs);
        if (ret < 0) {
                dev_err(dev->class_dev, "error! out of memory!\n");
                return ret;
index 9cf514e..522e1c0 100644 (file)
@@ -455,7 +455,7 @@ static int pc236_common_attach(struct comedi_device *dev, unsigned long iobase,
        dev->board_name = thisboard->name;
        dev->iobase = iobase;
 
-       ret = alloc_subdevices(dev, 2);
+       ret = comedi_alloc_subdevices(dev, 2);
        if (ret < 0) {
                dev_err(dev->class_dev, "error! out of memory!\n");
                return ret;
index 7020907..cfb69fa 100644 (file)
@@ -227,7 +227,7 @@ static int pc263_common_attach(struct comedi_device *dev, unsigned long iobase)
        dev->board_name = thisboard->name;
        dev->iobase = iobase;
 
-       ret = alloc_subdevices(dev, 1);
+       ret = comedi_alloc_subdevices(dev, 1);
        if (ret < 0) {
                dev_err(dev->class_dev, "error! out of memory!\n");
                return ret;
index a1e23ba..8d33aea 100644 (file)
@@ -1380,7 +1380,7 @@ static int pci224_attach_common(struct comedi_device *dev,
             dev->iobase + PCI224_DACCON);
 
        /* Allocate subdevices.  There is only one!  */
-       ret = alloc_subdevices(dev, 1);
+       ret = comedi_alloc_subdevices(dev, 1);
        if (ret < 0) {
                dev_err(dev->class_dev, "error! out of memory!\n");
                return ret;
index 2a43df5..e6598ca 100644 (file)
@@ -2843,7 +2843,7 @@ static int pci230_attach_common(struct comedi_device *dev,
         * Allocate the subdevice structures.  alloc_subdevice() is a
         * convenient macro defined in comedidev.h.
         */
-       if (alloc_subdevices(dev, 3) < 0)
+       if (comedi_alloc_subdevices(dev, 3) < 0)
                return -ENOMEM;
        s = dev->subdevices + 0;
        /* analog input subdevice */
index fb9951a..72b000f 100644 (file)
@@ -433,7 +433,8 @@ static int c6xdigio_attach(struct comedi_device *dev,
        dev->iobase = iobase;
        dev->board_name = "c6xdigio";
 
-       result = alloc_subdevices(dev, 2);      /*  3 with encoder_init write */
+       /* 3 subdevices with encoder_init write */
+       result = comedi_alloc_subdevices(dev, 2);
        if (result < 0)
                return result;
 
index 3515923..9aa11c1 100644 (file)
@@ -195,7 +195,7 @@ static int das16cs_attach(struct comedi_device *dev,
        if (alloc_private(dev, sizeof(struct das16cs_private)) < 0)
                return -ENOMEM;
 
-       if (alloc_subdevices(dev, 4) < 0)
+       if (comedi_alloc_subdevices(dev, 4) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index 074feee..435f3aa 100644 (file)
@@ -617,7 +617,7 @@ found:
 /*
  * Allocate the subdevice structures.
  */
-       if (alloc_subdevices(dev, 7) < 0)
+       if (comedi_alloc_subdevices(dev, 7) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index 5bcadcb..6b2f153 100644 (file)
@@ -1345,7 +1345,7 @@ static int setup_subdevices(struct comedi_device *dev)
        void __iomem *dio_8255_iobase;
        int i;
 
-       if (alloc_subdevices(dev, 10) < 0)
+       if (comedi_alloc_subdevices(dev, 10) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index dc4cf0b..4ab3584 100644 (file)
@@ -336,7 +336,7 @@ found:
 /*
  * Allocate the subdevice structures.
  */
-       if (alloc_subdevices(dev, 3) < 0)
+       if (comedi_alloc_subdevices(dev, 3) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index 58d5a3d..56c1d09 100644 (file)
@@ -181,7 +181,7 @@ found:
  * Allocate the subdevice structures.  alloc_subdevice() is a
  * convenient macro defined in comedidev.h.
  */
-       if (alloc_subdevices(dev, thisboard->n_8255) < 0)
+       if (comedi_alloc_subdevices(dev, thisboard->n_8255) < 0)
                return -ENOMEM;
 
        for (i = 0; i < thisboard->n_8255; i++) {
index a06b67a..6acb319 100644 (file)
@@ -273,7 +273,7 @@ found:
  * Allocate the subdevice structures.  alloc_subdevice() is a
  * convenient macro defined in comedidev.h.
  */
-       if (alloc_subdevices(dev, 3) < 0)
+       if (comedi_alloc_subdevices(dev, 3) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index bec250b..abb6008 100644 (file)
@@ -240,7 +240,7 @@ static int attach(struct comedi_device *dev, struct comedi_devconfig *it)
  * Allocate the subdevice structures.  alloc_subdevice() is a
  * convenient macro defined in comedidev.h.
  */
-       if (alloc_subdevices(dev, 2) < 0)
+       if (comedi_alloc_subdevices(dev, 2) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index 29412de..d56eec4 100644 (file)
@@ -362,7 +362,7 @@ static int bonding_attach(struct comedi_device *dev,
         * Allocate the subdevice structures.  alloc_subdevice() is a
         * convenient macro defined in comedidev.h.
         */
-       if (alloc_subdevices(dev, 1) < 0)
+       if (comedi_alloc_subdevices(dev, 1) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index bff5dcd..c9a725f 100644 (file)
@@ -315,7 +315,7 @@ static int parport_attach(struct comedi_device *dev,
        }
        dev->board_name = "parport";
 
-       ret = alloc_subdevices(dev, 4);
+       ret = comedi_alloc_subdevices(dev, 4);
        if (ret < 0)
                return ret;
        ret = alloc_private(dev, sizeof(struct parport_private));
index 9f3c3d5..cd43c0d 100644 (file)
@@ -448,7 +448,7 @@ static int waveform_attach(struct comedi_device *dev,
        devpriv->usec_period = period;
 
        dev->n_subdevices = 2;
-       if (alloc_subdevices(dev, dev->n_subdevices) < 0)
+       if (comedi_alloc_subdevices(dev, dev->n_subdevices) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index 2cd7407..a5bad1b 100644 (file)
@@ -115,7 +115,7 @@ static int contec_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        if (alloc_private(dev, sizeof(struct contec_private)) < 0)
                return -ENOMEM;
 
-       if (alloc_subdevices(dev, 2) < 0)
+       if (comedi_alloc_subdevices(dev, 2) < 0)
                return -ENOMEM;
 
        for_each_pci_dev(pcidev) {
index d84794c..dbd0472 100644 (file)
@@ -772,7 +772,7 @@ static int daqboard2000_attach(struct comedi_device *dev,
        if (!devpriv->plx || !devpriv->daq)
                return -ENOMEM;
 
-       result = alloc_subdevices(dev, 3);
+       result = comedi_alloc_subdevices(dev, 3);
        if (result < 0)
                goto out;
 
index f99f72b..1dea21a 100644 (file)
@@ -834,7 +834,7 @@ int das08_common_attach(struct comedi_device *dev, unsigned long iobase)
 
        dev->board_name = thisboard->name;
 
-       ret = alloc_subdevices(dev, 6);
+       ret = comedi_alloc_subdevices(dev, 6);
        if (ret < 0)
                return ret;
 
index 6170536..6a8a7eb 100644 (file)
@@ -1264,7 +1264,7 @@ static int das16_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        }
        devpriv->timer_mode = timer_mode ? 1 : 0;
 
-       ret = alloc_subdevices(dev, 5);
+       ret = comedi_alloc_subdevices(dev, 5);
        if (ret < 0)
                return ret;
 
index e468ff1..eafd6b5 100644 (file)
@@ -646,7 +646,7 @@ static int das16m1_attach(struct comedi_device *dev,
                return -EINVAL;
        }
 
-       ret = alloc_subdevices(dev, 4);
+       ret = comedi_alloc_subdevices(dev, 4);
        if (ret < 0)
                return ret;
 
index 079fb06..12d736a 100644 (file)
@@ -1644,7 +1644,7 @@ static int das1800_attach(struct comedi_device *dev,
                        return -ENOMEM;
        }
 
-       if (alloc_subdevices(dev, 4) < 0)
+       if (comedi_alloc_subdevices(dev, 4) < 0)
                return -ENOMEM;
 
        /* analog input subdevice */
index 881f392..2039b6c 100644 (file)
@@ -307,7 +307,7 @@ static int das6402_attach(struct comedi_device *dev,
        if (ret < 0)
                return ret;
 
-       ret = alloc_subdevices(dev, 1);
+       ret = comedi_alloc_subdevices(dev, 1);
        if (ret < 0)
                return ret;
 
index 4e33b2a..6263f53 100644 (file)
@@ -510,7 +510,7 @@ static int das800_attach(struct comedi_device *dev, struct comedi_devconfig *it)
 
        dev->board_name = thisboard->name;
 
-       if (alloc_subdevices(dev, 3) < 0)
+       if (comedi_alloc_subdevices(dev, 3) < 0)
                return -ENOMEM;
 
        /* analog input subdevice */
index 5be99b5..40d7bef 100644 (file)
@@ -375,7 +375,7 @@ static int dmm32at_attach(struct comedi_device *dev,
  * Allocate the subdevice structures.  alloc_subdevice() is a
  * convenient macro defined in comedidev.h.
  */
-       if (alloc_subdevices(dev, 3) < 0)
+       if (comedi_alloc_subdevices(dev, 3) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index 625bd61..35ce076 100644 (file)
@@ -628,7 +628,7 @@ havetype:
        n_ai_chans = probe_number_of_ai_chans(dev);
        printk(" (ai channels = %d)", n_ai_chans);
 
-       ret = alloc_subdevices(dev, 4);
+       ret = comedi_alloc_subdevices(dev, 4);
        if (ret < 0)
                goto out;
 
index 727da9e..6ff610d 100644 (file)
@@ -465,7 +465,7 @@ static int dt2811_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        }
 #endif
 
-       ret = alloc_subdevices(dev, 4);
+       ret = comedi_alloc_subdevices(dev, 4);
        if (ret < 0)
                return ret;
 
index fa4ade6..876d5cb 100644 (file)
@@ -338,7 +338,7 @@ static int dt2814_attach(struct comedi_device *dev, struct comedi_devconfig *it)
 #endif
        }
 
-       ret = alloc_subdevices(dev, 1);
+       ret = comedi_alloc_subdevices(dev, 1);
        if (ret < 0)
                return ret;
 
index bbab712..33ad1fa 100644 (file)
@@ -177,7 +177,7 @@ static int dt2815_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        dev->iobase = iobase;
        dev->board_name = "dt2815";
 
-       if (alloc_subdevices(dev, 1) < 0)
+       if (comedi_alloc_subdevices(dev, 1) < 0)
                return -ENOMEM;
        if (alloc_private(dev, sizeof(struct dt2815_private)) < 0)
                return -ENOMEM;
index 1ee10e7..665db07 100644 (file)
@@ -137,7 +137,7 @@ static int dt2817_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        dev->iobase = iobase;
        dev->board_name = "dt2817";
 
-       ret = alloc_subdevices(dev, 1);
+       ret = comedi_alloc_subdevices(dev, 1);
        if (ret < 0)
                return ret;
 
index eefda3c..f11d1fd 100644 (file)
@@ -1268,7 +1268,7 @@ static int dt282x_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        if (ret < 0)
                return ret;
 
-       ret = alloc_subdevices(dev, 3);
+       ret = comedi_alloc_subdevices(dev, 3);
        if (ret < 0)
                return ret;
 
index af02024..10415b2 100644 (file)
@@ -882,7 +882,7 @@ static int dt3000_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        }
        dev->irq = devpriv->pci_dev->irq;
 
-       ret = alloc_subdevices(dev, 4);
+       ret = comedi_alloc_subdevices(dev, 4);
        if (ret < 0)
                return ret;
 
index 22cda5c..56af2f2 100644 (file)
@@ -1036,7 +1036,7 @@ static int dt9812_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        devpriv->serial = it->options[0];
 
        /* Allocate subdevices */
-       if (alloc_subdevices(dev, 4) < 0)
+       if (comedi_alloc_subdevices(dev, 4) < 0)
                return -ENOMEM;
 
        /* digital input subdevice */
index 367a7c8..6f6fb52 100644 (file)
@@ -329,7 +329,7 @@ found:
        devpriv->BADR4 = pci_resource_start(pcidev, 4);
        devpriv->BADR5 = pci_resource_start(pcidev, 5);
 
-       if (alloc_subdevices(dev, 4) < 0) {
+       if (comedi_alloc_subdevices(dev, 4) < 0) {
                printk(KERN_ERR "comedi: dyna_pci10xx: "
                        "failed allocating subdevices\n");
                mutex_unlock(&start_stop_sem);
index d238144..7218a9b 100644 (file)
@@ -131,7 +131,7 @@ static int fl512_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        printk(KERN_DEBUG "malloc ok\n");
 #endif
 
-       if (alloc_subdevices(dev, 2) < 0)
+       if (comedi_alloc_subdevices(dev, 2) < 0)
                return -ENOMEM;
 
        /*
index fe1fd2f..b103cfb 100644 (file)
@@ -431,7 +431,7 @@ static int setup_subdevices(struct comedi_device *dev)
 {
        struct comedi_subdevice *s;
 
-       if (alloc_subdevices(dev, 1) < 0)
+       if (comedi_alloc_subdevices(dev, 1) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index 1f254f4..06c66af 100644 (file)
@@ -903,7 +903,7 @@ static int icp_multi_attach(struct comedi_device *dev,
        if (this_board->n_ctrs)
                n_subdevices++;
 
-       ret = alloc_subdevices(dev, n_subdevices);
+       ret = comedi_alloc_subdevices(dev, n_subdevices);
        if (ret < 0)
                return ret;
 
index 6f69476..9c11657 100644 (file)
@@ -202,7 +202,7 @@ static int pci20xxx_attach(struct comedi_device *dev,
        struct comedi_subdevice *s;
        union pci20xxx_subdev_private *sdp;
 
-       ret = alloc_subdevices(dev, 1 + PCI20000_MODULES);
+       ret = comedi_alloc_subdevices(dev, 1 + PCI20000_MODULES);
        if (ret < 0)
                return ret;
 
index e8dfc36..182643b 100644 (file)
@@ -826,7 +826,7 @@ static int jr3_pci_attach(struct comedi_device *dev,
        if (!devpriv->iobase)
                return -ENOMEM;
 
-       result = alloc_subdevices(dev, devpriv->n_channels);
+       result = comedi_alloc_subdevices(dev, devpriv->n_channels);
        if (result < 0)
                goto out;
 
index 9f92420..bcb1eb4 100644 (file)
@@ -190,7 +190,7 @@ found:
        dev->iobase = io_base;
 
        /* allocate the subdevice structures */
-       error = alloc_subdevices(dev, 1);
+       error = comedi_alloc_subdevices(dev, 1);
        if (error < 0)
                return error;
 
index 09890b8..39100dd 100644 (file)
@@ -2195,7 +2195,7 @@ static int me4000_attach(struct comedi_device *dev, struct comedi_devconfig *it)
         * convenient macro defined in comedidev.h.  It relies on
         * n_subdevices being set correctly.
         */
-       if (alloc_subdevices(dev, 4) < 0)
+       if (comedi_alloc_subdevices(dev, 4) < 0)
                return -ENOMEM;
 
     /*=========================================================================
index fcadb0f..231b294 100644 (file)
@@ -762,7 +762,7 @@ found:
        me_reset(dev);
 
        /* device driver capabilities */
-       error = alloc_subdevices(dev, 3);
+       error = comedi_alloc_subdevices(dev, 3);
        if (error < 0)
                return error;
 
index 4304e86..48ba6b9 100644 (file)
@@ -349,7 +349,7 @@ static int mpc624_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        }
 
        /*  Subdevices structures */
-       if (alloc_subdevices(dev, 1) < 0)
+       if (comedi_alloc_subdevices(dev, 1) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index 364470e..1311051 100644 (file)
@@ -131,7 +131,7 @@ static int mpc8260cpm_attach(struct comedi_device *dev,
        if (alloc_private(dev, sizeof(struct mpc8260cpm_private)) < 0)
                return -ENOMEM;
 
-       if (alloc_subdevices(dev, 4) < 0)
+       if (comedi_alloc_subdevices(dev, 4) < 0)
                return -ENOMEM;
 
        for (i = 0; i < 4; i++) {
index e951e73..00d497c 100644 (file)
@@ -255,7 +255,7 @@ static int multiq3_attach(struct comedi_device *dev,
        else
                printk(KERN_WARNING "comedi%d: no irq\n", dev->minor);
        dev->board_name = "multiq3";
-       result = alloc_subdevices(dev, 5);
+       result = comedi_alloc_subdevices(dev, 5);
        if (result < 0)
                return result;
 
index b02aa0e..89fee6f 100644 (file)
@@ -397,7 +397,7 @@ static int ni6527_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        printk(KERN_INFO "comedi board: %s, ID=0x%02x\n", dev->board_name,
                readb(devpriv->mite->daq_io_addr + ID_Register));
 
-       ret = alloc_subdevices(dev, 3);
+       ret = comedi_alloc_subdevices(dev, 3);
        if (ret < 0)
                return ret;
 
index 0d27a93..a49dcea 100644 (file)
@@ -678,7 +678,7 @@ static int ni_65xx_attach(struct comedi_device *dev,
        printk(KERN_INFO " ID=0x%02x",
               readb(private(dev)->mite->daq_io_addr + ID_Register));
 
-       ret = alloc_subdevices(dev, 4);
+       ret = comedi_alloc_subdevices(dev, 4);
        if (ret < 0)
                return ret;
 
index 8c40730..5827deb 100644 (file)
@@ -1095,7 +1095,7 @@ static int ni_660x_attach(struct comedi_device *dev,
 
        dev->n_subdevices = 2 + NI_660X_MAX_NUM_COUNTERS;
 
-       if (alloc_subdevices(dev, dev->n_subdevices) < 0)
+       if (comedi_alloc_subdevices(dev, dev->n_subdevices) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index a9cf94f..45a03e6 100644 (file)
@@ -202,7 +202,7 @@ static int ni_670x_attach(struct comedi_device *dev,
        dev->irq = mite_irq(devpriv->mite);
        printk(KERN_INFO " %s", dev->board_name);
 
-       if (alloc_subdevices(dev, 2) < 0)
+       if (comedi_alloc_subdevices(dev, 2) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index ae896a0..9d1a0f7 100644 (file)
@@ -826,7 +826,7 @@ static int a2150_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        dev->board_ptr = a2150_boards + a2150_probe(dev);
        dev->board_name = thisboard->name;
 
-       if (alloc_subdevices(dev, 1) < 0)
+       if (comedi_alloc_subdevices(dev, 1) < 0)
                return -ENOMEM;
 
        /* analog input subdevice */
index bfe7fb7..03a4d73 100644 (file)
@@ -356,7 +356,7 @@ static int atao_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        if (alloc_private(dev, sizeof(struct atao_private)) < 0)
                return -ENOMEM;
 
-       if (alloc_subdevices(dev, 4) < 0)
+       if (comedi_alloc_subdevices(dev, 4) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index a0890ee..37ff6fc 100644 (file)
@@ -709,7 +709,7 @@ static int atmio16d_attach(struct comedi_device *dev,
 
        dev->board_name = board->name;
 
-       ret = alloc_subdevices(dev, 4);
+       ret = comedi_alloc_subdevices(dev, 4);
        if (ret < 0)
                return ret;
 
index 75764e8..8860207 100644 (file)
@@ -409,7 +409,7 @@ static int dio700_attach(struct comedi_device *dev, struct comedi_devconfig *it)
 
        dev->board_name = thisboard->name;
 
-       if (alloc_subdevices(dev, 1) < 0)
+       if (comedi_alloc_subdevices(dev, 1) < 0)
                return -ENOMEM;
 
        /* DAQCard-700 dio */
index 493a227..36c0c62 100644 (file)
@@ -158,7 +158,7 @@ static int dio24_attach(struct comedi_device *dev, struct comedi_devconfig *it)
 
        dev->board_name = thisboard->name;
 
-       if (alloc_subdevices(dev, 1) < 0)
+       if (comedi_alloc_subdevices(dev, 1) < 0)
                return -ENOMEM;
 
        /* 8255 dio */
index 1d739b2..a92570f 100644 (file)
@@ -622,7 +622,7 @@ int labpc_common_attach(struct comedi_device *dev, unsigned long iobase,
 
        dev->board_name = thisboard->name;
 
-       if (alloc_subdevices(dev, 5) < 0)
+       if (comedi_alloc_subdevices(dev, 5) < 0)
                return -ENOMEM;
 
        /* analog input subdevice */
index fd232bc..4261e92 100644 (file)
@@ -4412,7 +4412,7 @@ static int ni_E_init(struct comedi_device *dev, struct comedi_devconfig *it)
                return -EINVAL;
        }
 
-       if (alloc_subdevices(dev, NI_NUM_SUBDEVICES) < 0)
+       if (comedi_alloc_subdevices(dev, NI_NUM_SUBDEVICES) < 0)
                return -ENOMEM;
 
        /* analog input subdevice */
index 37b7008..77ef312 100644 (file)
@@ -1248,7 +1248,7 @@ static int nidio_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        else
                n_subdevices = 1;
 
-       ret = alloc_subdevices(dev, n_subdevices);
+       ret = comedi_alloc_subdevices(dev, n_subdevices);
        if (ret < 0)
                return ret;
 
index e943b52..35b9510 100644 (file)
@@ -518,7 +518,7 @@ static int pcl711_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        }
        dev->irq = irq;
 
-       ret = alloc_subdevices(dev, 4);
+       ret = comedi_alloc_subdevices(dev, 4);
        if (ret < 0)
                return ret;
 
index 4136a03..698c900 100644 (file)
@@ -156,7 +156,7 @@ static int pcl724_attach(struct comedi_device *dev, struct comedi_devconfig *it)
                                         || (it->options[1] == 96)))
                n_subdevices = 4;       /*  PCL-724 in 96 DIO configuration */
 
-       ret = alloc_subdevices(dev, n_subdevices);
+       ret = comedi_alloc_subdevices(dev, n_subdevices);
        if (ret < 0)
                return ret;
 
index 83a6fa5..d7ba336 100644 (file)
@@ -63,7 +63,7 @@ static int pcl725_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        dev->iobase = iobase;
        dev->irq = 0;
 
-       if (alloc_subdevices(dev, 2) < 0)
+       if (comedi_alloc_subdevices(dev, 2) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index e9449bb..e756a30 100644 (file)
@@ -292,7 +292,7 @@ static int pcl726_attach(struct comedi_device *dev, struct comedi_devconfig *it)
 
        printk("\n");
 
-       ret = alloc_subdevices(dev, 3);
+       ret = comedi_alloc_subdevices(dev, 3);
        if (ret < 0)
                return ret;
 
index 02a4386..e258bce 100644 (file)
@@ -85,7 +85,7 @@ static int pcl730_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        dev->iobase = iobase;
        dev->irq = 0;
 
-       if (alloc_subdevices(dev, 4) < 0)
+       if (comedi_alloc_subdevices(dev, 4) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index 28780ed..128f5b6 100644 (file)
@@ -1382,7 +1382,7 @@ no_dma:
        if (board->n_dochan > 0)
                n_subdevices++;
 
-       ret = alloc_subdevices(dev, n_subdevices);
+       ret = comedi_alloc_subdevices(dev, n_subdevices);
        if (ret < 0) {
                free_resources(dev);
                return ret;
index 845039c..37cedbc 100644 (file)
@@ -1194,7 +1194,7 @@ no_dma:
     subdevs[3] = COMEDI_SUBD_DO;
 */
 
-       ret = alloc_subdevices(dev, 1);
+       ret = comedi_alloc_subdevices(dev, 1);
        if (ret < 0)
                return ret;
 
index 6c84b29..a4c2870 100644 (file)
@@ -1778,7 +1778,7 @@ no_rtc:
 
 no_dma:
 
-       ret = alloc_subdevices(dev, 4);
+       ret = comedi_alloc_subdevices(dev, 4);
        if (ret < 0)
                return ret;
 
index 9eee708..d755b40 100644 (file)
@@ -258,7 +258,7 @@ static int pcm3724_attach(struct comedi_device *dev,
 
        n_subdevices = board->numofports;
 
-       ret = alloc_subdevices(dev, n_subdevices);
+       ret = comedi_alloc_subdevices(dev, n_subdevices);
        if (ret < 0)
                return ret;
 
index f8d1c64..48a21bd 100644 (file)
@@ -71,7 +71,7 @@ static int pcm3730_attach(struct comedi_device *dev,
        dev->iobase = dev->iobase;
        dev->irq = 0;
 
-       if (alloc_subdevices(dev, 6) < 0)
+       if (comedi_alloc_subdevices(dev, 6) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index 2ec0b2e..00b0f2a 100644 (file)
@@ -117,7 +117,7 @@ static int pcmad_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        printk(KERN_CONT "\n");
        dev->iobase = iobase;
 
-       ret = alloc_subdevices(dev, 1);
+       ret = comedi_alloc_subdevices(dev, 1);
        if (ret < 0)
                return ret;
 
index f49c66a..3645e9e 100644 (file)
@@ -197,7 +197,7 @@ static int pcmda12_attach(struct comedi_device *dev,
         * Allocate 2 subdevs (32 + 16 DIO lines) or 3 32 DIO subdevs for the
         * 96-channel version of the board.
         */
-       if (alloc_subdevices(dev, 1) < 0) {
+       if (comedi_alloc_subdevices(dev, 1) < 0) {
                printk(KERN_ERR "cannot allocate subdevice data structures\n");
                return -ENOMEM;
        }
index c4482ae..67fdac5 100644 (file)
@@ -1077,7 +1077,7 @@ static int pcmmio_attach(struct comedi_device *dev, struct comedi_devconfig *it)
         *
         * Allocate 1 AI + 1 AO + 2 DIO subdevs (24 lines per DIO)
         */
-       if (alloc_subdevices(dev, n_subdevs) < 0) {
+       if (comedi_alloc_subdevices(dev, n_subdevs) < 0) {
                printk(KERN_ERR "comedi%d: cannot allocate subdevice data structures\n",
                                dev->minor);
                return -ENOMEM;
index b1a9bed..ce5068e 100644 (file)
@@ -807,7 +807,7 @@ static int pcmuio_attach(struct comedi_device *dev, struct comedi_devconfig *it)
         * Allocate 2 subdevs (32 + 16 DIO lines) or 3 32 DIO subdevs for the
         * 96-channel version of the board.
         */
-       if (alloc_subdevices(dev, n_subdevs) < 0) {
+       if (comedi_alloc_subdevices(dev, n_subdevs) < 0) {
                dev_dbg(dev->hw_dev, "cannot allocate subdevice data structures\n");
                return -ENOMEM;
        }
index 95e348f..1e954f9 100644 (file)
@@ -160,7 +160,7 @@ static int poc_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        }
        dev->iobase = iobase;
 
-       if (alloc_subdevices(dev, 1) < 0)
+       if (comedi_alloc_subdevices(dev, 1) < 0)
                return -ENOMEM;
        if (alloc_private(dev, sizeof(unsigned int) * board->n_chan) < 0)
                return -ENOMEM;
index 2f130b3..38a13ba 100644 (file)
@@ -871,7 +871,7 @@ static int daqp_attach(struct comedi_device *dev, struct comedi_devconfig *it)
 
        dev->iobase = local->link->resource[0]->start;
 
-       ret = alloc_subdevices(dev, 4);
+       ret = comedi_alloc_subdevices(dev, 4);
        if (ret < 0)
                return ret;
 
index 84b28b6..7d248a7 100644 (file)
@@ -2003,7 +2003,7 @@ static int rtd_attach(struct comedi_device *dev, struct comedi_devconfig *it)
         * Allocate the subdevice structures.  alloc_subdevice() is a
         * convenient macro defined in comedidev.h.
         */
-       if (alloc_subdevices(dev, 4) < 0)
+       if (comedi_alloc_subdevices(dev, 4) < 0)
                return -ENOMEM;
 
 
index 04a2368..a80f630 100644 (file)
@@ -348,7 +348,7 @@ static int rti800_attach(struct comedi_device *dev, struct comedi_devconfig *it)
 
        dev->board_name = board->name;
 
-       ret = alloc_subdevices(dev, 4);
+       ret = comedi_alloc_subdevices(dev, 4);
        if (ret < 0)
                return ret;
 
index 09da5c2..1aacf3f 100644 (file)
@@ -103,7 +103,7 @@ static int rti802_attach(struct comedi_device *dev, struct comedi_devconfig *it)
 
        dev->board_name = "rti802";
 
-       if (alloc_subdevices(dev, 1) < 0
+       if (comedi_alloc_subdevices(dev, 1) < 0
            || alloc_private(dev, sizeof(struct rti802_private))) {
                return -ENOMEM;
        }
index 3c8e979..17d581b 100644 (file)
@@ -779,7 +779,7 @@ static int s526_attach(struct comedi_device *dev, struct comedi_devconfig *it)
  * convenient macro defined in comedidev.h.
  */
        dev->n_subdevices = 4;
-       if (alloc_subdevices(dev, dev->n_subdevices) < 0)
+       if (comedi_alloc_subdevices(dev, dev->n_subdevices) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index d6dc338..f2eeca5 100644 (file)
@@ -595,7 +595,7 @@ static int s626_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        dev->board_ptr = s626_boards;
        dev->board_name = thisboard->name;
 
-       if (alloc_subdevices(dev, 6) < 0)
+       if (comedi_alloc_subdevices(dev, 6) < 0)
                return -ENOMEM;
 
        dev->iobase = (unsigned long)devpriv->base_addr;
index c25808c..dc41c04 100644 (file)
@@ -792,7 +792,7 @@ static int serial2002_attach(struct comedi_device *dev,
        dev_dbg(dev->hw_dev, "/dev/ttyS%d @ %d\n", devpriv->port,
                devpriv->speed);
 
-       if (alloc_subdevices(dev, 5) < 0)
+       if (comedi_alloc_subdevices(dev, 5) < 0)
                return -ENOMEM;
 
        /* digital input subdevice */
index 7d13ffa..16947c8 100644 (file)
@@ -237,7 +237,7 @@ static int skel_attach(struct comedi_device *dev, struct comedi_devconfig *it)
  * Allocate the subdevice structures.  alloc_subdevice() is a
  * convenient macro defined in comedidev.h.
  */
-       if (alloc_subdevices(dev, 3) < 0)
+       if (comedi_alloc_subdevices(dev, 3) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index de58095..5eaef84 100644 (file)
@@ -200,7 +200,7 @@ static int dnp_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        /* Allocate the subdevice structures. alloc_subdevice() is a         */
        /* convenient macro defined in comedidev.h.                          */
 
-       if (alloc_subdevices(dev, 1) < 0)
+       if (comedi_alloc_subdevices(dev, 1) < 0)
                return -ENOMEM;
 
        s = dev->subdevices + 0;
index d5f1f22..170bc48 100644 (file)
@@ -468,7 +468,7 @@ static int unioxx5_attach(struct comedi_device *dev,
                return -1;
        }
 
-       if (alloc_subdevices(dev, n_subd) < 0) {
+       if (comedi_alloc_subdevices(dev, n_subd) < 0) {
                printk(KERN_ERR "out of memory\n");
                return -ENOMEM;
        }
index 13d9fd3..ca8b3e1 100644 (file)
@@ -2645,7 +2645,7 @@ static int usbdux_attach_common(struct comedi_device *dev,
        }
 
        /* allocate space for the subdevices */
-       ret = alloc_subdevices(dev, dev->n_subdevices);
+       ret = comedi_alloc_subdevices(dev, dev->n_subdevices);
        if (ret < 0) {
                dev_err(&udev->interface->dev,
                        "comedi%d: error alloc space for subdev\n", dev->minor);
index 7b1d21a..b2f7350 100644 (file)
@@ -1675,7 +1675,7 @@ static int usbduxfast_attach(struct comedi_device *dev,
        dev->n_subdevices = N_SUBDEVICES;
 
        /* allocate space for the subdevices */
-       ret = alloc_subdevices(dev, N_SUBDEVICES);
+       ret = comedi_alloc_subdevices(dev, N_SUBDEVICES);
        if (ret < 0) {
                printk(KERN_ERR "comedi%d: usbduxfast: error alloc space for "
                       "subdev\n", dev->minor);
index 441ccef..00faf4a 100644 (file)
@@ -2690,7 +2690,7 @@ static int usbduxsigma_attach(struct comedi_device *dev,
        }
 
        /* allocate space for the subdevices */
-       ret = alloc_subdevices(dev, dev->n_subdevices);
+       ret = comedi_alloc_subdevices(dev, dev->n_subdevices);
        if (ret < 0) {
                dev_err(&udev->interface->dev,
                        "comedi%d: no space for subdev\n", dev->minor);
index baee8d7..5a3e33d 100644 (file)
@@ -1159,7 +1159,7 @@ static int vmk80xx_attach(struct comedi_device *cdev,
        else
                n_subd = 6;
 
-       if (alloc_subdevices(cdev, n_subd) < 0) {
+       if (comedi_alloc_subdevices(cdev, n_subd) < 0) {
                up(&dev->limit_sem);
                mutex_unlock(&glb_mutex);
                return -ENOMEM;