Searched refs:comedi_alloc_subdevices (Results 1 – 25 of 110) sorted by relevance
12345
/linux-6.1.9/drivers/comedi/drivers/ |
D | ni_daq_dio24.c | 42 ret = comedi_alloc_subdevices(dev, 1); in dio24_auto_attach()
|
D | 8255.c | 64 ret = comedi_alloc_subdevices(dev, i); in dev_8255_attach()
|
D | amplc_pc263.c | 68 ret = comedi_alloc_subdevices(dev, 1); in pc263_attach()
|
D | dac02.c | 110 ret = comedi_alloc_subdevices(dev, 1); in dac02_attach()
|
D | amplc_pci263.c | 60 ret = comedi_alloc_subdevices(dev, 1); in pci263_auto_attach()
|
D | contec_pci_dio.c | 63 ret = comedi_alloc_subdevices(dev, 2); in contec_auto_attach()
|
D | rti802.c | 83 ret = comedi_alloc_subdevices(dev, 1); in rti802_attach()
|
D | pcl724.c | 119 ret = comedi_alloc_subdevices(dev, n_subdevices); in pcl724_attach()
|
D | dt2817.c | 110 ret = comedi_alloc_subdevices(dev, 1); in dt2817_attach()
|
D | pcmad.c | 113 ret = comedi_alloc_subdevices(dev, 1); in pcmad_attach()
|
D | cb_pcimdda.c | 137 ret = comedi_alloc_subdevices(dev, 2); in cb_pcimdda_auto_attach()
|
D | pcmda12.c | 133 ret = comedi_alloc_subdevices(dev, 1); in pcmda12_attach()
|
D | addi_apci_2200.c | 75 ret = comedi_alloc_subdevices(dev, 3); in apci2200_auto_attach()
|
D | fl512.c | 107 ret = comedi_alloc_subdevices(dev, 2); in fl512_attach()
|
D | ssv_dnp.c | 135 ret = comedi_alloc_subdevices(dev, 1); in dnp_attach()
|
D | adv_pci1720.c | 123 ret = comedi_alloc_subdevices(dev, 2); in pci1720_auto_attach()
|
D | dt2815.c | 151 ret = comedi_alloc_subdevices(dev, 1); in dt2815_attach()
|
D | addi_apci_16xx.c | 124 ret = comedi_alloc_subdevices(dev, n_subdevs); in apci16xx_auto_attach()
|
D | adl_pci8164.c | 72 ret = comedi_alloc_subdevices(dev, 4); in adl_pci8164_auto_attach()
|
D | amplc_pc236_common.c | 144 ret = comedi_alloc_subdevices(dev, 2); in amplc_pc236_common_attach()
|
D | adl_pci6208.c | 122 ret = comedi_alloc_subdevices(dev, 3); in pci6208_auto_attach()
|
D | pcm3724.c | 201 ret = comedi_alloc_subdevices(dev, 2); in pcm3724_attach()
|
D | addi_apci_1516.c | 134 ret = comedi_alloc_subdevices(dev, 3); in apci1516_auto_attach()
|
D | adv_pci1724.c | 134 ret = comedi_alloc_subdevices(dev, 3); in adv_pci1724_auto_attach()
|
D | 8255_pci.c | 231 ret = comedi_alloc_subdevices(dev, board->n_8255); in pci_8255_auto_attach()
|
12345