/linux-3.4.99/drivers/media/common/tuners/ |
D | mt20xx.c | 101 unsigned int if1, unsigned int if2, in mt2032_compute_freq() argument 142 desired_lo2=lo1freq-rfin-if2; in mt2032_compute_freq() 243 unsigned int if1, unsigned int if2, in mt2032_set_if_freq() argument 251 rfin,if1,if2,from,to); in mt2032_set_if_freq() 258 ret=mt2032_compute_freq(fe,rfin,if1,if2,from,to,&buf[1],&sel,priv->xogc); in mt2032_set_if_freq() 303 int if2,from,to; in mt2032_set_tv_freq() local 310 if2 = 45750*1000; in mt2032_set_tv_freq() 315 if2 = 38900*1000; in mt2032_set_tv_freq() 319 1090*1000*1000, if2, from, to); in mt2032_set_tv_freq() 328 int if2; in mt2032_set_radio_freq() local [all …]
|
D | mt2060.c | 102 static int mt2060_spurcalc(u32 lo1,u32 lo2,u32 if2) in mt2060_spurcalc() argument 111 dia = (diff-(int)if2); in mt2060_spurcalc() 121 static int mt2060_spurcheck(u32 lo1,u32 lo2,u32 if2) in mt2060_spurcheck() argument 128 Spur=mt2060_spurcalc(lo1,lo2,if2); in mt2060_spurcheck() 134 Sp1 = mt2060_spurcalc(lo1+I,lo2+I,if2); in mt2060_spurcheck() 135 Sp2 = mt2060_spurcalc(lo1-I,lo2-I,if2); in mt2060_spurcheck() 144 Spur = mt2060_spurcalc(lo1+I,lo2+I,if2); in mt2060_spurcheck()
|
/linux-3.4.99/drivers/media/dvb/frontends/ |
D | mt352.c | 147 int if2 = 36167; /* 36.166667 MHz */ in mt352_calc_input_freq() local 152 if (state->config.if2) in mt352_calc_input_freq() 153 if2 = state->config.if2; in mt352_calc_input_freq() 155 if (adc_clock >= if2 * 2) in mt352_calc_input_freq() 156 ife = if2; in mt352_calc_input_freq() 158 ife = adc_clock - (if2 % adc_clock); in mt352_calc_input_freq() 164 __func__, if2, ife, adc_clock, value, value & 0x3fff); in mt352_calc_input_freq()
|
D | zl10353.c | 150 int if2 = 361667; /* 36.1667 MHz */ in zl10353_calc_input_freq() local 156 if (state->config.if2) in zl10353_calc_input_freq() 157 if2 = state->config.if2; in zl10353_calc_input_freq() 159 if (adc_clock >= if2 * 2) in zl10353_calc_input_freq() 160 ife = if2; in zl10353_calc_input_freq() 162 ife = adc_clock - (if2 % adc_clock); in zl10353_calc_input_freq() 171 __func__, if2, ife, adc_clock, -(int)value, *input_freq); in zl10353_calc_input_freq()
|
D | zl10353.h | 34 int if2; /* default: 361667 (36.1667 MHz) */ member
|
D | mt352.h | 45 int if2; // default: 36166 member
|
/linux-3.4.99/drivers/media/video/cx18/ |
D | cx18-dvb.c | 113 .if2 = 45600, /* 4.560 MHz IF from the XC3028 */ 221 .if2 = 4560, /* 4.560 MHz */ 228 .if2 = 45600, /* 4.560 MHz IF from the XC3028 */ 236 .if2 = 45600, /* 4.560 MHz IF from the XC3028 */
|
/linux-3.4.99/drivers/media/video/em28xx/ |
D | em28xx-dvb.c | 272 .if2 = 45600, 300 .if2 = 45600, 532 .if2 = 45600,
|
/linux-3.4.99/drivers/media/dvb/dvb-usb/ |
D | ce6230.c | 179 .if2 = 45700,
|
D | cxusb.c | 664 .if2 = 45600, 671 .if2 = 45600, 679 .if2 = 4560,
|
D | anysee.c | 322 .if2 = 41500, 330 .if2 = 41500,
|
/linux-3.4.99/drivers/media/video/cx88/ |
D | cx88-dvb.c | 260 .if2 = 45600, 305 .if2 = 45600, 311 .if2 = 4560, 540 .if2 = 45600,
|
/linux-3.4.99/drivers/media/video/tm6000/ |
D | tm6000-dvb.c | 244 .if2 = 45700, in tm6000_dvb_attach_frontend()
|
/linux-3.4.99/drivers/media/video/saa7134/ |
D | saa7134-dvb.c | 219 .if2 = 36150, 939 .if2 = 45600,
|
/linux-3.4.99/drivers/media/video/cx23885/ |
D | cx23885-dvb.c | 416 .if2 = 45600,
|