/linux-4.4.14/drivers/media/usb/usbvision/ |
D | usbvision-cards.c | 44 .tuner_type = 0, 58 .tuner_type = 0, 74 .tuner_type = 0, 88 .tuner_type = 0, 104 .tuner_type = 0, 120 .tuner_type = 0, 134 .tuner_type = 0, 150 .tuner_type = 0, 164 .tuner_type = 0, 180 .tuner_type = 0, [all …]
|
D | usbvision.h | 350 __u8 tuner_type; member 377 int tuner_type; member
|
D | usbvision-i2c.c | 250 if (usbvision->tuner_type != -1) { in usbvision_i2c_register() 252 tun_setup.type = usbvision->tuner_type; in usbvision_i2c_register()
|
D | usbvision-video.c | 1543 usbvision->tuner_type = usbvision_device_data[model].tuner_type; in usbvision_probe()
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 362 .tuner_type = UNSET, 374 .tuner_type = UNSET, 386 .tuner_type = UNSET, 399 .tuner_type = TUNER_PHILIPS_NTSC, 414 .tuner_type = TUNER_ABSENT, 426 .tuner_type = UNSET, 438 .tuner_type = UNSET, 451 .tuner_type = TUNER_ABSENT, 466 .tuner_type = UNSET, 478 .tuner_type = TUNER_TEMIC_PAL, [all …]
|
D | dst.c | 616 .tuner_type = TUNER_TYPE_L64724, 623 .tuner_type = TUNER_TYPE_STV0299, 630 .tuner_type = TUNER_TYPE_STV0299, 637 .tuner_type = TUNER_TYPE_MB86A15, 644 .tuner_type = TUNER_TYPE_MB86A15, 651 .tuner_type = TUNER_TYPE_STV0299, 658 .tuner_type = TUNER_TYPE_STV0299, 665 .tuner_type = TUNER_TYPE_UNKNOWN, 672 .tuner_type = TUNER_TYPE_UNKNOWN, 679 .tuner_type = TUNER_TYPE_UNKNOWN, [all …]
|
D | dst_common.h | 138 u32 tuner_type; member 146 u32 tuner_type; member 158 u32 tuner_type; member
|
D | bttv.h | 231 unsigned int tuner_type; member
|
D | bttvp.h | 377 unsigned int tuner_type; /* tuner chip type */ member
|
D | bttv-driver.c | 1209 btv->audio_input = (btv->tuner_type != TUNER_ABSENT && input == 0) ? in set_input() 1783 if (btv->tuner_type != TUNER_ABSENT && i->index == 0) { in bttv_enum_input() 2512 if (btv->tuner_type != TUNER_ABSENT) in bttv_querycap() 3932 if (btv->tuner_type == TUNER_ABSENT) { in vdev_init() 4047 btv->tuner_type = UNSET; in bttv_probe() 4194 if (btv->tuner_type != TUNER_ABSENT) { in bttv_probe()
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-cards.c | 570 .tuner_type = TUNER_ABSENT, 584 .tuner_type = TUNER_ABSENT, 597 .tuner_type = TUNER_ABSENT, 605 .tuner_type = TUNER_ABSENT, 615 .tuner_type = TUNER_TEMIC_PAL, 630 .tuner_type = TUNER_LG_PAL_NEW_TAPC, 649 .tuner_type = TUNER_LG_PAL_NEW_TAPC, 669 .tuner_type = TUNER_LG_PAL_NEW_TAPC, 689 .tuner_type = TUNER_PHILIPS_FM1236_MK3, 710 .tuner_type = TUNER_LG_PAL_NEW_TAPC, [all …]
|
D | em28xx.h | 443 int tuner_type; member 636 int tuner_type; /* type of the tuner */ member
|
D | em28xx-video.c | 1734 if (dev->tuner_type != TUNER_ABSENT) in vidioc_querycap() 2225 if ((dev->tuner_type != TUNER_ABSENT) && (dev->tuner_type)) { in em28xx_tuner_setup() 2226 tun_setup.type = dev->tuner_type; in em28xx_tuner_setup() 2243 if (dev->tuner_type == TUNER_XC2028) { in em28xx_tuner_setup() 2342 if (dev->board.tuner_type != TUNER_ABSENT) { in em28xx_v4l2_init() 2507 if (dev->tuner_type == TUNER_ABSENT) { in em28xx_v4l2_init() 2537 if (dev->tuner_type == TUNER_ABSENT) { in em28xx_v4l2_init()
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-cards.c | 77 .tuner_type = UNSET, 97 .tuner_type = UNSET, 126 .tuner_type = UNSET, 140 .tuner_type = TUNER_PHILIPS_PAL, 162 .tuner_type = TUNER_PHILIPS_4IN1, 183 .tuner_type = TUNER_PHILIPS_4IN1, 220 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3, 247 .tuner_type = TUNER_MT2032, 281 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3, 320 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3, [all …]
|
D | cx88-video.c | 805 if (UNSET != core->board.tuner_type) in cx88_querycap() 936 if (unlikely(UNSET == core->board.tuner_type)) in vidioc_g_tuner() 958 if (UNSET == core->board.tuner_type) in vidioc_s_tuner() 973 if (unlikely(UNSET == core->board.tuner_type)) in vidioc_g_frequency() 990 if (unlikely(UNSET == core->board.tuner_type)) in cx88_set_freq() 1516 if (core->board.tuner_type != UNSET) { in cx8800_initdev()
|
D | cx88-blackbird.c | 881 if (unlikely(UNSET == core->board.tuner_type)) in vidioc_s_frequency() 924 if (unlikely(UNSET == core->board.tuner_type)) in vidioc_g_frequency() 966 if (unlikely(UNSET == core->board.tuner_type)) in vidioc_g_tuner() 988 if (UNSET == core->board.tuner_type) in vidioc_s_tuner()
|
D | cx88.h | 268 unsigned int tuner_type; member
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-cards.c | 66 .tuner_type = TUNER_ABSENT, 81 .tuner_type = TUNER_PHILIPS_PAL, 110 .tuner_type = TUNER_PHILIPS_PAL, 159 .tuner_type = TUNER_LG_PAL_NEW_TAPC, 202 .tuner_type = TUNER_PHILIPS_TDA8290, 231 .tuner_type = TUNER_PHILIPS_TDA8290, 281 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3, /* TCL MFPE05 2 */ 330 .tuner_type = TUNER_PHILIPS_PAL, 361 .tuner_type = TUNER_PHILIPS_NTSC_M, 388 .tuner_type = TUNER_PHILIPS_PAL, [all …]
|
D | saa7134-core.c | 971 dev->tuner_type = saa7134_boards[dev->board].tuner_type; in saa7134_initdev() 977 dev->tuner_type = tuner[dev->nr]; in saa7134_initdev() 1060 if (TUNER_ABSENT != dev->tuner_type) in saa7134_initdev()
|
D | saa7134.h | 395 unsigned int tuner_type; member 569 unsigned int tuner_type; member
|
D | saa7134-video.c | 1442 unsigned int tuner_type = dev->tuner_type; in saa7134_querycap() local 1450 if ((tuner_type != TUNER_ABSENT) && (tuner_type != UNSET)) in saa7134_querycap()
|
D | saa7134-tvaudio.c | 796 if (dev->tuner_type == TUNER_PHILIPS_TDA8290) { in tvaudio_thread_ddep()
|
/linux-4.4.14/drivers/media/usb/au0828/ |
D | au0828-cards.c | 47 .tuner_type = -1U, 52 .tuner_type = TUNER_XC5000, 79 .tuner_type = TUNER_XC5000, 106 .tuner_type = TUNER_XC5000, 112 .tuner_type = TUNER_XC5000, 118 .tuner_type = TUNER_NXP_TDA18271, 161 dev->board.tuner_type = tv.tuner_type; in hauppauge_eeprom() 234 if (dev->board.tuner_type != TUNER_ABSENT && dev->board.has_analog) { in au0828_card_analog_fe_setup() 242 tun_setup.type = dev->board.tuner_type; in au0828_card_analog_fe_setup()
|
D | au0828-i2c.c | 151 if (((dev->board.tuner_type == TUNER_XC5000) || in i2c_sendbytes() 152 (dev->board.tuner_type == TUNER_XC5000C)) && in i2c_sendbytes() 245 if (((dev->board.tuner_type == TUNER_XC5000) || in i2c_readbytes() 246 (dev->board.tuner_type == TUNER_XC5000C)) && in i2c_readbytes()
|
D | au0828.h | 91 unsigned int tuner_type; member
|
D | au0828-dvb.c | 556 switch (dev->board.tuner_type) { in au0828_dvb_register()
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000-cards.c | 78 int tuner_type; /* type of the tuner */ member 118 .tuner_type = TUNER_XC2028, 144 .tuner_type = TUNER_XC2028, 171 .tuner_type = TUNER_XC2028, 207 .tuner_type = TUNER_XC2028, 237 .tuner_type = TUNER_PHILIPS_FQ1216AME_MK4, 262 .tuner_type = TUNER_XC2028, 288 .tuner_type = TUNER_XC2028, /* has a XC3028 */ 318 .tuner_type = TUNER_XC2028, /* has a XC3028 */ 350 .tuner_type = TUNER_XC2028, /* has a XC3028 */ [all …]
|
D | tm6000-video.c | 881 if (dev->tuner_type != TUNER_ABSENT) in vidioc_querycap() 1205 if (UNSET == dev->tuner_type) in vidioc_g_tuner() 1229 if (UNSET == dev->tuner_type) in vidioc_s_tuner() 1251 if (UNSET == dev->tuner_type) in vidioc_g_frequency() 1269 if (UNSET == dev->tuner_type) in vidioc_s_frequency()
|
D | tm6000.h | 195 int tuner_type; /* type of the tuner */ member
|
D | tm6000-dvb.c | 281 switch (dev->tuner_type) { in register_dvb()
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-cards.c | 71 .tuner_type = TUNER_ABSENT, 94 .tuner_type = TUNER_XC5000, 134 .tuner_type = TUNER_XC5000, 174 .tuner_type = TUNER_NXP_TDA18271, 215 .tuner_type = TUNER_NXP_TDA18271, 255 .tuner_type = TUNER_ABSENT, 286 .tuner_type = TUNER_XC5000, 314 .tuner_type = TUNER_XC5000, 342 .tuner_type = TUNER_NXP_TDA18271, 381 .tuner_type = TUNER_ABSENT, [all …]
|
D | cx231xx-i2c.c | 65 const struct i2c_msg *msg, int tuner_type) in is_tuner() argument 75 if (dev->tuner_type != tuner_type) in is_tuner()
|
D | cx231xx-avcore.c | 602 if (dev->tuner_type == TUNER_NXP_TDA18271) in cx231xx_set_video_input_mux() 768 if (dev->board.tuner_type == TUNER_XC5000) { in cx231xx_set_decoder_video_input() 909 if (dev->tuner_type == TUNER_NXP_TDA18271) { in cx231xx_set_decoder_video_input() 1190 switch (dev->board.tuner_type) { in cx231xx_set_audio_decoder_input() 2141 __func__, dev->tuner_type); in cx231xx_tuner_post_channel_change() 2149 if (dev->tuner_type == TUNER_NXP_TDA18271) { in cx231xx_tuner_post_channel_change() 2155 if (dev->tuner_type == TUNER_NXP_TDA18271) { in cx231xx_tuner_post_channel_change() 2344 if (dev->board.tuner_type != TUNER_ABSENT) { in cx231xx_set_power_mode() 2408 if (dev->board.tuner_type != TUNER_ABSENT) { in cx231xx_set_power_mode()
|
D | cx231xx.h | 338 int tuner_type; member 623 int tuner_type; /* type of the tuner */ member
|
D | cx231xx-video.c | 1277 if (dev->tuner_type == TUNER_NXP_TDA18271) { in cx231xx_s_frequency() 1525 if (dev->tuner_type != TUNER_ABSENT) in cx231xx_querycap() 2128 if (dev->tuner_type == TUNER_ABSENT) { in cx231xx_vdev_init()
|
D | cx231xx-core.c | 1327 if ((dev->board.tuner_type == TUNER_XC5000) || in cx231xx_dev_init() 1328 (dev->board.tuner_type == TUNER_XC2028)) in cx231xx_dev_init()
|
D | cx231xx-417.c | 1928 if (dev->tuner_type == TUNER_ABSENT) { in cx231xx_video_dev_init()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-eeprom.c | 139 trace_eeprom("tuner_type=%d",tvdata.tuner_type); in pvr2_eeprom_analyze() 146 hdw->tuner_type = tvdata.tuner_type; in pvr2_eeprom_analyze()
|
D | pvrusb2-hdw-internal.h | 299 unsigned int tuner_type; member
|
D | pvrusb2-hdw.c | 1787 hdw->tuner_type = tp; in get_default_tuner_type() 2211 hdw->tuner_type = hdw->hdw_desc->default_tuner_type; in pvr2_hdw_setup_low() 2234 hdw->tuner_type); in pvr2_hdw_setup_low() 2633 hdw->tuner_type = -1; in pvr2_hdw_create() 2893 hdw->tuner_type); in pvr2_subdev_update() 2894 if (((int)(hdw->tuner_type)) >= 0) { in pvr2_subdev_update() 2897 setup.type = hdw->tuner_type; in pvr2_subdev_update()
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-cards.c | 98 .tuner_type = TUNER_PHILIPS_TDA8290, 130 .tuner_type = TUNER_PHILIPS_TDA8290, 173 .tuner_type = TUNER_XC2028, 225 .tuner_type = TUNER_XC2028, 259 .tuner_type = TUNER_XC4000, 327 .tuner_type = TUNER_ABSENT, 356 .tuner_type = TUNER_ABSENT, 381 .tuner_type = TUNER_XC5000, 411 .tuner_type = TUNER_XC5000, 444 .tuner_type = TUNER_ABSENT, [all …]
|
D | cx23885-video.c | 627 if (dev->tuner_type != TUNER_ABSENT) in vidioc_querycap() 846 if (dev->tuner_type == TUNER_ABSENT) in vidioc_g_tuner() 862 if (dev->tuner_type == TUNER_ABSENT) in vidioc_s_tuner() 877 if (dev->tuner_type == TUNER_ABSENT) in vidioc_g_frequency() 893 if (dev->tuner_type == TUNER_ABSENT) in cx23885_set_freq() 1164 if ((TUNER_ABSENT != dev->tuner_type) && in cx23885_video_register() 1181 tun_setup.type = dev->tuner_type; in cx23885_video_register() 1194 .tuner = dev->tuner_type, in cx23885_video_register() 1206 .tuner = dev->tuner_type, in cx23885_video_register()
|
D | cx23885.h | 201 unsigned int tuner_type; member 399 unsigned int tuner_type; member
|
D | cx23885-417.c | 1289 if (dev->tuner_type == TUNER_ABSENT) in vidioc_g_tuner() 1306 if (dev->tuner_type == TUNER_ABSENT) in vidioc_s_tuner() 1320 if (dev->tuner_type == TUNER_ABSENT) in vidioc_g_frequency() 1348 if (dev->tuner_type != TUNER_ABSENT) in vidioc_querycap()
|
D | cx23885-core.c | 942 dev->tuner_type = cx23885_boards[dev->board].tuner_type; in cx23885_dev_setup() 949 __func__, dev->tuner_type, dev->tuner_addr, dev->tuner_bus); in cx23885_dev_setup()
|
/linux-4.4.14/include/media/ |
D | tveeprom.h | 62 u32 tuner_type; member
|
/linux-4.4.14/drivers/media/common/ |
D | tveeprom.c | 476 tvee->tuner_type = TUNER_ABSENT; in tveeprom_hauppauge_analog() 691 tvee->tuner_type = hauppauge_tuner[tuner1].id; in tveeprom_hauppauge_analog() 726 t_name1, tuner1, tvee->tuner_type); in tveeprom_hauppauge_analog()
|
/linux-4.4.14/drivers/media/usb/go7007/ |
D | go7007-driver.c | 296 if (go->tuner_type >= 0) { in go7007_register_encoder() 299 .type = go->tuner_type, in go7007_register_encoder() 709 go->tuner_type = -1; in go7007_alloc()
|
D | go7007-priv.h | 166 int tuner_type; member
|
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-4.4.14/drivers/media/dvb-frontends/ |
D | stv0900_sw.c | 609 if (intp->tuner_type[d] == 3) in stv0900_get_demod_cold_lock() 983 if (intp->tuner_type[demod] == 3) in stv0900_track_optimization() 1213 if (intp->tuner_type[demod] == 3) in stv0900_get_signal_params() 1257 if (intp->tuner_type[demod] == 3) in stv0900_get_signal_params() 1503 if (intp->tuner_type[demod] == 3) in stv0900_search_srate_coarse() 1904 if (intp->tuner_type[demod] == 3) in stv0900_algo()
|
D | stv0900_priv.h | 315 int tuner_type[2]; member
|
D | stv0900_core.c | 1425 intp->tuner_type[0] = p_init->tuner1_type; in stv0900_init_internal() 1426 intp->tuner_type[1] = p_init->tuner2_type; in stv0900_init_internal()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-driver.c | 420 if (tv.tuner_type == TUNER_ABSENT) in cx18_process_eeprom() 424 cx->options.tuner = tv.tuner_type; in cx18_process_eeprom()
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Sound-FAQ | 127 tuner_type - same as tuner= insmod option
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 511 if (tv.tuner_type == TUNER_ABSENT) in ivtv_process_eeprom() 515 itv->options.tuner = tv.tuner_type; in ivtv_process_eeprom()
|