Searched refs:CX18_MAX_CARDS (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A 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, 897 if (i >= CX18_MAX_CARDS) { in cx18_probe() 899 i, CX18_MAX_CARDS - 1); in cx18_probe() 1318 if (cx18_first_minor < 0 || cx18_first_minor >= CX18_MAX_CARDS) { in module_start() 1320 CX18_MAX_CARDS - 1); in module_start()
|
| H A D | cx18-driver.h | 64 #define CX18_MAX_CARDS 32 macro
|