Home
last modified time | relevance | path

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

/drivers/staging/comedi/drivers/
Dpcl730.c109 int n_subdevs; member
120 .n_subdevs = 4,
127 .n_subdevs = 4,
135 .n_subdevs = 4,
143 .n_subdevs = 4,
151 .n_subdevs = 2,
159 .n_subdevs = 2,
167 .n_subdevs = 2,
175 .n_subdevs = 2,
181 .n_subdevs = 1,
[all …]
Daddi_apci_16xx.c103 unsigned int n_subdevs; in apci16xx_auto_attach() local
126 n_subdevs = board->n_chan / 32; in apci16xx_auto_attach()
127 if ((n_subdevs * 32) < board->n_chan) { in apci16xx_auto_attach()
128 last = board->n_chan - (n_subdevs * 32); in apci16xx_auto_attach()
129 n_subdevs++; in apci16xx_auto_attach()
134 ret = comedi_alloc_subdevices(dev, n_subdevs); in apci16xx_auto_attach()
139 for (i = 0; i < n_subdevs; i++) { in apci16xx_auto_attach()
Damplc_dio200.c207 .n_subdevs = 6,
216 .n_subdevs = 4,
223 .n_subdevs = 5,
232 .n_subdevs = 7,
241 .n_subdevs = 4,
Damplc_dio200_pci.c247 .n_subdevs = 5,
258 .n_subdevs = 4,
268 .n_subdevs = 8,
283 .n_subdevs = 8,
298 .n_subdevs = 8,
Djr3_pci.c63 int n_subdevs; member
69 .n_subdevs = 1,
73 .n_subdevs = 2,
77 .n_subdevs = 3,
81 .n_subdevs = 4,
716 ret = comedi_alloc_subdevices(dev, board->n_subdevs); in jr3_pci_auto_attach()
Damplc_dio200.h41 unsigned short n_subdevs; /* number of subdevices */ member
Damplc_dio200_common.c804 ret = comedi_alloc_subdevices(dev, board->n_subdevs); in amplc_dio200_common_attach()
/drivers/mfd/
Darizona-core.c970 int n_subdevs = 0, ret, i; in arizona_dev_init() local
1144 n_subdevs = ARRAY_SIZE(wm5102_devs); in arizona_dev_init()
1167 n_subdevs = ARRAY_SIZE(wm5110_devs); in arizona_dev_init()
1182 n_subdevs = ARRAY_SIZE(wm8997_devs); in arizona_dev_init()
1206 n_subdevs = ARRAY_SIZE(wm8998_devs); in arizona_dev_init()
1406 subdevs, n_subdevs, NULL, 0, NULL); in arizona_dev_init()
/drivers/staging/comedi/
Dcomedi.h466 unsigned int n_subdevs; member
Dcomedi_fops.c944 devinfo.n_subdevs = dev->n_subdevices; in do_devinfo_ioctl()