Lines Matching refs:tun_setup
3412 struct tuner_setup tun_setup; in cx88_card_setup() local
3415 memset(&tun_setup, 0, sizeof(tun_setup)); in cx88_card_setup()
3554 tun_setup.mode_mask = T_RADIO; in cx88_card_setup()
3555 tun_setup.type = core->board.radio_type; in cx88_card_setup()
3556 tun_setup.addr = core->board.radio_addr; in cx88_card_setup()
3557 tun_setup.tuner_callback = cx88_tuner_callback; in cx88_card_setup()
3558 call_all(core, tuner, s_type_addr, &tun_setup); in cx88_card_setup()
3563 tun_setup.mode_mask = mode_mask; in cx88_card_setup()
3564 tun_setup.type = core->board.tuner_type; in cx88_card_setup()
3565 tun_setup.addr = core->board.tuner_addr; in cx88_card_setup()
3566 tun_setup.tuner_callback = cx88_tuner_callback; in cx88_card_setup()
3568 call_all(core, tuner, s_type_addr, &tun_setup); in cx88_card_setup()