Searched refs:CX18_MAX_CARDS (Results 1 – 2 of 2) sorted by relevance
/drivers/media/pci/cx18/ |
D | cx18-driver.c | 67 static int cardtype[CX18_MAX_CARDS]; 68 static int tuner[CX18_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1, 72 static int radio[CX18_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1, 912 if (i >= CX18_MAX_CARDS) { in cx18_probe() 914 "limit of 0 - %d\n", i, CX18_MAX_CARDS - 1); in cx18_probe() 1341 if (cx18_first_minor < 0 || cx18_first_minor >= CX18_MAX_CARDS) { in module_start() 1343 CX18_MAX_CARDS - 1); in module_start()
|
D | cx18-driver.h | 78 #define CX18_MAX_CARDS 32 macro
|