Lines Matching refs:UNSET

95 static unsigned int latency = UNSET;
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 };
106 static unsigned int autoload = UNSET;
107 static unsigned int gpiomask = UNSET;
108 static unsigned int audioall = UNSET;
109 static unsigned int audiomux[5] = { [ 0 ... 4 ] = UNSET };
362 .tuner_type = UNSET,
374 .tuner_type = UNSET,
386 .tuner_type = UNSET,
426 .tuner_type = UNSET,
438 .tuner_type = UNSET,
466 .tuner_type = UNSET,
491 .tuner_type = UNSET,
503 .tuner_type = UNSET,
516 .tuner_type = UNSET,
544 .tuner_type = UNSET,
556 .tuner_type = UNSET,
572 .tuner_type = UNSET,
584 .tuner_type = UNSET,
597 .tuner_type = UNSET,
620 .tuner_type = UNSET,
646 .tuner_type = UNSET,
676 .tuner_type = UNSET,
703 .tuner_type = UNSET,
789 .tuner_type = UNSET,
869 .tuner_type = UNSET,
884 .tuner_type = UNSET,
899 .tuner_type = UNSET,
926 .tuner_type = UNSET,
955 .tuner_type = UNSET,
983 .tuner_type = UNSET,
999 .tuner_type = UNSET,
1056 .tuner_type = UNSET,
1109 .tuner_type = UNSET /* TUNER_ALPS_TMDH2_NTSC */,
1134 .tuner_type = UNSET,
1172 .tuner_type = UNSET,
1599 .tuner_type = UNSET,
1611 .tuner_type = UNSET,
2423 .tuner_type = UNSET,
2836 .tuner_type = UNSET,
2943 if (UNSET == audioall && UNSET == audiomux[0]) in bttv_idcard()
2946 if (UNSET != audiomux[0]) { in bttv_idcard()
2958 bttv_tvcards[btv->c.type].gpiomask = (UNSET != gpiomask) ? gpiomask : gpiobits; in bttv_idcard()
2995 int tuner_type = UNSET, ttype; in flyvideo_gpio()
3056 if (tuner_type != UNSET) /* only set if known tuner autodetected, else let insmod option through */ in flyvideo_gpio()
3336 btv->tuner_type = UNSET; in bttv_init_card2()
3491 if (UNSET != bttv_tvcards[btv->c.type].tuner_type) in bttv_init_card2()
3492 if (UNSET == btv->tuner_type) in bttv_init_card2()
3494 if (UNSET != tuner[btv->c.nr]) in bttv_init_card2()
3499 else if (btv->tuner_type == UNSET) in bttv_init_card2()
3504 if (autoload != UNSET) { in bttv_init_card2()
3510 if (UNSET == btv->tuner_type) in bttv_init_card2()
3514 bttv_tvcards[btv->c.type].video_inputs - 1 : UNSET; in bttv_init_card2()
3516 UNSET : bttv_tvcards[btv->c.type].svhs; in bttv_init_card2()
3517 if (svhs[btv->c.nr] != UNSET) in bttv_init_card2()
3519 if (remote[btv->c.nr] != UNSET) in bttv_init_card2()
4907 if (UNSET != latency) in bttv_check_chipset()
4923 if (!triton1 && !vsfx && UNSET == latency) in bttv_handle_chipset()
4932 if (UNSET != latency) in bttv_handle_chipset()
4950 if (UNSET != latency) in bttv_handle_chipset()