Searched refs:IVTV_MAX_CARDS (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.c | 89 static int cardtype[IVTV_MAX_CARDS]; 90 static int tuner[IVTV_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1, 94 static int radio[IVTV_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1, 98 static int i2c_clock_period[IVTV_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1, 1472 if (ivtv_first_minor < 0 || ivtv_first_minor >= IVTV_MAX_CARDS) { in module_start() 1474 IVTV_MAX_CARDS - 1); in module_start()
|
H A D | ivtvfb.c | 1274 if (ivtvfb_card_id < -1 || ivtvfb_card_id >= IVTV_MAX_CARDS) { in ivtvfb_init() 1276 IVTV_MAX_CARDS - 1); in ivtvfb_init()
|
H A D | ivtv-driver.h | 81 #define IVTV_MAX_CARDS 32 macro
|