Searched refs:CX18_MAX_CARDS (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/media/pci/cx18/ |
D | cx18-driver.c | 53 static int cardtype[CX18_MAX_CARDS]; 54 static int tuner[CX18_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1, 58 static int radio[CX18_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1, 896 if (i >= CX18_MAX_CARDS) { in cx18_probe() 898 i, CX18_MAX_CARDS - 1); in cx18_probe() 1317 if (cx18_first_minor < 0 || cx18_first_minor >= CX18_MAX_CARDS) { in module_start() 1319 CX18_MAX_CARDS - 1); in module_start()
|
D | cx18-driver.h | 64 #define CX18_MAX_CARDS 32 macro
|