Searched refs:n_subdevs (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/staging/comedi/drivers/ | 
| D | pcl730.c | 110 	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 …] 
 | 
| D | amplc_dio200.c | 198 		.n_subdevs	= 6, 207 		.n_subdevs	= 4, 214 		.n_subdevs	= 5, 223 		.n_subdevs	= 7, 232 		.n_subdevs	= 4,
  | 
| D | addi_apci_16xx.c | 94 	unsigned int n_subdevs;  in apci16xx_auto_attach()  local 117 	n_subdevs = board->n_chan / 32;  in apci16xx_auto_attach() 118 	if ((n_subdevs * 32) < board->n_chan) {  in apci16xx_auto_attach() 119 		last = board->n_chan - (n_subdevs * 32);  in apci16xx_auto_attach() 120 		n_subdevs++;  in apci16xx_auto_attach() 125 	ret = comedi_alloc_subdevices(dev, n_subdevs);  in apci16xx_auto_attach() 130 	for (i = 0; i < n_subdevs; i++) {  in apci16xx_auto_attach()
  | 
| D | amplc_dio200_pci.c | 238 		.n_subdevs	= 5, 249 		.n_subdevs	= 4, 259 		.n_subdevs	= 8, 274 		.n_subdevs	= 8, 289 		.n_subdevs	= 8,
  | 
| D | jr3_pci.c | 54 	int n_subdevs;  member 60 		.n_subdevs	= 1, 64 		.n_subdevs	= 2, 68 		.n_subdevs	= 3, 72 		.n_subdevs	= 4, 699 	if (pci_resource_len(pcidev, 0) < board->n_subdevs * sizeof(*block))  in jr3_pci_auto_attach() 708 	ret = comedi_alloc_subdevices(dev, board->n_subdevs);  in jr3_pci_auto_attach()
  | 
| D | amplc_dio200.h | 32 	unsigned short n_subdevs;	/* number of subdevices */  member
  | 
| D | amplc_dio200_common.c | 783 	ret = comedi_alloc_subdevices(dev, board->n_subdevs);  in amplc_dio200_common_attach()
  | 
| /Linux-v5.4/drivers/mfd/ | 
| D | hi6421-pmic-core.c | 58 	int n_subdevs, ret;  in hi6421_pmic_probe()  local 95 		n_subdevs = ARRAY_SIZE(hi6421_devs);  in hi6421_pmic_probe() 99 		n_subdevs = ARRAY_SIZE(hi6421v530_devs);  in hi6421_pmic_probe() 108 				   subdevs, n_subdevs, NULL, 0, NULL);  in hi6421_pmic_probe()
  | 
| D | arizona-core.c | 996 	int n_subdevs = 0, ret, i;  in arizona_dev_init()  local 1199 			n_subdevs = ARRAY_SIZE(wm5102_devs);  in arizona_dev_init() 1222 			n_subdevs = ARRAY_SIZE(wm5110_devs);  in arizona_dev_init() 1246 			n_subdevs = ARRAY_SIZE(cs47l24_devs);  in arizona_dev_init() 1261 			n_subdevs = ARRAY_SIZE(wm8997_devs);  in arizona_dev_init() 1285 			n_subdevs = ARRAY_SIZE(wm8998_devs);  in arizona_dev_init() 1420 			      subdevs, n_subdevs, NULL, 0, NULL);  in arizona_dev_init()
  | 
| /Linux-v5.4/drivers/staging/comedi/ | 
| D | comedi.h | 813 	unsigned int n_subdevs;  member
  | 
| D | comedi_fops.c | 939 	devinfo.n_subdevs = dev->n_subdevices;  in do_devinfo_ioctl()
  |