Home
last modified time | relevance | path

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

1234

/Linux-v4.19/drivers/media/dvb-frontends/
Dascot2e.c284 if (p->bandwidth_hz <= 5000000) in ascot2e_get_tv_system()
286 else if (p->bandwidth_hz <= 6000000) in ascot2e_get_tv_system()
288 else if (p->bandwidth_hz <= 7000000) in ascot2e_get_tv_system()
290 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
294 p->bandwidth_hz = 8000000; in ascot2e_get_tv_system()
297 if (p->bandwidth_hz <= 5000000) in ascot2e_get_tv_system()
299 else if (p->bandwidth_hz <= 6000000) in ascot2e_get_tv_system()
301 else if (p->bandwidth_hz <= 7000000) in ascot2e_get_tv_system()
303 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
307 p->bandwidth_hz = 8000000; in ascot2e_get_tv_system()
[all …]
Dstb6100_cfg.h46 u32 bw = c->bandwidth_hz; in stb6100_set_frequency()
50 c->bandwidth_hz = 0; /* Don't adjust the bandwidth */ in stb6100_set_frequency()
54 c->bandwidth_hz = bw; in stb6100_set_frequency()
87 c->bandwidth_hz = bandwidth; in stb6100_set_bandwidth()
Dstb6100_proc.h51 u32 bw = c->bandwidth_hz; in stb6100_set_freq()
55 c->bandwidth_hz = 0; /* Don't adjust the bandwidth */ in stb6100_set_freq()
62 c->bandwidth_hz = bw; in stb6100_set_freq()
107 c->bandwidth_hz = bandwidth; in stb6100_set_bandw()
Dhelene.c464 if (p->bandwidth_hz <= 5000000) in helene_get_tv_system()
466 else if (p->bandwidth_hz <= 6000000) in helene_get_tv_system()
468 else if (p->bandwidth_hz <= 7000000) in helene_get_tv_system()
470 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system()
474 p->bandwidth_hz = 8000000; in helene_get_tv_system()
477 if (p->bandwidth_hz <= 5000000) in helene_get_tv_system()
479 else if (p->bandwidth_hz <= 6000000) in helene_get_tv_system()
481 else if (p->bandwidth_hz <= 7000000) in helene_get_tv_system()
483 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system()
487 p->bandwidth_hz = 8000000; in helene_get_tv_system()
[all …]
Dsp887x.c316 switch (p->bandwidth_hz) { in sp887x_correct_offsets()
356 if (p->bandwidth_hz != 8000000 && in sp887x_setup_frontend_parameters()
357 p->bandwidth_hz != 7000000 && in sp887x_setup_frontend_parameters()
358 p->bandwidth_hz != 6000000) in sp887x_setup_frontend_parameters()
384 if (p->bandwidth_hz == 6000000) in sp887x_setup_frontend_parameters()
386 else if (p->bandwidth_hz == 7000000) in sp887x_setup_frontend_parameters()
401 if (p->bandwidth_hz == 6000000) in sp887x_setup_frontend_parameters()
403 else if (p->bandwidth_hz == 7000000) in sp887x_setup_frontend_parameters()
Daf9033.c28 u32 bandwidth_hz; member
291 dev->bandwidth_hz = 0; /* Force to program all parameters */ in af9033_init()
374 c->frequency, c->bandwidth_hz); in af9033_set_frontend()
377 switch (c->bandwidth_hz) { in af9033_set_frontend()
398 if (c->bandwidth_hz != dev->bandwidth_hz) { in af9033_set_frontend()
401 coeff_lut[i].bandwidth_hz == c->bandwidth_hz) { in af9033_set_frontend()
420 if (c->bandwidth_hz != dev->bandwidth_hz) { in af9033_set_frontend()
458 dev->bandwidth_hz = c->bandwidth_hz; in af9033_set_frontend()
562 c->bandwidth_hz = 6000000; in af9033_get_frontend()
565 c->bandwidth_hz = 7000000; in af9033_get_frontend()
[all …]
Daf9013.c37 u32 bandwidth_hz; member
126 c->frequency, c->bandwidth_hz); in af9013_set_frontend()
136 if (c->bandwidth_hz != state->bandwidth_hz) { in af9013_set_frontend()
139 coeff_lut[i].bandwidth_hz == c->bandwidth_hz) { in af9013_set_frontend()
157 if (c->bandwidth_hz != state->bandwidth_hz || state->first_tune) { in af9013_set_frontend()
353 switch (c->bandwidth_hz) { in af9013_set_frontend()
397 state->bandwidth_hz = c->bandwidth_hz; in af9013_set_frontend()
509 c->bandwidth_hz = 6000000; in af9013_get_frontend()
512 c->bandwidth_hz = 7000000; in af9013_get_frontend()
515 c->bandwidth_hz = 8000000; in af9013_get_frontend()
Ddvb-pll.c98 u32 bw = fe->dtv_property_cache.bandwidth_hz; in thomson_dtt759x_bw()
122 u32 bw = fe->dtv_property_cache.bandwidth_hz; in thomson_dtt7520x_bw()
216 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tda665x_bw()
250 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tua6034_bw()
274 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tded4_bw()
705 priv->bandwidth = c->bandwidth_hz; in dvb_pll_set_params()
730 priv->bandwidth = c->bandwidth_hz; in dvb_pll_calc_regs()
Dsi2168.c247 c->bandwidth_hz, c->symbol_rate, c->inversion, in si2168_set_frontend()
270 if (c->bandwidth_hz == 0) { in si2168_set_frontend()
273 } else if (c->bandwidth_hz <= 2000000) in si2168_set_frontend()
275 else if (c->bandwidth_hz <= 5000000) in si2168_set_frontend()
277 else if (c->bandwidth_hz <= 6000000) in si2168_set_frontend()
279 else if (c->bandwidth_hz <= 7000000) in si2168_set_frontend()
281 else if (c->bandwidth_hz <= 8000000) in si2168_set_frontend()
283 else if (c->bandwidth_hz <= 9000000) in si2168_set_frontend()
285 else if (c->bandwidth_hz <= 10000000) in si2168_set_frontend()
Dzl10353.c200 switch (c->bandwidth_hz) { in zl10353_set_parameters()
213 c->bandwidth_hz = 8000000; in zl10353_set_parameters()
221 zl10353_calc_nominal_rate(fe, c->bandwidth_hz, &nominal_rate); in zl10353_set_parameters()
224 state->bandwidth = c->bandwidth_hz; in zl10353_set_parameters()
454 c->bandwidth_hz = state->bandwidth; in zl10353_get_parameters()
Dmt352.c287 mt352_calc_nominal_rate(state, op->bandwidth_hz, buf+4); in mt352_set_parameters()
402 op->bandwidth_hz = 8000000; in mt352_get_parameters()
404 op->bandwidth_hz = 7000000; in mt352_get_parameters()
406 op->bandwidth_hz = 6000000; in mt352_get_parameters()
Daf9013_priv.h42 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.h41 u32 bandwidth_hz; member
Dcxd2841er.c516 priv, p->bandwidth_hz); in cxd2841er_retune_active()
519 priv, p->bandwidth_hz); in cxd2841er_retune_active()
522 priv, p->bandwidth_hz); in cxd2841er_retune_active()
528 priv, p->bandwidth_hz); in cxd2841er_retune_active()
3383 __func__, p->delivery_system, p->bandwidth_hz); in cxd2841er_set_frontend_tc()
3401 priv, p->bandwidth_hz); in cxd2841er_set_frontend_tc()
3419 p->bandwidth_hz); in cxd2841er_set_frontend_tc()
3434 priv, p->bandwidth_hz); in cxd2841er_set_frontend_tc()
3448 if (p->bandwidth_hz != 6000000 && in cxd2841er_set_frontend_tc()
3449 p->bandwidth_hz != 7000000 && in cxd2841er_set_frontend_tc()
[all …]
Dec100.c93 __func__, c->frequency, c->bandwidth_hz); in ec100_set_frontend()
117 switch (c->bandwidth_hz) { in ec100_set_frontend()
/Linux-v4.19/drivers/media/tuners/
Dtda18250.c276 (c->bandwidth_hz == 6000000)) ? 0x80 : 0x00; in tda18250_set_agc()
289 switch (c->bandwidth_hz) { in tda18250_set_agc()
313 switch (c->bandwidth_hz) { in tda18250_set_agc()
384 if (c->bandwidth_hz == 8000000) in tda18250_set_agc()
390 if (c->bandwidth_hz == 6000000) in tda18250_set_agc()
421 if (c->bandwidth_hz == 8000000) in tda18250_set_agc()
544 c->delivery_system, c->frequency, c->bandwidth_hz); in tda18250_set_params()
554 if (c->bandwidth_hz == 0) { in tda18250_set_params()
557 } else if (c->bandwidth_hz <= 6000000) { in tda18250_set_params()
560 } else if (c->bandwidth_hz <= 7000000) { in tda18250_set_params()
[all …]
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()
Dtda827x.c164 if (c->bandwidth_hz == 0) { in tda827xo_set_params()
166 } else if (c->bandwidth_hz <= 6000000) { in tda827xo_set_params()
168 } else if (c->bandwidth_hz <= 7000000) { in tda827xo_set_params()
218 priv->bandwidth = c->bandwidth_hz; in tda827xo_set_params()
528 if (c->bandwidth_hz == 0) { in tda827xa_set_params()
530 } else if (c->bandwidth_hz <= 6000000) { in tda827xa_set_params()
532 } else if (c->bandwidth_hz <= 7000000) { in tda827xa_set_params()
646 priv->bandwidth = c->bandwidth_hz; in tda827xa_set_params()
Dsi2157.c289 c->delivery_system, c->frequency, c->bandwidth_hz); in si2157_set_params()
296 if (c->bandwidth_hz <= 6000000) in si2157_set_params()
298 else if (c->bandwidth_hz <= 7000000) in si2157_set_params()
300 else if (c->bandwidth_hz <= 8000000) in si2157_set_params()
Dmax2165.c265 switch (c->bandwidth_hz) { in max2165_set_params()
272 c->bandwidth_hz); in max2165_set_params()
280 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()
/Linux-v4.19/drivers/media/dvb-core/
Ddvb_frontend.c1014 c->bandwidth_hz = 0; /* AUTO */ in dvb_frontend_clear_cache()
1055 c->bandwidth_hz = c->symbol_rate / 100 * 135; in dvb_frontend_clear_cache()
1196 c->bandwidth_hz = 10000000; in dtv_property_cache_sync()
1199 c->bandwidth_hz = 8000000; in dtv_property_cache_sync()
1202 c->bandwidth_hz = 7000000; in dtv_property_cache_sync()
1205 c->bandwidth_hz = 6000000; in dtv_property_cache_sync()
1208 c->bandwidth_hz = 5000000; in dtv_property_cache_sync()
1211 c->bandwidth_hz = 1712000; in dtv_property_cache_sync()
1214 c->bandwidth_hz = 0; in dtv_property_cache_sync()
1274 switch (c->bandwidth_hz) { in dtv_property_legacy_params_sync()
[all …]

1234