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