Home
last modified time | relevance | path

Searched refs:CX18_MAX_CARDS (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/media/pci/cx18/
Dcx18-driver.c53 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()
Dcx18-driver.h64 #define CX18_MAX_CARDS 32 macro