| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-cards.c | 352 .tuner_type = UNSET, 364 .tuner_type = UNSET, 376 .tuner_type = UNSET, 389 .tuner_type = TUNER_PHILIPS_NTSC, 404 .tuner_type = TUNER_ABSENT, 416 .tuner_type = UNSET, 428 .tuner_type = UNSET, 441 .tuner_type = TUNER_ABSENT, 456 .tuner_type = UNSET, 468 .tuner_type = TUNER_TEMIC_PAL, [all …]
|
| H A D | dst.c | 585 .tuner_type = TUNER_TYPE_L64724, 592 .tuner_type = TUNER_TYPE_STV0299, 599 .tuner_type = TUNER_TYPE_STV0299, 606 .tuner_type = TUNER_TYPE_MB86A15, 613 .tuner_type = TUNER_TYPE_MB86A15, 620 .tuner_type = TUNER_TYPE_STV0299, 627 .tuner_type = TUNER_TYPE_STV0299, 634 .tuner_type = TUNER_TYPE_UNKNOWN, 641 .tuner_type = TUNER_TYPE_UNKNOWN, 648 .tuner_type = TUNER_TYPE_UNKNOWN, [all …]
|
| H A D | dst_common.h | 126 u32 tuner_type; member 134 u32 tuner_type; member 146 u32 tuner_type; member
|
| H A D | bttv.h | 231 unsigned int tuner_type; member
|
| H A D | bttvp.h | 322 unsigned int tuner_type; /* tuner chip type */ member
|
| /linux/drivers/media/usb/em28xx/ |
| H A D | em28xx-cards.c | 699 .tuner_type = TUNER_ABSENT, 713 .tuner_type = TUNER_ABSENT, 726 .tuner_type = TUNER_ABSENT, 731 .tuner_type = TUNER_XC2028, 744 .tuner_type = TUNER_ABSENT, 754 .tuner_type = TUNER_TEMIC_PAL, 769 .tuner_type = TUNER_LG_PAL_NEW_TAPC, 788 .tuner_type = TUNER_LG_PAL_NEW_TAPC, 808 .tuner_type = TUNER_LG_PAL_NEW_TAPC, 828 .tuner_type = TUNER_PHILIPS_FM1236_MK3, [all …]
|
| H A D | em28xx.h | 475 int tuner_type; member 674 int tuner_type; // type of the tuner member
|
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-cards.c | 54 .tuner_type = UNSET, 74 .tuner_type = UNSET, 103 .tuner_type = UNSET, 117 .tuner_type = TUNER_PHILIPS_PAL, 139 .tuner_type = TUNER_PHILIPS_4IN1, 160 .tuner_type = TUNER_PHILIPS_4IN1, 197 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3, 224 .tuner_type = TUNER_MT2032, 258 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3, 296 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3, [all …]
|
| H A D | cx88.h | 260 unsigned int tuner_type; member
|
| /linux/drivers/media/usb/au0828/ |
| H A D | au0828-cards.c | 33 .tuner_type = -1U, 38 .tuner_type = TUNER_XC5000, 65 .tuner_type = TUNER_XC5000, 92 .tuner_type = TUNER_XC5000, 98 .tuner_type = TUNER_XC5000, 104 .tuner_type = TUNER_NXP_TDA18271, 147 dev->board.tuner_type = tv.tuner_type; in hauppauge_eeprom() 220 if (dev->board.tuner_type != TUNER_ABSENT && dev->board.has_analog) { in au0828_card_analog_fe_setup() 228 tun_setup.type = dev->board.tuner_type; in au0828_card_analog_fe_setup()
|
| H A D | au0828-i2c.c | 130 if (((dev->board.tuner_type == TUNER_XC5000) || in i2c_sendbytes() 131 (dev->board.tuner_type == TUNER_XC5000C)) && in i2c_sendbytes() 224 if (((dev->board.tuner_type == TUNER_XC5000) || in i2c_readbytes() 225 (dev->board.tuner_type == TUNER_XC5000C)) && in i2c_readbytes()
|
| H A D | au0828.h | 77 unsigned int tuner_type; member
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-eeprom.c | 118 trace_eeprom("tuner_type=%d",tvdata.tuner_type); in pvr2_eeprom_analyze() 125 hdw->tuner_type = tvdata.tuner_type; in pvr2_eeprom_analyze()
|
| H A D | pvrusb2-hdw-internal.h | 284 unsigned int tuner_type; member
|
| /linux/drivers/media/common/ |
| H A D | tveeprom.c | 452 tvee->tuner_type = TUNER_ABSENT; in tveeprom_hauppauge_analog() 661 tvee->tuner_type = hauppauge_tuner[tuner1].id; in tveeprom_hauppauge_analog() 696 t_name1, tuner1, tvee->tuner_type); in tveeprom_hauppauge_analog()
|
| /linux/include/media/ |
| H A D | tveeprom.h | 75 u32 tuner_type; member
|
| /linux/drivers/media/pci/saa7134/ |
| H A D | saa7134-core.c | 1090 dev->tuner_type = saa7134_boards[dev->board].tuner_type; in saa7134_initdev() 1096 dev->tuner_type = tuner[dev->nr]; in saa7134_initdev() 1174 if (TUNER_ABSENT != dev->tuner_type) in saa7134_initdev() 1184 if (dev->tuner_type != TUNER_ABSENT && dev->tuner_type != UNSET) in saa7134_initdev() 1203 if (dev->tuner_type != TUNER_ABSENT && dev->tuner_type != UNSET) in saa7134_initdev()
|
| H A D | saa7134.h | 398 unsigned int tuner_type; member 577 unsigned int tuner_type; member
|
| /linux/drivers/media/usb/go7007/ |
| H A D | go7007-driver.c | 290 if (go->tuner_type >= 0) { in go7007_register_encoder() 293 .type = go->tuner_type, in go7007_register_encoder() 702 go->tuner_type = -1; in go7007_alloc()
|
| H A D | go7007-priv.h | 158 int tuner_type; member
|
| H A D | go7007-usb.c | 1232 go->tuner_type = TUNER_SONY_BTF_PG472Z; in go7007_usb_probe() 1238 go->tuner_type = TUNER_SONY_BTF_PK467Z; in go7007_usb_probe() 1245 go->tuner_type = TUNER_SONY_BTF_PB463Z; in go7007_usb_probe()
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | stv0900_sw.c | 595 if (intp->tuner_type[d] == 3) in stv0900_get_demod_cold_lock() 969 if (intp->tuner_type[demod] == 3) in stv0900_track_optimization() 1199 if (intp->tuner_type[demod] == 3) in stv0900_get_signal_params() 1243 if (intp->tuner_type[demod] == 3) in stv0900_get_signal_params() 1488 if (intp->tuner_type[demod] == 3) in stv0900_search_srate_coarse() 1889 if (intp->tuner_type[demod] == 3) in stv0900_algo()
|
| H A D | stv0900_priv.h | 300 int tuner_type[2]; member
|
| /linux/drivers/media/pci/cx18/ |
| H A D | cx18-driver.c | 405 if (tv.tuner_type == TUNER_ABSENT) in cx18_process_eeprom() 409 cx->options.tuner = tv.tuner_type; in cx18_process_eeprom()
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtv-driver.c | 468 if (tv.tuner_type == TUNER_ABSENT) in ivtv_process_eeprom() 472 itv->options.tuner = tv.tuner_type; in ivtv_process_eeprom()
|