Home
last modified time | relevance | path

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

/linux-4.4.14/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.c129 static const struct pcl711_board boardtypes[] = { variable
514 .board_name = &boardtypes[0].name,
515 .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.c92 static const struct pcl816_board boardtypes[] = { variable
687 .board_name = &boardtypes[0].name,
688 .num_names = ARRAY_SIZE(boardtypes),
Dpcl812.c346 static const struct pcl812_board boardtypes[] = { variable
1327 .board_name = &boardtypes[0].name,
1328 .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 board = &boardtypes[context]; in pci_dio_auto_attach()
Dpcl818.c234 static const struct pcl818_board boardtypes[] = { variable
1128 .board_name = &boardtypes[0].name,
1129 .num_names = ARRAY_SIZE(boardtypes),
Ddt282x.c196 static const struct dt282x_board boardtypes[] = { variable
1203 .board_name = &boardtypes[0].name,
1204 .num_names = ARRAY_SIZE(boardtypes),
Dadv_pci1710.c165 static const struct boardtype boardtypes[] = { variable
854 if (context < ARRAY_SIZE(boardtypes)) in pci1710_auto_attach()
855 board = &boardtypes[context]; in pci1710_auto_attach()