Lines Matching refs:tun_setup
3416 struct tuner_setup tun_setup; in cx88_card_setup() local
3419 memset(&tun_setup, 0, sizeof(tun_setup)); in cx88_card_setup()
3559 tun_setup.mode_mask = T_RADIO; in cx88_card_setup()
3560 tun_setup.type = core->board.radio_type; in cx88_card_setup()
3561 tun_setup.addr = core->board.radio_addr; in cx88_card_setup()
3562 tun_setup.tuner_callback = cx88_tuner_callback; in cx88_card_setup()
3563 call_all(core, tuner, s_type_addr, &tun_setup); in cx88_card_setup()
3568 tun_setup.mode_mask = mode_mask; in cx88_card_setup()
3569 tun_setup.type = core->board.tuner_type; in cx88_card_setup()
3570 tun_setup.addr = core->board.tuner_addr; in cx88_card_setup()
3571 tun_setup.tuner_callback = cx88_tuner_callback; in cx88_card_setup()
3573 call_all(core, tuner, s_type_addr, &tun_setup); in cx88_card_setup()