Searched refs:boardtypes (Results 1 – 4 of 4) sorted by relevance
41 static const struct pcl724_board boardtypes[] = { variable164 .board_name = &boardtypes[0].name,165 .num_names = ARRAY_SIZE(boardtypes),
144 static const struct dt2801_board boardtypes[] = { variable556 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()
346 static const struct pcl812_board boardtypes[] = { variable1347 .board_name = &boardtypes[0].name,1348 .num_names = ARRAY_SIZE(boardtypes),
197 static const struct dt282x_board boardtypes[] = { variable1167 .board_name = &boardtypes[0].name,1168 .num_names = ARRAY_SIZE(boardtypes),