/linux-5.19.10/drivers/media/dvb-frontends/ |
D | ascot2e.c | 275 if (p->bandwidth_hz <= 5000000) in ascot2e_get_tv_system() 277 else if (p->bandwidth_hz <= 6000000) in ascot2e_get_tv_system() 279 else if (p->bandwidth_hz <= 7000000) in ascot2e_get_tv_system() 281 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system() 285 p->bandwidth_hz = 8000000; in ascot2e_get_tv_system() 288 if (p->bandwidth_hz <= 5000000) in ascot2e_get_tv_system() 290 else if (p->bandwidth_hz <= 6000000) in ascot2e_get_tv_system() 292 else if (p->bandwidth_hz <= 7000000) in ascot2e_get_tv_system() 294 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system() 298 p->bandwidth_hz = 8000000; in ascot2e_get_tv_system() [all …]
|
D | stb6100_cfg.h | 34 u32 bw = c->bandwidth_hz; in stb6100_set_frequency() 38 c->bandwidth_hz = 0; /* Don't adjust the bandwidth */ in stb6100_set_frequency() 42 c->bandwidth_hz = bw; in stb6100_set_frequency() 75 c->bandwidth_hz = bandwidth; in stb6100_set_bandwidth()
|
D | stb6100_proc.h | 39 u32 bw = c->bandwidth_hz; in stb6100_set_freq() 43 c->bandwidth_hz = 0; /* Don't adjust the bandwidth */ in stb6100_set_freq() 50 c->bandwidth_hz = bw; in stb6100_set_freq() 95 c->bandwidth_hz = bandwidth; in stb6100_set_bandw()
|
D | helene.c | 455 if (p->bandwidth_hz <= 5000000) in helene_get_tv_system() 457 else if (p->bandwidth_hz <= 6000000) in helene_get_tv_system() 459 else if (p->bandwidth_hz <= 7000000) in helene_get_tv_system() 461 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system() 465 p->bandwidth_hz = 8000000; in helene_get_tv_system() 468 if (p->bandwidth_hz <= 5000000) in helene_get_tv_system() 470 else if (p->bandwidth_hz <= 6000000) in helene_get_tv_system() 472 else if (p->bandwidth_hz <= 7000000) in helene_get_tv_system() 474 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system() 478 p->bandwidth_hz = 8000000; in helene_get_tv_system() [all …]
|
D | sp887x.c | 315 switch (p->bandwidth_hz) { in sp887x_correct_offsets() 355 if (p->bandwidth_hz != 8000000 && in sp887x_setup_frontend_parameters() 356 p->bandwidth_hz != 7000000 && in sp887x_setup_frontend_parameters() 357 p->bandwidth_hz != 6000000) in sp887x_setup_frontend_parameters() 383 if (p->bandwidth_hz == 6000000) in sp887x_setup_frontend_parameters() 385 else if (p->bandwidth_hz == 7000000) in sp887x_setup_frontend_parameters() 400 if (p->bandwidth_hz == 6000000) in sp887x_setup_frontend_parameters() 402 else if (p->bandwidth_hz == 7000000) in sp887x_setup_frontend_parameters()
|
D | af9033.c | 19 u32 bandwidth_hz; member 283 dev->bandwidth_hz = 0; /* Force to program all parameters */ in af9033_init() 366 c->frequency, c->bandwidth_hz); in af9033_set_frontend() 369 switch (c->bandwidth_hz) { in af9033_set_frontend() 390 if (c->bandwidth_hz != dev->bandwidth_hz) { in af9033_set_frontend() 393 coeff_lut[i].bandwidth_hz == c->bandwidth_hz) { in af9033_set_frontend() 412 if (c->bandwidth_hz != dev->bandwidth_hz) { in af9033_set_frontend() 450 dev->bandwidth_hz = c->bandwidth_hz; in af9033_set_frontend() 554 c->bandwidth_hz = 6000000; in af9033_get_frontend() 557 c->bandwidth_hz = 7000000; in af9033_get_frontend() [all …]
|
D | af9013.c | 27 u32 bandwidth_hz; member 116 c->frequency, c->bandwidth_hz); in af9013_set_frontend() 126 if (c->bandwidth_hz != state->bandwidth_hz) { in af9013_set_frontend() 129 coeff_lut[i].bandwidth_hz == c->bandwidth_hz) { in af9013_set_frontend() 147 if (c->bandwidth_hz != state->bandwidth_hz || state->first_tune) { in af9013_set_frontend() 343 switch (c->bandwidth_hz) { in af9013_set_frontend() 387 state->bandwidth_hz = c->bandwidth_hz; in af9013_set_frontend() 499 c->bandwidth_hz = 6000000; in af9013_get_frontend() 502 c->bandwidth_hz = 7000000; in af9013_get_frontend() 505 c->bandwidth_hz = 8000000; in af9013_get_frontend()
|
D | si2168.c | 242 c->bandwidth_hz, c->symbol_rate, c->inversion, in si2168_set_frontend() 265 if (c->bandwidth_hz == 0) { in si2168_set_frontend() 268 } else if (c->bandwidth_hz <= 2000000) in si2168_set_frontend() 270 else if (c->bandwidth_hz <= 5000000) in si2168_set_frontend() 272 else if (c->bandwidth_hz <= 6000000) in si2168_set_frontend() 274 else if (c->bandwidth_hz <= 7000000) in si2168_set_frontend() 276 else if (c->bandwidth_hz <= 8000000) in si2168_set_frontend() 278 else if (c->bandwidth_hz <= 9000000) in si2168_set_frontend() 280 else if (c->bandwidth_hz <= 10000000) in si2168_set_frontend()
|
D | dvb-pll.c | 89 u32 bw = fe->dtv_property_cache.bandwidth_hz; in thomson_dtt759x_bw() 113 u32 bw = fe->dtv_property_cache.bandwidth_hz; in thomson_dtt7520x_bw() 207 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tda665x_bw() 241 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tua6034_bw() 265 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tded4_bw() 693 priv->bandwidth = c->bandwidth_hz; in dvb_pll_set_params() 718 priv->bandwidth = c->bandwidth_hz; in dvb_pll_calc_regs()
|
D | zl10353.c | 190 switch (c->bandwidth_hz) { in zl10353_set_parameters() 203 c->bandwidth_hz = 8000000; in zl10353_set_parameters() 211 zl10353_calc_nominal_rate(fe, c->bandwidth_hz, &nominal_rate); in zl10353_set_parameters() 214 state->bandwidth = c->bandwidth_hz; in zl10353_set_parameters() 444 c->bandwidth_hz = state->bandwidth; in zl10353_get_parameters()
|
D | mt352.c | 277 mt352_calc_nominal_rate(state, op->bandwidth_hz, buf+4); in mt352_set_parameters() 392 op->bandwidth_hz = 8000000; in mt352_get_parameters() 394 op->bandwidth_hz = 7000000; in mt352_get_parameters() 396 op->bandwidth_hz = 6000000; in mt352_get_parameters()
|
D | tda1004x.c | 793 tda10045h_set_bandwidth(state, fe_params->bandwidth_hz); in tda1004x_set_fe() 797 tda10046h_set_bandwidth(state, fe_params->bandwidth_hz); in tda1004x_set_fe() 917 fe_params->bandwidth_hz = 8000000; in tda1004x_get_fe() 920 fe_params->bandwidth_hz = 7000000; in tda1004x_get_fe() 923 fe_params->bandwidth_hz = 6000000; in tda1004x_get_fe() 931 fe_params->bandwidth_hz = 8000000; in tda1004x_get_fe() 935 fe_params->bandwidth_hz = 7000000; in tda1004x_get_fe() 939 fe_params->bandwidth_hz = 6000000; in tda1004x_get_fe()
|
D | af9013_priv.h | 32 u32 bandwidth_hz; member
|
D | cx22700.c | 147 if (p->bandwidth_hz > 8000000 || p->bandwidth_hz < 6000000) in cx22700_set_tps() 150 if (p->bandwidth_hz == 7000000) in cx22700_set_tps()
|
D | af9033_priv.h | 32 u32 bandwidth_hz; member
|
D | cxd2841er.c | 508 priv, p->bandwidth_hz); in cxd2841er_retune_active() 511 priv, p->bandwidth_hz); in cxd2841er_retune_active() 514 priv, p->bandwidth_hz); in cxd2841er_retune_active() 520 priv, p->bandwidth_hz); in cxd2841er_retune_active() 3384 __func__, p->delivery_system, p->bandwidth_hz); in cxd2841er_set_frontend_tc() 3402 priv, p->bandwidth_hz); in cxd2841er_set_frontend_tc() 3420 p->bandwidth_hz); in cxd2841er_set_frontend_tc() 3435 priv, p->bandwidth_hz); in cxd2841er_set_frontend_tc() 3449 if (p->bandwidth_hz != 6000000 && in cxd2841er_set_frontend_tc() 3450 p->bandwidth_hz != 7000000 && in cxd2841er_set_frontend_tc() [all …]
|
/linux-5.19.10/drivers/media/tuners/ |
D | tda18250.c | 266 (c->bandwidth_hz == 6000000)) ? 0x80 : 0x00; in tda18250_set_agc() 279 switch (c->bandwidth_hz) { in tda18250_set_agc() 303 switch (c->bandwidth_hz) { in tda18250_set_agc() 374 if (c->bandwidth_hz == 8000000) in tda18250_set_agc() 380 if (c->bandwidth_hz == 6000000) in tda18250_set_agc() 411 if (c->bandwidth_hz == 8000000) in tda18250_set_agc() 534 c->delivery_system, c->frequency, c->bandwidth_hz); in tda18250_set_params() 544 if (c->bandwidth_hz == 0) { in tda18250_set_params() 547 } else if (c->bandwidth_hz <= 6000000) { in tda18250_set_params() 550 } else if (c->bandwidth_hz <= 7000000) { in tda18250_set_params() [all …]
|
D | tda18212.c | 53 c->bandwidth_hz); in tda18212_set_params() 68 switch (c->bandwidth_hz) { in tda18212_set_params() 87 switch (c->bandwidth_hz) { in tda18212_set_params()
|
D | it913x.c | 219 dev->role, c->frequency, c->bandwidth_hz); in it913x_set_params() 327 if (c->bandwidth_hz <= 5000000) in it913x_set_params() 329 else if (c->bandwidth_hz <= 6000000) in it913x_set_params() 331 else if (c->bandwidth_hz <= 7000000) in it913x_set_params()
|
D | tda827x.c | 155 if (c->bandwidth_hz == 0) { in tda827xo_set_params() 157 } else if (c->bandwidth_hz <= 6000000) { in tda827xo_set_params() 159 } else if (c->bandwidth_hz <= 7000000) { in tda827xo_set_params() 209 priv->bandwidth = c->bandwidth_hz; in tda827xo_set_params() 519 if (c->bandwidth_hz == 0) { in tda827xa_set_params() 521 } else if (c->bandwidth_hz <= 6000000) { in tda827xa_set_params() 523 } else if (c->bandwidth_hz <= 7000000) { in tda827xa_set_params() 637 priv->bandwidth = c->bandwidth_hz; in tda827xa_set_params()
|
D | max2165.c | 255 switch (c->bandwidth_hz) { in max2165_set_params() 262 c->bandwidth_hz); in max2165_set_params() 270 max2165_set_bandwidth(priv, c->bandwidth_hz); in max2165_set_params()
|
D | tua9001.c | 86 c->delivery_system, c->frequency, c->bandwidth_hz); in tua9001_set_params() 90 switch (c->bandwidth_hz) { in tua9001_set_params()
|
/linux-5.19.10/drivers/media/test-drivers/vidtv/ |
D | vidtv_tuner.c | 304 c->bandwidth_hz < min_bw || c->bandwidth_hz > max_bw) { in vidtv_tuner_set_params() 310 tuner_dev->hw_state.bandwidth = c->bandwidth_hz; in vidtv_tuner_set_params()
|
/linux-5.19.10/drivers/media/dvb-core/ |
D | dvb_frontend.c | 1014 c->bandwidth_hz = 0; /* AUTO */ in dvb_frontend_clear_cache() 1055 c->bandwidth_hz = c->symbol_rate / 100 * 135; in dvb_frontend_clear_cache() 1186 c->bandwidth_hz = 10000000; in dtv_property_cache_sync() 1189 c->bandwidth_hz = 8000000; in dtv_property_cache_sync() 1192 c->bandwidth_hz = 7000000; in dtv_property_cache_sync() 1195 c->bandwidth_hz = 6000000; in dtv_property_cache_sync() 1198 c->bandwidth_hz = 5000000; in dtv_property_cache_sync() 1201 c->bandwidth_hz = 1712000; in dtv_property_cache_sync() 1204 c->bandwidth_hz = 0; in dtv_property_cache_sync() 1264 switch (c->bandwidth_hz) { in dtv_property_legacy_params_sync() [all …]
|
/linux-5.19.10/drivers/media/common/siano/ |
D | smsdvb-main.c | 248 c->bandwidth_hz = sms_to_bw(p->bandwidth); in smsdvb_update_tx_params() 311 c->bandwidth_hz = sms_to_bw(p->bandwidth); in smsdvb_update_dvb_stats() 375 c->bandwidth_hz = sms_to_bw(p->bandwidth); in smsdvb_update_isdbt_stats() 463 c->bandwidth_hz = sms_to_bw(p->bandwidth); in smsdvb_update_isdbt_stats_ex() 909 c->bandwidth_hz); in smsdvb_dvbt_set_frontend() 911 switch (c->bandwidth_hz / 1000000) { in smsdvb_dvbt_set_frontend() 991 c->bandwidth_hz = 6000000; in smsdvb_isdbt_set_frontend()
|