Searched refs:boardtypes (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | pcl724.c | 39 static const struct pcl724_board boardtypes[] = { variable 144 .board_name = &boardtypes[0].name, 145 .num_names = ARRAY_SIZE(boardtypes),
|
D | dt2811.c | 447 static const struct dt2811_board boardtypes[] = { variable 466 .board_name = &boardtypes[0].name, 467 .num_names = ARRAY_SIZE(boardtypes),
|
D | dt2801.c | 141 static const struct dt2801_board boardtypes[] = { variable 549 for (type = 0; type < ARRAY_SIZE(boardtypes); type++) { in dt2801_attach() 550 if (boardtypes[type].boardcode == board_code) in dt2801_attach() 558 dev->board_ptr = boardtypes + type; in dt2801_attach()
|
D | pcl711.c | 129 static const struct pcl711_board boardtypes[] = { variable 514 .board_name = &boardtypes[0].name, 515 .num_names = ARRAY_SIZE(boardtypes),
|
D | daqboard2000.c | 267 static const struct daq200_boardtype boardtypes[] = { variable 642 for (i = 0; i < ARRAY_SIZE(boardtypes); i++) { in daqboard2000_find_boardinfo() 643 board = &boardtypes[i]; in daqboard2000_find_boardinfo()
|
D | pcl816.c | 92 static const struct pcl816_board boardtypes[] = { variable 687 .board_name = &boardtypes[0].name, 688 .num_names = ARRAY_SIZE(boardtypes),
|
D | pcl812.c | 346 static const struct pcl812_board boardtypes[] = { variable 1327 .board_name = &boardtypes[0].name, 1328 .num_names = ARRAY_SIZE(boardtypes),
|
D | adv_pci_dio.c | 243 static const struct dio_boardtype boardtypes[] = { variable 986 if (context < ARRAY_SIZE(boardtypes)) in pci_dio_auto_attach() 987 board = &boardtypes[context]; in pci_dio_auto_attach()
|
D | pcl818.c | 234 static const struct pcl818_board boardtypes[] = { variable 1128 .board_name = &boardtypes[0].name, 1129 .num_names = ARRAY_SIZE(boardtypes),
|
D | dt282x.c | 196 static const struct dt282x_board boardtypes[] = { variable 1203 .board_name = &boardtypes[0].name, 1204 .num_names = ARRAY_SIZE(boardtypes),
|
D | adv_pci1710.c | 165 static const struct boardtype boardtypes[] = { variable 854 if (context < ARRAY_SIZE(boardtypes)) in pci1710_auto_attach() 855 board = &boardtypes[context]; in pci1710_auto_attach()
|