Searched refs:BTTV_MAX (Results 1 – 3 of 3) sorted by relevance
85 static unsigned int card[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };86 static unsigned int pll[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };87 static unsigned int tuner[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };88 static unsigned int svhs[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };89 static unsigned int remote[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };90 static unsigned int audiodev[BTTV_MAX];91 static unsigned int saa6588[BTTV_MAX];92 static struct bttv *master[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = NULL };4543 if ((btv->c.nr<1) || (btv->c.nr>BTTV_MAX-3)) in kodicom4400r_init()4853 if (btv->c.nr > BTTV_MAX-4) in gv800s_init()
477 #define BTTV_MAX 32 macro479 extern struct bttv *bttvs[BTTV_MAX];
54 struct bttv *bttvs[BTTV_MAX];66 static unsigned int radio[BTTV_MAX];72 static int video_nr[BTTV_MAX] = { [0 ... (BTTV_MAX-1)] = -1 };73 static int radio_nr[BTTV_MAX] = { [0 ... (BTTV_MAX-1)] = -1 };74 static int vbi_nr[BTTV_MAX] = { [0 ... (BTTV_MAX-1)] = -1 };3218 if (bttv_num == BTTV_MAX) in bttv_probe()