Lines Matching refs:board

2843 		core->board.tuner_type = TUNER_PHILIPS_FM1236_MK3;  in leadtek_eeprom()
2846 core->board.tuner_type = TUNER_PHILIPS_FM1216ME_MK3; in leadtek_eeprom()
2852 core->board.tuner_type, eeprom_data[0]); in leadtek_eeprom()
2860 core->board.tuner_type = tv.tuner_type; in hauppauge_eeprom()
2862 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0; in hauppauge_eeprom()
2962 core->board.tuner_type = gdi_tuner[eeprom_data[0x0d]].id; in gdi_eeprom()
2963 core->board.radio.type = gdi_tuner[eeprom_data[0x0d]].fm ? in gdi_eeprom()
3247 switch (core->board.tuner_type) { in cx88_tuner_callback()
3259 core->board.tuner_type); in cx88_tuner_callback()
3332 cx_write(MO_GP0_IO, core->board.input[0].gpio0); in cx88_card_setup_pre_i2c()
3558 if ((core->board.radio_type != UNSET)) { 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()
3567 if (core->board.tuner_type != UNSET) { 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()
3576 if (core->board.tda9887_conf) { in cx88_card_setup()
3580 tda9887_cfg.priv = &core->board.tda9887_conf; in cx88_card_setup()
3585 if (core->board.tuner_type == TUNER_XC2028) { in cx88_card_setup()
3755 core->board = cx88_boards[core->boardnr]; in cx88_core_create()
3757 if (!core->board.num_frontends && (core->board.mpeg & CX88_MPEG_DVB)) in cx88_core_create()
3758 core->board.num_frontends = 1; in cx88_core_create()
3761 pci->subsystem_vendor, pci->subsystem_device, core->board.name, in cx88_core_create()
3764 core->board.num_frontends); in cx88_core_create()
3767 core->board.tuner_type = tuner[core->nr]; in cx88_core_create()
3769 core->board.radio_type = radio[core->nr]; in cx88_core_create()
3772 core->board.tuner_type, core->board.radio_type); in cx88_core_create()
3780 if (UNSET != core->board.tuner_type) { in cx88_core_create()
3790 int has_demod = (core->board.tda9887_conf & TDA9887_PRESENT); in cx88_core_create()
3803 if (core->board.tuner_addr == ADDR_UNSET) { in cx88_core_create()
3809 "tuner", core->board.tuner_addr, NULL); in cx88_core_create()