Home
last modified time | relevance | path

Searched refs:n_subdevs (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/drivers/comedi/drivers/
Dpcl730.c110 int n_subdevs; member
121 .n_subdevs = 4,
128 .n_subdevs = 4,
136 .n_subdevs = 4,
144 .n_subdevs = 4,
152 .n_subdevs = 2,
160 .n_subdevs = 2,
168 .n_subdevs = 2,
176 .n_subdevs = 2,
182 .n_subdevs = 1,
[all …]
Damplc_dio200.c198 .n_subdevs = 6,
207 .n_subdevs = 4,
214 .n_subdevs = 5,
223 .n_subdevs = 7,
232 .n_subdevs = 4,
Daddi_apci_16xx.c93 unsigned int n_subdevs; in apci16xx_auto_attach() local
116 n_subdevs = board->n_chan / 32; in apci16xx_auto_attach()
117 if ((n_subdevs * 32) < board->n_chan) { in apci16xx_auto_attach()
118 last = board->n_chan - (n_subdevs * 32); in apci16xx_auto_attach()
119 n_subdevs++; in apci16xx_auto_attach()
124 ret = comedi_alloc_subdevices(dev, n_subdevs); in apci16xx_auto_attach()
129 for (i = 0; i < n_subdevs; i++) { in apci16xx_auto_attach()
Damplc_dio200_pci.c240 .n_subdevs = 5,
251 .n_subdevs = 4,
262 .n_subdevs = 8,
277 .n_subdevs = 8,
292 .n_subdevs = 8,
Djr3_pci.c53 int n_subdevs; member
59 .n_subdevs = 1,
63 .n_subdevs = 2,
67 .n_subdevs = 3,
71 .n_subdevs = 4,
683 if (pci_resource_len(pcidev, 0) < board->n_subdevs * sizeof(*block)) in jr3_pci_auto_attach()
692 ret = comedi_alloc_subdevices(dev, board->n_subdevs); in jr3_pci_auto_attach()
Damplc_dio200.h32 unsigned short n_subdevs; /* number of subdevices */ member
Damplc_dio200_common.c842 ret = comedi_alloc_subdevices(dev, board->n_subdevs); in amplc_dio200_common_attach()
/linux-6.12.1/drivers/mfd/
Dhi6421-pmic-core.c57 int n_subdevs, ret; in hi6421_pmic_probe() local
90 n_subdevs = ARRAY_SIZE(hi6421_devs); in hi6421_pmic_probe()
94 n_subdevs = ARRAY_SIZE(hi6421v530_devs); in hi6421_pmic_probe()
103 subdevs, n_subdevs, NULL, 0, NULL); in hi6421_pmic_probe()
Dntxec.c154 size_t n_subdevs; in ntxec_probe() local
180 n_subdevs = ARRAY_SIZE(ntxec_subdev); in ntxec_probe()
184 n_subdevs = ARRAY_SIZE(ntxec_subdev_pwm); in ntxec_probe()
236 subdevs, n_subdevs, NULL, 0, NULL); in ntxec_probe()
Darizona-core.c942 int n_subdevs = 0, ret, i; in arizona_dev_init() local
1145 n_subdevs = ARRAY_SIZE(wm5102_devs); in arizona_dev_init()
1168 n_subdevs = ARRAY_SIZE(wm5110_devs); in arizona_dev_init()
1192 n_subdevs = ARRAY_SIZE(cs47l24_devs); in arizona_dev_init()
1207 n_subdevs = ARRAY_SIZE(wm8997_devs); in arizona_dev_init()
1231 n_subdevs = ARRAY_SIZE(wm8998_devs); in arizona_dev_init()
1366 subdevs, n_subdevs, NULL, 0, NULL); in arizona_dev_init()
/linux-6.12.1/include/uapi/linux/
Dcomedi.h813 unsigned int n_subdevs; member
/linux-6.12.1/drivers/comedi/
Dcomedi_fops.c945 devinfo.n_subdevs = dev->n_subdevices; in do_devinfo_ioctl()