Searched defs:cx88_boards (Results 1 - 1 of 1) sorted by relevance

/drivers/media/pci/cx88/
H A Dcx88-cards.c74 static const struct cx88_board cx88_boards[] = { variable in typeref:struct:cx88_board
3289 for (i = 0; i < ARRAY_SIZE(cx88_boards); i++)
3291 core->name, i, cx88_boards[i].name);
3739 if (card[core->nr] < ARRAY_SIZE(cx88_boards))
3750 core->board = cx88_boards[core->boardnr];

Completed in 273 milliseconds