Home
last modified time | relevance | path

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

1234

/linux/drivers/media/dvb-frontends/
A Dascot2e.c275 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 …]
A Dhelene.c455 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()
478 p->bandwidth_hz = 8000000; in helene_get_tv_system()
487 if (p->bandwidth_hz <= 6000000) in helene_get_tv_system()
495 p->bandwidth_hz = 8000000; in helene_get_tv_system()
498 if (p->bandwidth_hz <= 6000000) in helene_get_tv_system()
[all …]
A Dstb6100_cfg.h34 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()
A Dstb6100_proc.h39 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()
A Daf9033.c19 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 …]
A 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()
A Dsi2168.c242 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()
A Daf9013.c27 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()
A Ddvb-pll.c89 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()
A Dzl10353.c190 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()
A Dmt352.c277 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()
A Dtda1004x.c793 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()
A Dcx22700.c147 if (p->bandwidth_hz > 8000000 || p->bandwidth_hz < 6000000) in cx22700_set_tps()
150 if (p->bandwidth_hz == 7000000) in cx22700_set_tps()
A Dcxd2841er.c508 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()
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()
3460 priv, p->bandwidth_hz); in cxd2841er_set_frontend_tc()
3555 priv, p->bandwidth_hz, in cxd2841er_tune_tc()
3562 priv, p->bandwidth_hz, in cxd2841er_tune_tc()
[all …]
A Daf9013_priv.h32 u32 bandwidth_hz; member
A Ddib3000mc.c476 u32 bw = BANDWIDTH_TO_KHZ(ch->bandwidth_hz); in dib3000mc_set_channel_cfg()
657 BANDWIDTH_TO_KHZ(ch->bandwidth_hz), 1); in dib3000mc_tune()
678 fep->bandwidth_hz = state->current_bandwidth; in dib3000mc_get_frontend()
733 state->current_bandwidth = fep->bandwidth_hz; in dib3000mc_set_frontend()
734 dib3000mc_set_bandwidth(state, BANDWIDTH_TO_KHZ(fep->bandwidth_hz)); in dib3000mc_set_frontend()
/linux/drivers/media/tuners/
A Dtda18250.c279 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()
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()
553 } else if (c->bandwidth_hz <= 8000000) { in tda18250_set_params()
563 if (c->bandwidth_hz == 0) { in tda18250_set_params()
[all …]
A Dtda18212.c53 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()
A Dit913x.c219 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()
A Dtda827x.c155 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()
A Dmax2165.c255 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()
A Dtua9001.c86 c->delivery_system, c->frequency, c->bandwidth_hz); in tua9001_set_params()
90 switch (c->bandwidth_hz) { in tua9001_set_params()
/linux/drivers/media/test-drivers/vidtv/
A Dvidtv_tuner.c304 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/drivers/media/dvb-core/
A Ddvb_frontend.c1189 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()
1625 if (!c->bandwidth_hz) in emulate_delivery_system()
1626 c->bandwidth_hz = 6000000; in emulate_delivery_system()
1912 c->bandwidth_hz = data; in dtv_property_process_set()
[all …]
/linux/drivers/media/common/siano/
A Dsmsdvb-main.c248 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()

Completed in 73 milliseconds

1234