Home
last modified time | relevance | path

Searched refs:if2 (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dmt20xx.c100 unsigned int if1, unsigned int if2, in mt2032_compute_freq() argument
141 desired_lo2=lo1freq-rfin-if2; in mt2032_compute_freq()
242 unsigned int if1, unsigned int if2, in mt2032_set_if_freq() argument
250 rfin,if1,if2,from,to); in mt2032_set_if_freq()
257 ret=mt2032_compute_freq(fe,rfin,if1,if2,from,to,&buf[1],&sel,priv->xogc); in mt2032_set_if_freq()
302 int if2,from,to; in mt2032_set_tv_freq() local
309 if2 = 45750*1000; in mt2032_set_tv_freq()
314 if2 = 38900*1000; in mt2032_set_tv_freq()
318 1090*1000*1000, if2, from, to); in mt2032_set_tv_freq()
327 int if2; in mt2032_set_radio_freq() local
[all …]
H A Dmt2060.c134 static int mt2060_spurcalc(u32 lo1,u32 lo2,u32 if2) in mt2060_spurcalc() argument
143 dia = (diff-(int)if2); in mt2060_spurcalc()
153 static int mt2060_spurcheck(u32 lo1,u32 lo2,u32 if2) in mt2060_spurcheck() argument
160 Spur=mt2060_spurcalc(lo1,lo2,if2); in mt2060_spurcheck()
166 Sp1 = mt2060_spurcalc(lo1+I,lo2+I,if2); in mt2060_spurcheck()
167 Sp2 = mt2060_spurcalc(lo1-I,lo2-I,if2); in mt2060_spurcheck()
176 Spur = mt2060_spurcalc(lo1+I,lo2+I,if2); in mt2060_spurcheck()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dmt352.c133 int if2 = 36167; /* 36.166667 MHz */ in mt352_calc_input_freq() local
138 if (state->config.if2) in mt352_calc_input_freq()
139 if2 = state->config.if2; in mt352_calc_input_freq()
141 if (adc_clock >= if2 * 2) in mt352_calc_input_freq()
142 ife = if2; in mt352_calc_input_freq()
144 ife = adc_clock - (if2 % adc_clock); in mt352_calc_input_freq()
150 __func__, if2, ife, adc_clock, value, value & 0x3fff); in mt352_calc_input_freq()
H A Dzl10353.c135 int if2 = 361667; /* 36.1667 MHz */ in zl10353_calc_input_freq() local
141 if (state->config.if2) in zl10353_calc_input_freq()
142 if2 = state->config.if2; in zl10353_calc_input_freq()
144 if (adc_clock >= if2 * 2) in zl10353_calc_input_freq()
145 ife = if2; in zl10353_calc_input_freq()
147 ife = adc_clock - (if2 % adc_clock); in zl10353_calc_input_freq()
155 __func__, if2, ife, adc_clock, -(int)value, *input_freq); in zl10353_calc_input_freq()
H A Dzl10353.h20 int if2; /* default: 361667 (36.1667 MHz) */ member
H A Dmt352.h31 int if2; // default: 36166 member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dosdep_intf.h153 void rtw_drv_if2_free(_adapter *if2);
154 void rtw_drv_if2_stop(_adapter *if2);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dosdep_intf.h153 void rtw_drv_if2_free(_adapter *if2);
154 void rtw_drv_if2_stop(_adapter *if2);
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-dvb.c101 .if2 = 45600, /* 4.560 MHz IF from the XC3028 */
207 .if2 = 4560, /* 4.560 MHz */
214 .if2 = 45600, /* 4.560 MHz IF from the XC3028 */
222 .if2 = 45600, /* 4.560 MHz IF from the XC3028 */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Dsdio_intf.c652 PADAPTER if1 = NULL, if2 = NULL; in rtw_drv_init() local
707 if ((if2 = rtw_drv_if2_init(if1, sdio_set_intf_ops)) == NULL) { in rtw_drv_init()
755 if(status != _SUCCESS && if2) { in rtw_drv_init()
757 rtw_drv_if2_stop(if2); in rtw_drv_init()
758 rtw_drv_if2_free(if2); in rtw_drv_init()
H A Dos_intfs.c2252 void rtw_drv_if2_free(_adapter *if2) in rtw_drv_if2_free() argument
2254 _adapter *padapter = if2; in rtw_drv_if2_free()
2267 void rtw_drv_if2_stop(_adapter *if2) in rtw_drv_if2_stop() argument
2269 _adapter *padapter = if2; in rtw_drv_if2_stop()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Dusb_intf.c1435 _adapter *if1 = NULL, *if2 = NULL; in rtw_drv_init() local
1463 if((if2 = rtw_drv_if2_init(if1, usb_set_intf_ops)) == NULL) { in rtw_drv_init()
1512 if(status != _SUCCESS && if2) { in rtw_drv_init()
1514 rtw_drv_if2_stop(if2); in rtw_drv_init()
1515 rtw_drv_if2_free(if2); in rtw_drv_init()
H A Dos_intfs.c2469 void rtw_drv_if2_free(_adapter *if2) in rtw_drv_if2_free() argument
2471 _adapter *padapter = if2; in rtw_drv_if2_free()
2484 void rtw_drv_if2_stop(_adapter *if2) in rtw_drv_if2_stop() argument
2486 _adapter *padapter = if2; in rtw_drv_if2_stop()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/os_dep/
H A Dsdio_intf.c462 struct adapter *if1 = NULL, *if2 = NULL; in rtw_drv_init() local
495 if (status != _SUCCESS && if2) { in rtw_drv_init()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx88/
H A Dcx88-dvb.c297 .if2 = 45600,
342 .if2 = 45600,
348 .if2 = 4560,
578 .if2 = 45600,
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/
H A Dce6230.c158 .if2 = 45700,
H A Danysee.c300 .if2 = 41500,
308 .if2 = 41500,
/OK3568_Linux_fs/kernel/drivers/media/usb/tm6000/
H A Dtm6000-dvb.c234 .if2 = 45700, in tm6000_dvb_attach_frontend()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dethernet-driver.rst136 | eth if1 | | eth if2 | | eth ifn |
/OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c352 .if2 = 45600,
390 .if2 = 45600,
865 .if2 = 45600,
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Dcxusb.c636 .if2 = 45600,
643 .if2 = 45600,
651 .if2 = 4560,
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Ddrv_types.h423 struct adapter *if2; /* SECONDARY_ADAPTER */ member
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/
H A Dsaa7134-dvb.c195 .if2 = 36150,
937 .if2 = 45600,
/OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c452 .if2 = 45600,