Home
last modified time | relevance | path

Searched refs:bandwidth_hz (Results 1 – 89 of 89) sorted by relevance

/linux-4.4.14/drivers/media/dvb-frontends/
Dascot2e.c283 if (p->bandwidth_hz <= 5000000) in ascot2e_get_tv_system()
285 else if (p->bandwidth_hz <= 6000000) in ascot2e_get_tv_system()
287 else if (p->bandwidth_hz <= 7000000) in ascot2e_get_tv_system()
289 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
293 p->bandwidth_hz = 8000000; in ascot2e_get_tv_system()
296 if (p->bandwidth_hz <= 5000000) in ascot2e_get_tv_system()
298 else if (p->bandwidth_hz <= 6000000) in ascot2e_get_tv_system()
300 else if (p->bandwidth_hz <= 7000000) in ascot2e_get_tv_system()
302 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
306 p->bandwidth_hz = 8000000; in ascot2e_get_tv_system()
[all …]
Dsp887x.c317 switch (p->bandwidth_hz) { in sp887x_correct_offsets()
357 if (p->bandwidth_hz != 8000000 && in sp887x_setup_frontend_parameters()
358 p->bandwidth_hz != 7000000 && in sp887x_setup_frontend_parameters()
359 p->bandwidth_hz != 6000000) in sp887x_setup_frontend_parameters()
385 if (p->bandwidth_hz == 6000000) in sp887x_setup_frontend_parameters()
387 else if (p->bandwidth_hz == 7000000) in sp887x_setup_frontend_parameters()
402 if (p->bandwidth_hz == 6000000) in sp887x_setup_frontend_parameters()
404 else if (p->bandwidth_hz == 7000000) in sp887x_setup_frontend_parameters()
Daf9033.c34 u32 bandwidth_hz; member
457 dev->bandwidth_hz = 0; /* force to program all parameters */ in af9033_init()
558 c->frequency, c->bandwidth_hz); in af9033_set_frontend()
561 switch (c->bandwidth_hz) { in af9033_set_frontend()
582 if (c->bandwidth_hz != dev->bandwidth_hz) { in af9033_set_frontend()
585 coeff_lut[i].bandwidth_hz == c->bandwidth_hz) { in af9033_set_frontend()
602 if (c->bandwidth_hz != dev->bandwidth_hz) { in af9033_set_frontend()
654 dev->bandwidth_hz = c->bandwidth_hz; in af9033_set_frontend()
761 c->bandwidth_hz = 6000000; in af9033_get_frontend()
764 c->bandwidth_hz = 7000000; in af9033_get_frontend()
[all …]
Dsi2168.c205 c->bandwidth_hz, c->symbol_rate, c->inversion, in si2168_set_frontend()
228 if (c->bandwidth_hz == 0) { in si2168_set_frontend()
231 } else if (c->bandwidth_hz <= 2000000) in si2168_set_frontend()
233 else if (c->bandwidth_hz <= 5000000) in si2168_set_frontend()
235 else if (c->bandwidth_hz <= 6000000) in si2168_set_frontend()
237 else if (c->bandwidth_hz <= 7000000) in si2168_set_frontend()
239 else if (c->bandwidth_hz <= 8000000) in si2168_set_frontend()
241 else if (c->bandwidth_hz <= 9000000) in si2168_set_frontend()
243 else if (c->bandwidth_hz <= 10000000) in si2168_set_frontend()
Ddvb-pll.c97 u32 bw = fe->dtv_property_cache.bandwidth_hz; in thomson_dtt759x_bw()
121 u32 bw = fe->dtv_property_cache.bandwidth_hz; in thomson_dtt7520x_bw()
215 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tda665x_bw()
249 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tua6034_bw()
273 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tded4_bw()
664 priv->bandwidth = c->bandwidth_hz; in dvb_pll_set_params()
689 priv->bandwidth = c->bandwidth_hz; in dvb_pll_calc_regs()
Daf9013.c41 u32 bandwidth_hz; member
593 __func__, c->frequency, c->bandwidth_hz); in af9013_set_frontend()
600 if (c->bandwidth_hz != state->bandwidth_hz) { in af9013_set_frontend()
603 coeff_lut[i].bandwidth_hz == c->bandwidth_hz) { in af9013_set_frontend()
617 if (c->bandwidth_hz != state->bandwidth_hz || state->first_tune) { in af9013_set_frontend()
814 switch (c->bandwidth_hz) { in af9013_set_frontend()
859 state->bandwidth_hz = c->bandwidth_hz; in af9013_set_frontend()
970 c->bandwidth_hz = 6000000; in af9013_get_frontend()
973 c->bandwidth_hz = 7000000; in af9013_get_frontend()
976 c->bandwidth_hz = 8000000; in af9013_get_frontend()
Dzl10353.c206 switch (c->bandwidth_hz) { in zl10353_set_parameters()
219 c->bandwidth_hz = 8000000; in zl10353_set_parameters()
227 zl10353_calc_nominal_rate(fe, c->bandwidth_hz, &nominal_rate); in zl10353_set_parameters()
230 state->bandwidth = c->bandwidth_hz; in zl10353_set_parameters()
459 c->bandwidth_hz = state->bandwidth; in zl10353_get_parameters()
Dmt352.c290 mt352_calc_nominal_rate(state, op->bandwidth_hz, buf+4); in mt352_set_parameters()
405 op->bandwidth_hz = 8000000; in mt352_get_parameters()
407 op->bandwidth_hz = 7000000; in mt352_get_parameters()
409 op->bandwidth_hz = 6000000; in mt352_get_parameters()
Daf9013_priv.h48 u32 bandwidth_hz; member
Dtda1004x.c806 tda10045h_set_bandwidth(state, fe_params->bandwidth_hz); in tda1004x_set_fe()
810 tda10046h_set_bandwidth(state, fe_params->bandwidth_hz); in tda1004x_set_fe()
930 fe_params->bandwidth_hz = 8000000; in tda1004x_get_fe()
933 fe_params->bandwidth_hz = 7000000; in tda1004x_get_fe()
936 fe_params->bandwidth_hz = 6000000; in tda1004x_get_fe()
944 fe_params->bandwidth_hz = 8000000; in tda1004x_get_fe()
948 fe_params->bandwidth_hz = 7000000; in tda1004x_get_fe()
952 fe_params->bandwidth_hz = 6000000; in tda1004x_get_fe()
Dcx22700.c159 if (p->bandwidth_hz > 8000000 || p->bandwidth_hz < 6000000) in cx22700_set_tps()
162 if (p->bandwidth_hz == 7000000) in cx22700_set_tps()
Daf9033_priv.h42 u32 bandwidth_hz; member
Ddib3000mc.c445 u32 bw = BANDWIDTH_TO_KHZ(ch->bandwidth_hz); in dib3000mc_set_channel_cfg()
626 BANDWIDTH_TO_KHZ(ch->bandwidth_hz), 1); in dib3000mc_tune()
647 fep->bandwidth_hz = state->current_bandwidth; in dib3000mc_get_frontend()
702 state->current_bandwidth = fep->bandwidth_hz; in dib3000mc_set_frontend()
703 dib3000mc_set_bandwidth(state, BANDWIDTH_TO_KHZ(fep->bandwidth_hz)); in dib3000mc_set_frontend()
Dec100.c97 __func__, c->frequency, c->bandwidth_hz); in ec100_set_frontend()
121 switch (c->bandwidth_hz) { in ec100_set_frontend()
Ds5h1432.c194 switch (p->bandwidth_hz) { in s5h1432_set_frontend()
218 switch (p->bandwidth_hz) { in s5h1432_set_frontend()
Dcxd2820r_t2.c73 c->frequency, c->bandwidth_hz); in cxd2820r_set_frontend_t2()
75 switch (c->bandwidth_hz) { in cxd2820r_set_frontend_t2()
Dcxd2820r_t.c59 c->frequency, c->bandwidth_hz); in cxd2820r_set_frontend_t()
61 switch (c->bandwidth_hz) { in cxd2820r_set_frontend_t()
Dlgs8gl5.c321 if (p->bandwidth_hz != 8000000) in lgs8gl5_set_frontend()
353 p->bandwidth_hz = 8000000; in lgs8gl5_get_frontend()
Dsp8870.c280 if (p->bandwidth_hz == 6000000) in sp8870_set_frontend_parameters()
282 else if (p->bandwidth_hz == 7000000) in sp8870_set_frontend_parameters()
Ddib7000m.c844 dib7000m_set_bandwidth(state, BANDWIDTH_TO_KHZ(ch->bandwidth_hz)); in dib7000m_set_channel()
979 factor = BANDWIDTH_TO_KHZ(schan.bandwidth_hz); in dib7000m_autosearch_start()
1094 dib7000m_set_bandwidth(state, BANDWIDTH_TO_KHZ(ch->bandwidth_hz)); in dib7000m_tune()
1162 fep->bandwidth_hz = BANDWIDTH_TO_HZ(state->current_bandwidth); in dib7000m_get_frontend()
1220 dib7000m_set_bandwidth(state, BANDWIDTH_TO_KHZ(fep->bandwidth_hz)); in dib7000m_set_frontend()
Ddib0070.c158 if (state->fe->dtv_property_cache.bandwidth_hz/1000 > 7000) in dib0070_set_bandwidth()
160 else if (state->fe->dtv_property_cache.bandwidth_hz/1000 > 6000) in dib0070_set_bandwidth()
162 else if (state->fe->dtv_property_cache.bandwidth_hz/1000 > 5000) in dib0070_set_bandwidth()
Drtl2830.c206 c->frequency, c->bandwidth_hz, c->inversion); in rtl2830_set_frontend()
212 switch (c->bandwidth_hz) { in rtl2830_set_frontend()
224 c->bandwidth_hz); in rtl2830_set_frontend()
Dtda10048.c735 if (p->bandwidth_hz != state->bandwidth) { in tda10048_set_frontend()
736 tda10048_set_if(fe, p->bandwidth_hz); in tda10048_set_frontend()
737 tda10048_set_bandwidth(fe, p->bandwidth_hz); in tda10048_set_frontend()
Dsi2165.c783 if (p->bandwidth_hz > 0) { in si2165_set_parameters()
784 dvb_rate = p->bandwidth_hz * 8 / 7; in si2165_set_parameters()
785 bw10k = p->bandwidth_hz / 10000; in si2165_set_parameters()
Drtl2832.c488 c->frequency, c->bandwidth_hz, c->inversion); in rtl2832_set_frontend()
512 switch (c->bandwidth_hz) { in rtl2832_set_frontend()
527 c->bandwidth_hz); in rtl2832_set_frontend()
Dcxd2841er.c451 priv, p->bandwidth_hz); in cxd2841er_retune_active()
454 priv, p->bandwidth_hz); in cxd2841er_retune_active()
2208 priv, p->bandwidth_hz); in cxd2841er_set_frontend_tc()
2226 p->bandwidth_hz); in cxd2841er_set_frontend_tc()
2242 priv, p->bandwidth_hz); in cxd2841er_set_frontend_tc()
2335 priv, p->bandwidth_hz, in cxd2841er_tune_tc()
Drtl2832_sdr.c851 c->bandwidth_hz = dev->f_adc; in rtl2832_sdr_set_tuner_freq()
854 c->bandwidth_hz = v4l2_ctrl_g_ctrl(bandwidth); in rtl2832_sdr_set_tuner_freq()
861 c->frequency, c->bandwidth_hz); in rtl2832_sdr_set_tuner_freq()
1331 c->bandwidth_hz = dev->bandwidth->val; in rtl2832_sdr_s_ctrl()
Das102_fe.c75 switch (c->bandwidth_hz) { in as102_fe_set_frontend()
Dnxt6000.c474 result = nxt6000_set_bandwidth(state, p->bandwidth_hz); in nxt6000_set_frontend()
Dcx22702.c280 switch (p->bandwidth_hz) { in cx22702_set_tps()
Ddib9000.c1162 b[4] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 0) & 0xff); in dib9000_fw_set_channel_head()
1163 b[5] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 8) & 0xff); in dib9000_fw_set_channel_head()
1164 b[6] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 16) & 0xff); in dib9000_fw_set_channel_head()
1165 b[7] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 24) & 0xff); in dib9000_fw_set_channel_head()
2001 if (state->fe[0]->dtv_property_cache.bandwidth_hz == 0) { in dib9000_set_frontend()
Ddib7000p.c963 dib7000p_set_bandwidth(state, BANDWIDTH_TO_KHZ(ch->bandwidth_hz)); in dib7000p_set_channel()
1135 factor = BANDWIDTH_TO_KHZ(ch->bandwidth_hz); in dib7000p_autosearch_start()
1363 dib7000p_spur_protect(state, ch->frequency / 1000, BANDWIDTH_TO_KHZ(ch->bandwidth_hz)); in dib7000p_tune()
1365 dib7000p_set_bandwidth(state, BANDWIDTH_TO_KHZ(ch->bandwidth_hz)); in dib7000p_tune()
1416 fep->bandwidth_hz = BANDWIDTH_TO_HZ(state->current_bandwidth); in dib7000p_get_frontend()
Dl64781.c141 switch (p->bandwidth_hz) { in apply_frontend_param()
Datbm8830.c310 c->bandwidth_hz = 8000000; in atbm8830_get_fe()
Ddrxd_hard.c1620 switch (state->props.bandwidth_hz) { in CorrectSysClockDeviation()
1804 if (state->props.bandwidth_hz == 8000000) { in StartDiversity()
2331 switch (p->bandwidth_hz) { in DRX_Start()
2333 p->bandwidth_hz = 8000000; in DRX_Start()
Ddib3000mb.c129 switch (c->bandwidth_hz) { in dib3000mb_set_frontend()
Dts2020.c283 f3db = (c->bandwidth_hz / 1000 / 2) + 2000; in ts2020_set_params()
Dhd29l2.c354 c->delivery_system, c->frequency, c->bandwidth_hz, in hd29l2_search()
Ddib0090.c1825 if (state->fe->dtv_property_cache.bandwidth_hz / 1000 <= 5000) in dib0090_set_bandwidth()
1827 else if (state->fe->dtv_property_cache.bandwidth_hz / 1000 <= 6000) in dib0090_set_bandwidth()
1829 else if (state->fe->dtv_property_cache.bandwidth_hz / 1000 <= 7000) in dib0090_set_bandwidth()
Ddib8000.c2768 return (LUT_isdbt_symbol_duration[i] / (c->bandwidth_hz / 1000)) + 1; in dib8000_get_symbol_duration()
3034 dib8000_set_bandwidth(fe, c->bandwidth_hz / 1000); in dib8000_tune()
3392 fe->dtv_property_cache.bandwidth_hz = 6000000; in dib8000_get_frontend()
3584 if (c->bandwidth_hz == 0) { in dib8000_set_frontend()
3586 c->bandwidth_hz = 6000000; in dib8000_set_frontend()
Dtc90522.c353 c->bandwidth_hz = 6000000; in tc90522t_get_frontend()
Dlgs8gxx.c705 fe_params->bandwidth_hz = 8000000; in lgs8gxx_get_fe()
Dtda18271c2dd.c1142 u32 bw = fe->dtv_property_cache.bandwidth_hz; in set_params()
Dmb86a20s.c517 c->bandwidth_hz = 6000000; in mb86a20s_reset_frontend_cache()
Dstv0367.c1868 switch (p->bandwidth_hz) { in stv0367ter_set_frontend()
Ddrxk_hard.c3916 switch (state->props.bandwidth_hz) { in set_dvbt()
3918 state->props.bandwidth_hz = 8000000; in set_dvbt()
/linux-4.4.14/drivers/media/tuners/
Dtda18212.c66 c->bandwidth_hz); in tda18212_set_params()
81 switch (c->bandwidth_hz) { in tda18212_set_params()
100 switch (c->bandwidth_hz) { in tda18212_set_params()
Dit913x.c228 dev->role, c->frequency, c->bandwidth_hz); in it913x_set_params()
336 if (c->bandwidth_hz <= 5000000) in it913x_set_params()
338 else if (c->bandwidth_hz <= 6000000) in it913x_set_params()
340 else if (c->bandwidth_hz <= 7000000) in it913x_set_params()
Dsi2157.c265 c->delivery_system, c->frequency, c->bandwidth_hz); in si2157_set_params()
272 if (c->bandwidth_hz <= 6000000) in si2157_set_params()
274 else if (c->bandwidth_hz <= 7000000) in si2157_set_params()
276 else if (c->bandwidth_hz <= 8000000) in si2157_set_params()
Dtda827x.c168 if (c->bandwidth_hz == 0) { in tda827xo_set_params()
170 } else if (c->bandwidth_hz <= 6000000) { in tda827xo_set_params()
172 } else if (c->bandwidth_hz <= 7000000) { in tda827xo_set_params()
222 priv->bandwidth = c->bandwidth_hz; in tda827xo_set_params()
532 if (c->bandwidth_hz == 0) { in tda827xa_set_params()
534 } else if (c->bandwidth_hz <= 6000000) { in tda827xa_set_params()
536 } else if (c->bandwidth_hz <= 7000000) { in tda827xa_set_params()
650 priv->bandwidth = c->bandwidth_hz; in tda827xa_set_params()
Dmax2165.c269 switch (c->bandwidth_hz) { in max2165_set_params()
276 c->bandwidth_hz); in max2165_set_params()
284 max2165_set_bandwidth(priv, c->bandwidth_hz); in max2165_set_params()
Dtua9001.c95 c->delivery_system, c->frequency, c->bandwidth_hz); in tua9001_set_params()
99 switch (c->bandwidth_hz) { in tua9001_set_params()
Dmt2266.c149 switch (c->bandwidth_hz) { in mt2266_set_params()
164 priv->bandwidth = c->bandwidth_hz; in mt2266_set_params()
Dfc0012.c251 switch (p->bandwidth_hz) { in fc0012_set_params()
320 priv->bandwidth = p->bandwidth_hz; in fc0012_set_params()
Dfc0011.c185 u32 bandwidth = p->bandwidth_hz / 1000; in fc0011_set_params()
451 priv->bandwidth = p->bandwidth_hz; in fc0011_set_params()
Dfc0013.c405 switch (p->bandwidth_hz) { in fc0013_set_params()
480 priv->bandwidth = p->bandwidth_hz; in fc0013_set_params()
Dtuner-simple.c894 u32 bw = c->bandwidth_hz; in simple_dvb_calc_regs()
908 priv->bandwidth = c->bandwidth_hz; in simple_dvb_calc_regs()
917 u32 bw = c->bandwidth_hz; in simple_dvb_set_params()
Dmxl5007t.c636 switch (c->bandwidth_hz) { in mxl5007t_set_params()
669 state->bandwidth = c->bandwidth_hz; in mxl5007t_set_params()
Dtda18218.c128 u32 bw = c->bandwidth_hz; in tda18218_set_params()
Dxc5000.c723 u32 bw = fe->dtv_property_cache.bandwidth_hz; in xc5000_tune_digital()
766 u32 bw = fe->dtv_property_cache.bandwidth_hz; in xc5000_set_digital_params()
Dmt2063.c2148 if (c->bandwidth_hz == 0) in mt2063_set_params()
2150 if (c->bandwidth_hz <= 6000000) in mt2063_set_params()
2152 else if (c->bandwidth_hz <= 7000000) in mt2063_set_params()
Dfc2580.c336 dev->f_bandwidth = c->bandwidth_hz; in fc2580_dvb_set_params()
Dxc4000.c1162 u32 bw = c->bandwidth_hz; in xc4000_set_params()
1227 priv->bandwidth = c->bandwidth_hz; in xc4000_set_params()
De4000.c601 dev->f_bandwidth = c->bandwidth_hz; in e4000_dvb_set_params()
Dr820t.c2220 __func__, c->delivery_system, c->frequency, c->bandwidth_hz); in r820t_set_params()
2226 bw = (c->bandwidth_hz + 500000) / 1000000; in r820t_set_params()
Dtda18271-fe.c936 u32 bw = c->bandwidth_hz; in tda18271_set_params()
Dtuner-xc2028.c1194 u32 bw = c->bandwidth_hz; in xc2028_set_params()
Dmxl5005s.c3986 u32 bw = c->bandwidth_hz; in mxl5005s_set_params()
/linux-4.4.14/drivers/staging/media/mn88472/
Dmn88472.c61 if (c->bandwidth_hz <= 5000000) { in mn88472_set_frontend()
64 } else if (c->bandwidth_hz <= 6000000) { in mn88472_set_frontend()
68 } else if (c->bandwidth_hz <= 7000000) { in mn88472_set_frontend()
72 } else if (c->bandwidth_hz <= 8000000) { in mn88472_set_frontend()
/linux-4.4.14/drivers/staging/media/mn88473/
Dmn88473.c41 c->bandwidth_hz, in mn88473_set_frontend()
66 if (c->bandwidth_hz <= 6000000) { in mn88473_set_frontend()
68 } else if (c->bandwidth_hz <= 7000000) { in mn88473_set_frontend()
70 } else if (c->bandwidth_hz <= 8000000) { in mn88473_set_frontend()
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_frontend.c1027 c->bandwidth_hz = 0; /* AUTO */ in dvb_frontend_clear_cache()
1067 c->bandwidth_hz = c->symbol_rate / 100 * 135; in dvb_frontend_clear_cache()
1223 c->bandwidth_hz = 10000000; in dtv_property_cache_sync()
1226 c->bandwidth_hz = 8000000; in dtv_property_cache_sync()
1229 c->bandwidth_hz = 7000000; in dtv_property_cache_sync()
1232 c->bandwidth_hz = 6000000; in dtv_property_cache_sync()
1235 c->bandwidth_hz = 5000000; in dtv_property_cache_sync()
1238 c->bandwidth_hz = 1712000; in dtv_property_cache_sync()
1241 c->bandwidth_hz = 0; in dtv_property_cache_sync()
1301 switch (c->bandwidth_hz) { in dtv_property_legacy_params_sync()
[all …]
Ddvb_frontend.h578 u32 bandwidth_hz; /* 0 = AUTO */ member
/linux-4.4.14/drivers/media/common/siano/
Dsmsdvb-main.c231 c->bandwidth_hz = sms_to_bw(p->bandwidth); in smsdvb_update_tx_params()
294 c->bandwidth_hz = sms_to_bw(p->bandwidth); in smsdvb_update_dvb_stats()
358 c->bandwidth_hz = sms_to_bw(p->bandwidth); in smsdvb_update_isdbt_stats()
442 c->bandwidth_hz = sms_to_bw(p->bandwidth); in smsdvb_update_isdbt_stats_ex()
883 c->bandwidth_hz); in smsdvb_dvbt_set_frontend()
885 switch (c->bandwidth_hz / 1000000) { in smsdvb_dvbt_set_frontend()
965 c->bandwidth_hz = 6000000; in smsdvb_isdbt_set_frontend()
/linux-4.4.14/drivers/media/usb/dvb-usb/
Daf9005-fe.c1112 fep->bandwidth_hz); in af9005_fe_set_frontend()
1172 ret = af9005_fe_select_bw(state->d, fep->bandwidth_hz); in af9005_fe_set_frontend()
1175 ret = af9005_fe_program_cfoe(state->d, fep->bandwidth_hz); in af9005_fe_set_frontend()
1411 fep->bandwidth_hz = 6000000; in af9005_fe_get_frontend()
1415 fep->bandwidth_hz = 7000000; in af9005_fe_get_frontend()
1419 fep->bandwidth_hz = 8000000; in af9005_fe_get_frontend()
Dvp7045-fe.c119 switch (fep->bandwidth_hz) { in vp7045_fe_set_frontend()
Ddtt200u-fe.c113 switch (fep->bandwidth_hz) { in dtt200u_fe_set_frontend()
Ddib0700_devices.c1674 if (fe->dtv_property_cache.bandwidth_hz != 6000000) { in dib8096_set_param_override()
1680 …state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz /… in dib8096_set_param_override()
1694 …state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz /… in dib8096_set_param_override()
2038 deb_info("bandwidth = %d", fe->dtv_property_cache.bandwidth_hz); in dib8096p_get_best_sampling()
2064 …if ((fdem >= fdem_min) && (fmem <= fmem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz / 1000)… in dib8096p_get_best_sampling()
2068 …perty_cache.bandwidth_hz / 2000))) && ((fs * harmonic_id) <= (fe->dtv_property_cache.frequency / … in dib8096p_get_best_sampling()
2080 … Timf %8d;", fe->dtv_property_cache.frequency, fe->dtv_property_cache.bandwidth_hz, xtal, fmem, fd… in dib8096p_get_best_sampling()
2120 state->dib8000_ops.update_pll(fe, &pll, fe->dtv_property_cache.bandwidth_hz / 1000, 0); in dib8096p_agc_startup()
2544 deb_info("bandwidth = %d fdem_min =%d", fe->dtv_property_cache.bandwidth_hz, fdem_min); in dib7090p_get_best_sampling()
2569 …if ((fdem >= fdem_min) && (fdem <= fdem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz/1000)) { in dib7090p_get_best_sampling()
[all …]
DcinergyT2-fe.c278 switch (fep->bandwidth_hz) { in cinergyt2_fe_set_frontend()
Dfriio-fe.c290 p->bandwidth_hz = 6000000; in jdvbt90502_get_frontend()
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Dmxl111sf-tuner.c294 switch (c->bandwidth_hz) { in mxl111sf_tuner_set_params()
318 state->bandwidth = c->bandwidth_hz; in mxl111sf_tuner_set_params()
Dmxl111sf-demod.c520 fe->ops.tuner_ops.get_bandwidth(fe, &p->bandwidth_hz); in mxl111sf_demod_get_frontend()
/linux-4.4.14/drivers/media/pci/bt8xx/
Ddst.c1636 dst_set_bandwidth(state, p->bandwidth_hz); in dst_set_frontend()
1670 dst_set_bandwidth(state, p->bandwidth_hz); in dst_tune_frontend()
1703 p->bandwidth_hz = state->bandwidth; in dst_get_frontend()
Ddvb-bt8xx.c546 if (c->bandwidth_hz == 8000000) in digitv_alps_tded4_tuner_calc_regs()
/linux-4.4.14/drivers/media/firewire/
Dfiredtv-avc.c503 | (p->bandwidth_hz != 0 ? 1 << 5 : 0) in avc_tuner_dsd_dvb_t()
523 switch (p->bandwidth_hz) { in avc_tuner_dsd_dvb_t()
/linux-4.4.14/drivers/media/pci/pluto2/
Dpluto2.c481 if (p->bandwidth_hz == 8000000) in lg_tdtpe001p_tuner_set_params()
/linux-4.4.14/drivers/media/pci/ttpci/
Dbudget-ci.c791 switch (p->bandwidth_hz) { in philips_tdm1316l_tuner_set_params()
Dbudget-av.c749 switch (c->bandwidth_hz) { in philips_tu1216_tuner_set_params()
/linux-4.4.14/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c1112 switch (p->bandwidth_hz) { in philips_tdm1316l_tuner_set_params()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-dvb.c330 switch (c->bandwidth_hz) { in philips_tda6651_pll_set()