/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()
|
/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
|
/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 | 1736 if (dev->tuner_type != TUNER_ABSENT) in vidioc_querycap() 2227 if ((dev->tuner_type != TUNER_ABSENT) && (dev->tuner_type)) { in em28xx_tuner_setup() 2228 tun_setup.type = dev->tuner_type; in em28xx_tuner_setup() 2245 if (dev->tuner_type == TUNER_XC2028) { in em28xx_tuner_setup() 2344 if (dev->board.tuner_type != TUNER_ABSENT) { in em28xx_v4l2_init() 2509 if (dev->tuner_type == TUNER_ABSENT) { in em28xx_v4l2_init() 2539 if (dev->tuner_type == TUNER_ABSENT) { in em28xx_v4l2_init()
|
/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()
|
/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 …]
|
/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()
|
/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 …]
|
/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() 2144 __func__, dev->tuner_type); in cx231xx_tuner_post_channel_change() 2152 if (dev->tuner_type == TUNER_NXP_TDA18271) { in cx231xx_tuner_post_channel_change() 2158 if (dev->tuner_type == TUNER_NXP_TDA18271) { in cx231xx_tuner_post_channel_change() 2347 if (dev->board.tuner_type != TUNER_ABSENT) { in cx231xx_set_power_mode() 2411 if (dev->board.tuner_type != TUNER_ABSENT) { in cx231xx_set_power_mode()
|
/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
|
/drivers/media/usb/pvrusb2/ |
D | pvrusb2-eeprom.c | 134 trace_eeprom("tuner_type=%d",tvdata.tuner_type); in pvr2_eeprom_analyze() 141 hdw->tuner_type = tvdata.tuner_type; in pvr2_eeprom_analyze()
|
/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()
|
/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() 707 go->tuner_type = -1; in go7007_alloc()
|