Lines Matching full:unset

83 static unsigned int latency = UNSET;
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 };
93 static unsigned int autoload = UNSET;
94 static unsigned int gpiomask = UNSET;
95 static unsigned int audioall = UNSET;
96 static unsigned int audiomux[5] = { [ 0 ... 4 ] = UNSET };
352 .tuner_type = UNSET,
364 .tuner_type = UNSET,
376 .tuner_type = UNSET,
416 .tuner_type = UNSET,
428 .tuner_type = UNSET,
456 .tuner_type = UNSET,
481 .tuner_type = UNSET,
493 .tuner_type = UNSET,
506 .tuner_type = UNSET,
534 .tuner_type = UNSET,
546 .tuner_type = UNSET,
562 .tuner_type = UNSET,
574 .tuner_type = UNSET,
587 .tuner_type = UNSET,
610 .tuner_type = UNSET,
636 .tuner_type = UNSET,
666 .tuner_type = UNSET,
693 .tuner_type = UNSET,
779 .tuner_type = UNSET,
859 .tuner_type = UNSET,
874 .tuner_type = UNSET,
889 .tuner_type = UNSET,
916 .tuner_type = UNSET,
945 .tuner_type = UNSET,
973 .tuner_type = UNSET,
989 .tuner_type = UNSET,
1046 .tuner_type = UNSET,
1099 .tuner_type = UNSET /* TUNER_ALPS_TMDH2_NTSC */,
1124 .tuner_type = UNSET,
1162 .tuner_type = UNSET,
1589 .tuner_type = UNSET,
1601 .tuner_type = UNSET,
2413 .tuner_type = UNSET,
2826 .tuner_type = UNSET,
2933 if (UNSET == audioall && UNSET == audiomux[0]) in bttv_idcard()
2936 if (UNSET != audiomux[0]) { in bttv_idcard()
2948 bttv_tvcards[btv->c.type].gpiomask = (UNSET != gpiomask) ? gpiomask : gpiobits; in bttv_idcard()
2985 int tuner_type = UNSET, ttype; in flyvideo_gpio()
3046 if (tuner_type != UNSET) /* only set if known tuner autodetected, else let insmod option through */ in flyvideo_gpio()
3326 btv->tuner_type = UNSET; in bttv_init_card2()
3481 if (UNSET != bttv_tvcards[btv->c.type].tuner_type) in bttv_init_card2()
3482 if (UNSET == btv->tuner_type) in bttv_init_card2()
3484 if (UNSET != tuner[btv->c.nr]) in bttv_init_card2()
3489 else if (btv->tuner_type == UNSET) in bttv_init_card2()
3490 pr_warn("%d: tuner type unset\n", btv->c.nr); in bttv_init_card2()
3494 if (autoload != UNSET) { in bttv_init_card2()
3500 if (UNSET == btv->tuner_type) in bttv_init_card2()
3504 bttv_tvcards[btv->c.type].video_inputs - 1 : UNSET; in bttv_init_card2()
3506 UNSET : bttv_tvcards[btv->c.type].svhs; in bttv_init_card2()
3507 if (svhs[btv->c.nr] != UNSET) in bttv_init_card2()
3509 if (remote[btv->c.nr] != UNSET) in bttv_init_card2()
4887 if (UNSET != latency) in bttv_check_chipset()
4903 if (!triton1 && !vsfx && UNSET == latency) in bttv_handle_chipset()
4912 if (UNSET != latency) in bttv_handle_chipset()
4930 if (UNSET != latency) in bttv_handle_chipset()