Searched refs:alloc_subdevices (Results 1 – 25 of 104) sorted by relevance
12345
/drivers/staging/comedi/drivers/ |
D | pcl725.c | 89 if (alloc_subdevices(dev, 2) < 0) in pcl725_attach()
|
D | mpc8260cpm.c | 94 if (alloc_subdevices(dev, 4) < 0) in mpc8260cpm_attach()
|
D | rti802.c | 129 if (alloc_subdevices(dev, 1) < 0 in rti802_attach()
|
D | pcmad.c | 156 ret = alloc_subdevices(dev, 1); in pcmad_attach()
|
D | aio_iiro_16.c | 117 if (alloc_subdevices(dev, 2) < 0) in aio_iiro_16_attach()
|
D | dt2817.c | 163 ret = alloc_subdevices(dev, 1); in dt2817_attach()
|
D | acl7225b.c | 119 if (alloc_subdevices(dev, 3) < 0) in acl7225b_attach()
|
D | adl_pci7296.c | 92 if (alloc_subdevices(dev, 4) < 0) in adl_pci7296_attach()
|
D | pcl730.c | 123 if (alloc_subdevices(dev, 4) < 0) in pcl730_attach()
|
D | pcl724.c | 197 ret = alloc_subdevices(dev, n_subdevices); in pcl724_attach()
|
D | cb_pcidio.c | 251 if (alloc_subdevices(dev, thisboard->n_8255) < 0) in pcidio_attach()
|
D | pcm3730.c | 97 if (alloc_subdevices(dev, 6) < 0) in pcm3730_attach()
|
D | fl512.c | 169 if (alloc_subdevices(dev, 2) < 0) in fl512_attach()
|
D | pcmda12.c | 194 if (alloc_subdevices(dev, 1) < 0) { in pcmda12_attach()
|
D | aio_aio12_8.c | 186 if (alloc_subdevices(dev, 3) < 0) in aio_aio12_8_attach()
|
D | dt2815.c | 205 if (alloc_subdevices(dev, 1) < 0) in dt2815_attach()
|
D | ssv_dnp.c | 156 if (alloc_subdevices(dev, 1) < 0) in dnp_attach()
|
D | adl_pci7230.c | 98 if (alloc_subdevices(dev, 2) < 0) in adl_pci7230_attach()
|
D | contec_pci_dio.c | 115 if (alloc_subdevices(dev, 2) < 0) in contec_attach()
|
D | adl_pci7432.c | 100 if (alloc_subdevices(dev, 2) < 0) in adl_pci7432_attach()
|
D | ke_counter.c | 254 error = alloc_subdevices(dev, 1); in cnt_attach()
|
D | ni_daq_dio24.c | 161 if (alloc_subdevices(dev, 1) < 0) in dio24_attach()
|
D | cb_pcimdda.c | 317 if (alloc_subdevices(dev, 2) < 0) in attach()
|
D | adl_pci6208.c | 212 if (alloc_subdevices(dev, 2) < 0) in pci6208_attach()
|
D | poc.c | 144 if (alloc_subdevices(dev, 1) < 0) in poc_attach()
|
12345