Searched refs:BTTV_MAX (Results 1 – 3 of 3) sorted by relevance
98 static unsigned int card[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };99 static unsigned int pll[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };100 static unsigned int tuner[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };101 static unsigned int svhs[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };102 static unsigned int remote[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };103 static unsigned int audiodev[BTTV_MAX];104 static unsigned int saa6588[BTTV_MAX];105 static struct bttv *master[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = NULL };4546 if ((btv->c.nr<1) || (btv->c.nr>BTTV_MAX-3)) in kodicom4400r_init()4859 if (btv->c.nr > BTTV_MAX-4) in gv800s_init()
509 #define BTTV_MAX 32 macro511 extern struct bttv *bttvs[BTTV_MAX];
65 struct bttv *bttvs[BTTV_MAX];77 static unsigned int radio[BTTV_MAX];83 static int video_nr[BTTV_MAX] = { [0 ... (BTTV_MAX-1)] = -1 };84 static int radio_nr[BTTV_MAX] = { [0 ... (BTTV_MAX-1)] = -1 };85 static int vbi_nr[BTTV_MAX] = { [0 ... (BTTV_MAX-1)] = -1 };4255 if (bttv_num == BTTV_MAX) in bttv_probe()