Home
last modified time | relevance | path

Searched refs:tun_setup (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/usb/au0828/
H A Dau0828-cards.c205 struct tuner_setup tun_setup; in au0828_card_analog_fe_setup() local
227 tun_setup.mode_mask = mode_mask; in au0828_card_analog_fe_setup()
228 tun_setup.type = dev->board.tuner_type; in au0828_card_analog_fe_setup()
229 tun_setup.addr = dev->board.tuner_addr; in au0828_card_analog_fe_setup()
230 tun_setup.tuner_callback = au0828_tuner_callback; in au0828_card_analog_fe_setup()
232 &tun_setup); in au0828_card_analog_fe_setup()
/linux/drivers/media/v4l2-core/
H A Dtuner-core.c521 struct tuner_setup *tun_setup) in tuner_s_type_addr() argument
527 tun_setup->type, in tuner_s_type_addr()
528 tun_setup->addr, in tuner_s_type_addr()
529 tun_setup->mode_mask, in tuner_s_type_addr()
530 tun_setup->config); in tuner_s_type_addr()
532 if ((t->type == UNSET && ((tun_setup->addr == ADDR_UNSET) && in tuner_s_type_addr()
533 (t->mode_mask & tun_setup->mode_mask))) || in tuner_s_type_addr()
534 (tun_setup->addr == c->addr)) { in tuner_s_type_addr()
535 set_type(c, tun_setup->type, tun_setup->mode_mask, in tuner_s_type_addr()
536 tun_setup->config, tun_setup->tuner_callback); in tuner_s_type_addr()
[all …]
/linux/drivers/media/pci/saa7146/
H A Dmxb.c341 struct tuner_setup tun_setup; in mxb_init_done() local
357 tun_setup.mode_mask = T_ANALOG_TV; in mxb_init_done()
358 tun_setup.addr = ADDR_UNSET; in mxb_init_done()
359 tun_setup.type = TUNER_PHILIPS_PAL; in mxb_init_done()
360 tuner_call(mxb, tuner, s_type_addr, &tun_setup); in mxb_init_done()
/linux/drivers/media/pci/cx88/
H A Dcx88-cards.c3446 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 Dbttv-cards.c3653 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 Dtun.c2327 static void tun_setup(struct net_device *dev) in tun_setup() function
2410 .setup = tun_setup,
2834 NET_NAME_UNKNOWN, tun_setup, queues, in tun_set_iff()