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