Home
last modified time | relevance | path

Searched refs:tun_setup (Results 1 – 10 of 10) 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.c295 * by tun_setup structure. It contains several per-tuner initialization "magic"
510 * @tun_setup: type to be associated to a given tuner i2c address
513 * by tun_setup structure.
521 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 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/cx23885/
H A Dcx23885-video.c1275 struct tuner_setup tun_setup; in cx23885_video_register() local
1277 memset(&tun_setup, 0, sizeof(tun_setup)); in cx23885_video_register()
1278 tun_setup.mode_mask = T_ANALOG_TV; in cx23885_video_register()
1279 tun_setup.type = dev->tuner_type; in cx23885_video_register()
1280 tun_setup.addr = v4l2_i2c_subdev_addr(sd); in cx23885_video_register()
1281 tun_setup.tuner_callback = cx23885_tuner_callback; in cx23885_video_register()
1283 v4l2_subdev_call(sd, tuner, s_type_addr, &tun_setup); in cx23885_video_register()
/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 in cx88_card_setup()
[all...]
/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-cards.c1175 struct tuner_setup tun_setup; in cx231xx_config_tuner() local
1181 tun_setup.mode_mask = T_ANALOG_TV | T_RADIO; in cx231xx_config_tuner()
1182 tun_setup.type = dev->tuner_type; in cx231xx_config_tuner()
1183 tun_setup.addr = dev->tuner_addr; in cx231xx_config_tuner()
1184 tun_setup.tuner_callback = cx231xx_tuner_callback; in cx231xx_config_tuner()
1186 tuner_call(dev, tuner, s_type_addr, &tun_setup); in cx231xx_config_tuner()
1189 if (tun_setup.type == TUNER_XC5000) { in cx231xx_config_tuner()
/linux/drivers/media/usb/em28xx/
H A Dem28xx-video.c2453 struct tuner_setup tun_setup; in em28xx_tuner_setup() local
2456 memset(&tun_setup, 0, sizeof(tun_setup)); in em28xx_tuner_setup()
2458 tun_setup.mode_mask = T_ANALOG_TV | T_RADIO; in em28xx_tuner_setup()
2459 tun_setup.tuner_callback = em28xx_tuner_callback; in em28xx_tuner_setup()
2462 tun_setup.type = dev->board.radio.type; in em28xx_tuner_setup()
2463 tun_setup.addr = dev->board.radio_addr; in em28xx_tuner_setup()
2466 0, tuner, s_type_addr, &tun_setup); in em28xx_tuner_setup()
2470 tun_setup.type = dev->tuner_type; in em28xx_tuner_setup()
2471 tun_setup in em28xx_tuner_setup()
[all...]
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-cards.c7687 struct tuner_setup tun_setup; in saa7134_tuner_setup() local
7690 memset(&tun_setup, 0, sizeof(tun_setup)); in saa7134_tuner_setup()
7691 tun_setup.tuner_callback = saa7134_tuner_callback; in saa7134_tuner_setup()
7694 tun_setup.type = saa7134_boards[dev->board].radio_type; in saa7134_tuner_setup()
7695 tun_setup.addr = saa7134_boards[dev->board].radio_addr; in saa7134_tuner_setup()
7697 tun_setup.mode_mask = T_RADIO; in saa7134_tuner_setup()
7699 saa_call_all(dev, tuner, s_type_addr, &tun_setup); in saa7134_tuner_setup()
7704 tun_setup.type = dev->tuner_type; in saa7134_tuner_setup()
7705 tun_setup in saa7134_tuner_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.c2258 static void tun_setup(struct net_device *dev) in tun_setup() function
2341 .setup = tun_setup,
2776 NET_NAME_UNKNOWN, tun_setup, queues, in tun_set_iff()