Searched refs:tun_setup (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-cards.c | 3446 struct tuner_setup tun_setup; in cx88_card_setup() local 3449 memset(&tun_setup, 0, sizeof(tun_setup)); in cx88_card_setup() 3588 tun_setup.mode_mask = T_RADIO; in cx88_card_setup() 3589 tun_setup.type = core->board.radio_type; in cx88_card_setup() 3590 tun_setup.addr = core->board.radio_addr; in cx88_card_setup() 3591 tun_setup.tuner_callback = cx88_tuner_callback; in cx88_card_setup() 3592 call_all(core, tuner, s_type_addr, &tun_setup); in cx88_card_setup() 3597 tun_setup.mode_mask = mode_mask; in cx88_card_setup() 3598 tun_setup.type = core->board.tuner_type; in cx88_card_setup() 3599 tun_setup.addr = core->board.tuner_addr; in cx88_card_setup() [all …]
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-cards.c | 3653 struct tuner_setup tun_setup; in bttv_init_tuner() local 3667 tun_setup.mode_mask = T_ANALOG_TV; in bttv_init_tuner() 3668 tun_setup.type = btv->tuner_type; in bttv_init_tuner() 3669 tun_setup.addr = addr; in bttv_init_tuner() 3672 tun_setup.mode_mask |= T_RADIO; in bttv_init_tuner() 3674 bttv_call_all(btv, tuner, s_type_addr, &tun_setup); in bttv_init_tuner()
|
| /linux/drivers/net/ |
| H A D | tun.c | 2402 static void tun_setup(struct net_device *dev) in tun_setup() function 2489 .setup = tun_setup, 2928 NET_NAME_UNKNOWN, tun_setup, queues, in tun_set_iff()
|