Home
last modified time | relevance | path

Searched refs:boardtypes (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/staging/comedi/drivers/
Dpcl724.c39 static const struct pcl724_board boardtypes[] = { variable
144 .board_name = &boardtypes[0].name,
145 .num_names = ARRAY_SIZE(boardtypes),
Ddt2811.c447 static const struct dt2811_board boardtypes[] = { variable
466 .board_name = &boardtypes[0].name,
467 .num_names = ARRAY_SIZE(boardtypes),
Ddt2801.c141 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()
Dpcl711.c128 static const struct pcl711_board boardtypes[] = { variable
513 .board_name = &boardtypes[0].name,
514 .num_names = ARRAY_SIZE(boardtypes),
Ddaqboard2000.c267 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()
Dpcl816.c101 static const struct pcl816_board boardtypes[] = { variable
704 .board_name = &boardtypes[0].name,
705 .num_names = ARRAY_SIZE(boardtypes),
Dadv_pci_dio.c243 static const struct dio_boardtype boardtypes[] = { variable
986 if (context < ARRAY_SIZE(boardtypes)) in pci_dio_auto_attach()
987 this_board = &boardtypes[context]; in pci_dio_auto_attach()
Dpcl812.c344 static const struct pcl812_board boardtypes[] = { variable
1309 .board_name = &boardtypes[0].name,
1310 .num_names = ARRAY_SIZE(boardtypes),
Dpcl818.c244 static const struct pcl818_board boardtypes[] = { variable
1138 .board_name = &boardtypes[0].name,
1139 .num_names = ARRAY_SIZE(boardtypes),
Dadv_pci1710.c185 static const struct boardtype boardtypes[] = { variable
872 if (context < ARRAY_SIZE(boardtypes)) in pci1710_auto_attach()
873 board = &boardtypes[context]; in pci1710_auto_attach()
Ddt282x.c196 static const struct dt282x_board boardtypes[] = { variable
1203 .board_name = &boardtypes[0].name,
1204 .num_names = ARRAY_SIZE(boardtypes),