Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dpcl724.c39 static const struct pcl724_board boardtypes[] = { variable
144 .board_name = &boardtypes[0].name,
145 .num_names = ARRAY_SIZE(boardtypes),
H A Ddt2801.c144 static const struct dt2801_board boardtypes[] = { variable
555 for (type = 0; type < ARRAY_SIZE(boardtypes); type++) { in dt2801_attach()
556 if (boardtypes[type].boardcode == board_code) in dt2801_attach()
564 dev->board_ptr = boardtypes + type; in dt2801_attach()
H A Dpcl711.c118 static const struct pcl711_board boardtypes[] = { variable
503 .board_name = &boardtypes[0].name,
504 .num_names = ARRAY_SIZE(boardtypes),
H A Dpcl816.c91 static const struct pcl816_board boardtypes[] = { variable
686 .board_name = &boardtypes[0].name,
687 .num_names = ARRAY_SIZE(boardtypes),
H A Dadv_pci_dio.c112 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 Dadv_pci1710.c139 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 Dpcl812.c345 static const struct pcl812_board boardtypes[] = { variable
1326 .board_name = &boardtypes[0].name,
1327 .num_names = ARRAY_SIZE(boardtypes),
H A Dpcl818.c233 static const struct pcl818_board boardtypes[] = { variable
1127 .board_name = &boardtypes[0].name,
1128 .num_names = ARRAY_SIZE(boardtypes),
H A Ddt282x.c197 static const struct dt282x_board boardtypes[] = { variable
1162 .board_name = &boardtypes[0].name,
1163 .num_names = ARRAY_SIZE(boardtypes),