Searched refs:tuner_type (Results 1 – 2 of 2) sorted by relevance
712 void select_tuner(bktr_ptr_t bktr, int tuner_type) { in select_tuner() argument713 if (tuner_type < Bt848_MAX_TUNER) { in select_tuner()714 bktr->card.tuner = &tuners[tuner_type]; in select_tuner()
74 void select_tuner(bktr_ptr_t bktr, int tuner_type);