Searched refs:cx88_boards (Results 1 – 1 of 1) sorted by relevance
60 static const struct cx88_board cx88_boards[] = { variable3282 for (i = 0; i < ARRAY_SIZE(cx88_boards); i++) in cx88_card_list()3283 pr_err(" card=%d -> %s\n", i, cx88_boards[i].name); in cx88_card_list()3741 if (card[core->nr] < ARRAY_SIZE(cx88_boards)) in cx88_core_create()3752 core->board = cx88_boards[core->boardnr]; in cx88_core_create()