Searched refs:tuner_count (Results 1 – 4 of 4) sorted by relevance
203 extern unsigned const int tuner_count;
682 u32 tuner_count; member
1947 unsigned const int tuner_count = ARRAY_SIZE(tuners);1948 EXPORT_SYMBOL(tuner_count);
1054 if (type >= tuner_count) { in simple_tuner_attach()1056 __func__, type, tuner_count-1); in simple_tuner_attach()