Lines Matching refs:UNSET

28 static unsigned int tuner[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
29 static unsigned int radio[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
30 static unsigned int card[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
40 static unsigned int latency = UNSET;
63 .tuner_type = UNSET,
64 .radio_type = UNSET,
83 .tuner_type = UNSET,
84 .radio_type = UNSET,
112 .tuner_type = UNSET,
113 .radio_type = UNSET,
127 .radio_type = UNSET,
149 .radio_type = UNSET,
170 .radio_type = UNSET,
207 .radio_type = UNSET,
234 .radio_type = UNSET,
268 .radio_type = UNSET,
306 .radio_type = UNSET,
335 .tuner_type = UNSET,
336 .radio_type = UNSET,
353 .radio_type = UNSET,
378 .radio_type = UNSET,
401 .radio_type = UNSET,
424 .tuner_type = UNSET,
425 .radio_type = UNSET,
443 .tuner_type = UNSET, /* No analog tuner */
444 .radio_type = UNSET,
461 .radio_type = UNSET,
489 .radio_type = UNSET,
530 .tuner_type = UNSET,
531 .radio_type = UNSET,
542 .tuner_type = UNSET,
543 .radio_type = UNSET,
555 .radio_type = UNSET,
567 .tuner_type = UNSET, /* No analog tuner */
568 .radio_type = UNSET,
584 .tuner_type = UNSET,
585 .radio_type = UNSET,
604 .radio_type = UNSET,
643 .tuner_type = UNSET,
644 .radio_type = UNSET,
676 .radio_type = UNSET,
706 .radio_type = UNSET,
728 .radio_type = UNSET,
757 .radio_type = UNSET,
778 .tuner_type = UNSET,
779 .radio_type = UNSET,
797 .tuner_type = UNSET,
813 .radio_type = UNSET,
835 .radio_type = UNSET,
866 .tuner_type = UNSET,
886 .radio_type = UNSET,
915 .tuner_type = UNSET,
916 .radio_type = UNSET,
934 .radio_type = UNSET,
963 .tuner_type = UNSET,
964 .radio_type = UNSET,
989 .tuner_type = UNSET,
990 .radio_type = UNSET,
1001 .tuner_type = UNSET,
1002 .radio_type = UNSET,
1027 .radio_type = UNSET,
1047 .radio_type = UNSET,
1064 .radio_type = UNSET,
1093 .tuner_type = UNSET,
1094 .radio_type = UNSET,
1112 .tuner_type = UNSET, /* No analog tuner */
1113 .radio_type = UNSET,
1130 .radio_type = UNSET,
1159 .radio_type = UNSET,
1180 .radio_type = UNSET,
1206 .radio_type = UNSET,
1221 .radio_type = UNSET,
1236 .radio_type = UNSET,
1260 .radio_type = UNSET,
1305 .radio_type = UNSET,
1349 .tuner_type = UNSET,
1350 .radio_type = UNSET,
1365 .radio_type = UNSET,
1401 .radio_type = UNSET,
1421 .radio_type = UNSET,
1450 .radio_type = UNSET,
1487 .tuner_type = UNSET,
1488 .radio_type = UNSET,
1499 .tuner_type = UNSET,
1500 .radio_type = UNSET,
1520 .radio_type = UNSET,
1546 .tuner_type = UNSET,
1547 .radio_type = UNSET,
1571 .radio_type = UNSET,
1609 .radio_type = UNSET,
1645 .radio_type = UNSET,
1681 .radio_type = UNSET,
1797 .radio_type = UNSET,
1813 .radio_type = UNSET,
1894 .radio_type = UNSET,
1927 .radio_type = UNSET,
1999 .tuner_type = UNSET,
2000 .radio_type = UNSET,
2011 .tuner_type = UNSET,
2012 .radio_type = UNSET,
2023 .tuner_type = UNSET,
2024 .radio_type = UNSET,
2035 .tuner_type = UNSET,
2036 .radio_type = UNSET,
2047 .tuner_type = UNSET,
2048 .radio_type = UNSET,
2059 .tuner_type = UNSET,
2060 .radio_type = UNSET,
2071 .tuner_type = UNSET,
2072 .radio_type = UNSET,
2084 .tuner_type = UNSET,
2085 .radio_type = UNSET,
2096 .tuner_type = UNSET,
2097 .radio_type = UNSET,
2108 .tuner_type = UNSET,
2109 .radio_type = UNSET,
2122 .radio_type = UNSET,
2153 .tuner_type = UNSET,
2154 .radio_type = UNSET,
2161 .radio_type = UNSET,
2202 .radio_type = UNSET,
2243 .radio_type = UNSET,
2294 .tuner_type = UNSET,
2295 .radio_type = UNSET,
2306 .tuner_type = UNSET,
2307 .radio_type = UNSET,
2921 [0x01] = { .id = UNSET,
2923 [0x02] = { .id = UNSET,
2925 [0x03] = { .id = UNSET,
2927 [0x04] = { .id = UNSET,
2929 [0x05] = { .id = UNSET,
2932 [0x10] = { .id = UNSET,
2937 [0x12] = { .id = UNSET,
2943 [0x21] = { .id = UNSET, .fm = 1,
2945 [0x22] = { .id = UNSET,
2947 [0x23] = { .id = UNSET,
3553 if (core->board.radio_type != UNSET) { in cx88_card_setup()
3562 if (core->board.tuner_type != UNSET) { in cx88_card_setup()
3602 unsigned int lat = UNSET; in cx88_pci_quirks()
3631 if (latency != UNSET) in cx88_pci_quirks()
3640 if (lat != UNSET) { in cx88_pci_quirks()
3740 core->boardnr = UNSET; in cx88_core_create()
3743 for (i = 0; core->boardnr == UNSET && i < ARRAY_SIZE(cx88_subids); i++) in cx88_core_create()
3747 if (core->boardnr == UNSET) { in cx88_core_create()
3763 if (tuner[core->nr] != UNSET) in cx88_core_create()
3765 if (radio[core->nr] != UNSET) in cx88_core_create()
3777 if (core->board.tuner_type != UNSET) { in cx88_core_create()