Searched refs:boardtypes (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/comedi/drivers/ |
| H A D | pcl724.c | 41 static const struct pcl724_board boardtypes[] = { variable 164 .board_name = &boardtypes[0].name, 165 .num_names = ARRAY_SIZE(boardtypes),
|
| H A D | dt2801.c | 144 static const struct dt2801_board boardtypes[] = { variable 556 for (type = 0; type < ARRAY_SIZE(boardtypes); type++) { in dt2801_attach() 557 if (boardtypes[type].boardcode == board_code) in dt2801_attach() 565 dev->board_ptr = boardtypes + type; in dt2801_attach()
|
| H A D | pcl711.c | 119 static const struct pcl711_board boardtypes[] = { variable 507 .board_name = &boardtypes[0].name, 508 .num_names = ARRAY_SIZE(boardtypes),
|
| H A D | pcl816.c | 91 static const struct pcl816_board boardtypes[] = { variable 687 .board_name = &boardtypes[0].name, 688 .num_names = ARRAY_SIZE(boardtypes),
|
| H A D | adv_pci_dio.c | 112 static const struct dio_boardtype boardtypes[] = { variable 556 if (context < ARRAY_SIZE(boardtypes)) in pci_dio_auto_attach() 557 board = &boardtypes[context]; in pci_dio_auto_attach()
|
| H A D | adv_pci1710.c | 139 static const struct boardtype boardtypes[] = { variable 754 if (context < ARRAY_SIZE(boardtypes)) in pci1710_auto_attach() 755 board = &boardtypes[context]; in pci1710_auto_attach()
|
| H A D | pcl818.c | 233 static const struct pcl818_board boardtypes[] = { variable 1147 .board_name = &boardtypes[0].name, 1148 .num_names = ARRAY_SIZE(boardtypes),
|
| H A D | pcl812.c | 346 static const struct pcl812_board boardtypes[] = { variable 1347 .board_name = &boardtypes[0].name, 1348 .num_names = ARRAY_SIZE(boardtypes),
|
| H A D | dt282x.c | 197 static const struct dt282x_board boardtypes[] = { variable 1167 .board_name = &boardtypes[0].name, 1168 .num_names = ARRAY_SIZE(boardtypes),
|