/linux-4.1.27/drivers/media/dvb-frontends/ |
D | sp887x.c | 317 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()
|
D | si2168.c | 160 c->bandwidth_hz, c->symbol_rate, c->inversion, in si2168_set_frontend() 183 if (c->bandwidth_hz == 0) { in si2168_set_frontend() 186 } else if (c->bandwidth_hz <= 2000000) in si2168_set_frontend() 188 else if (c->bandwidth_hz <= 5000000) in si2168_set_frontend() 190 else if (c->bandwidth_hz <= 6000000) in si2168_set_frontend() 192 else if (c->bandwidth_hz <= 7000000) in si2168_set_frontend() 194 else if (c->bandwidth_hz <= 8000000) in si2168_set_frontend() 196 else if (c->bandwidth_hz <= 9000000) in si2168_set_frontend() 198 else if (c->bandwidth_hz <= 10000000) in si2168_set_frontend()
|
D | af9033.c | 34 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 …]
|
D | dvb-pll.c | 97 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()
|
D | af9013.c | 41 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()
|
D | zl10353.c | 206 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()
|
D | mt352.c | 290 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()
|
D | af9013_priv.h | 48 u32 bandwidth_hz; member
|
D | tda1004x.c | 806 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()
|
D | cx22700.c | 159 if (p->bandwidth_hz > 8000000 || p->bandwidth_hz < 6000000) in cx22700_set_tps() 162 if (p->bandwidth_hz == 7000000) in cx22700_set_tps()
|
D | af9033_priv.h | 42 u32 bandwidth_hz; member
|
D | dib3000mc.c | 445 u32 bw = BANDWIDTH_TO_KHZ(ch->bandwidth_hz); in dib3000mc_set_channel_cfg() 622 BANDWIDTH_TO_KHZ(ch->bandwidth_hz), 1); in dib3000mc_tune() 643 fep->bandwidth_hz = state->current_bandwidth; in dib3000mc_get_frontend() 698 state->current_bandwidth = fep->bandwidth_hz; in dib3000mc_set_frontend() 699 dib3000mc_set_bandwidth(state, BANDWIDTH_TO_KHZ(fep->bandwidth_hz)); in dib3000mc_set_frontend()
|
D | ec100.c | 97 __func__, c->frequency, c->bandwidth_hz); in ec100_set_frontend() 121 switch (c->bandwidth_hz) { in ec100_set_frontend()
|
D | s5h1432.c | 194 switch (p->bandwidth_hz) { in s5h1432_set_frontend() 218 switch (p->bandwidth_hz) { in s5h1432_set_frontend()
|
D | cxd2820r_t2.c | 73 c->frequency, c->bandwidth_hz); in cxd2820r_set_frontend_t2() 75 switch (c->bandwidth_hz) { in cxd2820r_set_frontend_t2()
|
D | cxd2820r_t.c | 59 c->frequency, c->bandwidth_hz); in cxd2820r_set_frontend_t() 61 switch (c->bandwidth_hz) { in cxd2820r_set_frontend_t()
|
D | lgs8gl5.c | 321 if (p->bandwidth_hz != 8000000) in lgs8gl5_set_frontend() 353 p->bandwidth_hz = 8000000; in lgs8gl5_get_frontend()
|
D | sp8870.c | 280 if (p->bandwidth_hz == 6000000) in sp8870_set_frontend_parameters() 282 else if (p->bandwidth_hz == 7000000) in sp8870_set_frontend_parameters()
|
D | dib7000m.c | 844 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()
|
D | dib0070.c | 158 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()
|
D | rtl2830.c | 206 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()
|
D | tda10048.c | 735 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()
|
D | si2165.c | 783 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()
|
D | rtl2832.c | 480 c->frequency, c->bandwidth_hz, c->inversion); in rtl2832_set_frontend() 504 switch (c->bandwidth_hz) { in rtl2832_set_frontend() 519 c->bandwidth_hz); in rtl2832_set_frontend()
|
D | rtl2832_sdr.c | 820 c->bandwidth_hz = dev->f_adc; in rtl2832_sdr_set_tuner_freq() 823 c->bandwidth_hz = v4l2_ctrl_g_ctrl(bandwidth); in rtl2832_sdr_set_tuner_freq() 830 c->frequency, c->bandwidth_hz); in rtl2832_sdr_set_tuner_freq() 1263 c->bandwidth_hz = dev->bandwidth->val; in rtl2832_sdr_s_ctrl()
|
D | as102_fe.c | 75 switch (c->bandwidth_hz) { in as102_fe_set_frontend()
|
D | nxt6000.c | 470 result = nxt6000_set_bandwidth(state, p->bandwidth_hz); in nxt6000_set_frontend()
|
D | cx22702.c | 280 switch (p->bandwidth_hz) { in cx22702_set_tps()
|
D | dib7000p.c | 963 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()
|
D | dib9000.c | 1162 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()
|
D | l64781.c | 141 switch (p->bandwidth_hz) { in apply_frontend_param()
|
D | atbm8830.c | 310 c->bandwidth_hz = 8000000; in atbm8830_get_fe()
|
D | drxd_hard.c | 1620 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()
|
D | hd29l2.c | 354 c->delivery_system, c->frequency, c->bandwidth_hz, in hd29l2_search()
|
D | dib3000mb.c | 129 switch (c->bandwidth_hz) { in dib3000mb_set_frontend()
|
D | dib0090.c | 1827 if (state->fe->dtv_property_cache.bandwidth_hz / 1000 <= 5000) in dib0090_set_bandwidth() 1829 else if (state->fe->dtv_property_cache.bandwidth_hz / 1000 <= 6000) in dib0090_set_bandwidth() 1831 else if (state->fe->dtv_property_cache.bandwidth_hz / 1000 <= 7000) in dib0090_set_bandwidth()
|
D | dib8000.c | 2768 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()
|
D | tc90522.c | 350 c->bandwidth_hz = 6000000; in tc90522t_get_frontend()
|
D | lgs8gxx.c | 705 fe_params->bandwidth_hz = 8000000; in lgs8gxx_get_fe()
|
D | tda18271c2dd.c | 1142 u32 bw = fe->dtv_property_cache.bandwidth_hz; in set_params()
|
D | mb86a20s.c | 517 c->bandwidth_hz = 6000000; in mb86a20s_reset_frontend_cache()
|
D | stv0367.c | 1859 switch (p->bandwidth_hz) { in stv0367ter_set_frontend()
|
D | drxk_hard.c | 3915 switch (state->props.bandwidth_hz) { in set_dvbt() 3917 state->props.bandwidth_hz = 8000000; in set_dvbt()
|
/linux-4.1.27/drivers/media/tuners/ |
D | tda18212.c | 66 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()
|
D | it913x.c | 228 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()
|
D | si2157.c | 256 c->delivery_system, c->frequency, c->bandwidth_hz); in si2157_set_params() 263 if (c->bandwidth_hz <= 6000000) in si2157_set_params() 265 else if (c->bandwidth_hz <= 7000000) in si2157_set_params() 267 else if (c->bandwidth_hz <= 8000000) in si2157_set_params()
|
D | tda827x.c | 168 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()
|
D | max2165.c | 269 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()
|
D | tua9001.c | 146 c->delivery_system, c->frequency, c->bandwidth_hz); in tua9001_set_params() 150 switch (c->bandwidth_hz) { in tua9001_set_params()
|
D | mt2266.c | 149 switch (c->bandwidth_hz) { in mt2266_set_params() 164 priv->bandwidth = c->bandwidth_hz; in mt2266_set_params()
|
D | e4000.c | 125 c->delivery_system, c->frequency, c->bandwidth_hz); in e4000_set_params() 176 if (c->bandwidth_hz <= e4000_if_filter_lut[i].freq) in e4000_set_params() 427 c->bandwidth_hz = s->bandwidth->val; in e4000_s_ctrl()
|
D | fc0012.c | 251 switch (p->bandwidth_hz) { in fc0012_set_params() 320 priv->bandwidth = p->bandwidth_hz; in fc0012_set_params()
|
D | fc0011.c | 185 u32 bandwidth = p->bandwidth_hz / 1000; in fc0011_set_params() 451 priv->bandwidth = p->bandwidth_hz; in fc0011_set_params()
|
D | fc0013.c | 407 switch (p->bandwidth_hz) { in fc0013_set_params() 482 priv->bandwidth = p->bandwidth_hz; in fc0013_set_params()
|
D | fc2580.c | 159 c->delivery_system, c->frequency, c->bandwidth_hz); in fc2580_set_params() 340 if (c->bandwidth_hz <= fc2580_if_filter_lut[i].freq) in fc2580_set_params()
|
D | tuner-simple.c | 894 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()
|
D | mxl5007t.c | 636 switch (c->bandwidth_hz) { in mxl5007t_set_params() 669 state->bandwidth = c->bandwidth_hz; in mxl5007t_set_params()
|
D | tda18218.c | 128 u32 bw = c->bandwidth_hz; in tda18218_set_params()
|
D | xc5000.c | 723 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()
|
D | mt2063.c | 2148 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()
|
D | xc4000.c | 1162 u32 bw = c->bandwidth_hz; in xc4000_set_params() 1227 priv->bandwidth = c->bandwidth_hz; in xc4000_set_params()
|
D | r820t.c | 2220 __func__, c->delivery_system, c->frequency, c->bandwidth_hz); in r820t_set_params() 2226 bw = (c->bandwidth_hz + 500000) / 1000000; in r820t_set_params()
|
D | tuner-xc2028.c | 1194 u32 bw = c->bandwidth_hz; in xc2028_set_params()
|
D | tda18271-fe.c | 936 u32 bw = c->bandwidth_hz; in tda18271_set_params()
|
D | mxl5005s.c | 3986 u32 bw = c->bandwidth_hz; in mxl5005s_set_params()
|
/linux-4.1.27/drivers/staging/media/mn88473/ |
D | mn88473.c | 41 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.1.27/drivers/staging/media/mn88472/ |
D | mn88472.c | 61 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.1.27/drivers/media/dvb-core/ |
D | dvb_frontend.c | 1047 c->bandwidth_hz = 0; /* AUTO */ in dvb_frontend_clear_cache() 1087 c->bandwidth_hz = c->symbol_rate / 100 * 135; in dvb_frontend_clear_cache() 1243 c->bandwidth_hz = 10000000; in dtv_property_cache_sync() 1246 c->bandwidth_hz = 8000000; in dtv_property_cache_sync() 1249 c->bandwidth_hz = 7000000; in dtv_property_cache_sync() 1252 c->bandwidth_hz = 6000000; in dtv_property_cache_sync() 1255 c->bandwidth_hz = 5000000; in dtv_property_cache_sync() 1258 c->bandwidth_hz = 1712000; in dtv_property_cache_sync() 1261 c->bandwidth_hz = 0; in dtv_property_cache_sync() 1321 switch (c->bandwidth_hz) { in dtv_property_legacy_params_sync() [all …]
|
D | dvb_frontend.h | 348 u32 bandwidth_hz; /* 0 = AUTO */ member
|
/linux-4.1.27/drivers/media/common/siano/ |
D | smsdvb-main.c | 231 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.1.27/drivers/media/usb/dvb-usb/ |
D | af9005-fe.c | 1111 fep->bandwidth_hz); in af9005_fe_set_frontend() 1171 ret = af9005_fe_select_bw(state->d, fep->bandwidth_hz); in af9005_fe_set_frontend() 1174 ret = af9005_fe_program_cfoe(state->d, fep->bandwidth_hz); in af9005_fe_set_frontend() 1410 fep->bandwidth_hz = 6000000; in af9005_fe_get_frontend() 1414 fep->bandwidth_hz = 7000000; in af9005_fe_get_frontend() 1418 fep->bandwidth_hz = 8000000; in af9005_fe_get_frontend()
|
D | vp7045-fe.c | 118 switch (fep->bandwidth_hz) { in vp7045_fe_set_frontend()
|
D | dtt200u-fe.c | 112 switch (fep->bandwidth_hz) { in dtt200u_fe_set_frontend()
|
D | dib0700_devices.c | 1674 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 …]
|
D | cinergyT2-fe.c | 278 switch (fep->bandwidth_hz) { in cinergyt2_fe_set_frontend()
|
D | friio-fe.c | 289 p->bandwidth_hz = 6000000; in jdvbt90502_get_frontend()
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf-tuner.c | 294 switch (c->bandwidth_hz) { in mxl111sf_tuner_set_params() 318 state->bandwidth = c->bandwidth_hz; in mxl111sf_tuner_set_params()
|
D | mxl111sf-demod.c | 520 fe->ops.tuner_ops.get_bandwidth(fe, &p->bandwidth_hz); in mxl111sf_demod_get_frontend()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | dst.c | 1633 dst_set_bandwidth(state, p->bandwidth_hz); in dst_set_frontend() 1667 dst_set_bandwidth(state, p->bandwidth_hz); in dst_tune_frontend() 1700 p->bandwidth_hz = state->bandwidth; in dst_get_frontend()
|
D | dvb-bt8xx.c | 546 if (c->bandwidth_hz == 8000000) in digitv_alps_tded4_tuner_calc_regs()
|
/linux-4.1.27/drivers/media/firewire/ |
D | firedtv-avc.c | 503 | (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.1.27/drivers/media/pci/pluto2/ |
D | pluto2.c | 481 if (p->bandwidth_hz == 8000000) in lg_tdtpe001p_tuner_set_params()
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | budget-ci.c | 791 switch (p->bandwidth_hz) { in philips_tdm1316l_tuner_set_params()
|
D | budget-av.c | 749 switch (c->bandwidth_hz) { in philips_tu1216_tuner_set_params()
|
/linux-4.1.27/drivers/media/usb/ttusb-budget/ |
D | dvb-ttusb-budget.c | 1111 switch (p->bandwidth_hz) { in philips_tdm1316l_tuner_set_params()
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-dvb.c | 341 switch (c->bandwidth_hz) { in philips_tda6651_pll_set()
|