Home
last modified time | relevance | path

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

123

/linux/drivers/media/dvb-frontends/
H 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 …]
H 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()
H 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()
H A Dsp887x.c315 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()
H 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()
H 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()
H 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()
H A Daf9013_priv.h32 u32 bandwidth_hz; member
H 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()
H A Daf9033_priv.h32 u32 bandwidth_hz; member
H A Dcxd2841er.c504 priv, p->bandwidth_hz); in cxd2841er_retune_active()
507 priv, p->bandwidth_hz); in cxd2841er_retune_active()
510 priv, p->bandwidth_hz); in cxd2841er_retune_active()
516 priv, p->bandwidth_hz); in cxd2841er_retune_active()
3381 __func__, p->delivery_system, p->bandwidth_hz); in cxd2841er_set_frontend_tc()
3399 priv, p->bandwidth_hz); in cxd2841er_set_frontend_tc()
3417 p->bandwidth_hz); in cxd2841er_set_frontend_tc()
3432 priv, p->bandwidth_hz); in cxd2841er_set_frontend_tc()
3446 if (p->bandwidth_hz != 6000000 && in cxd2841er_set_frontend_tc()
3447 p->bandwidth_hz != 7000000 && in cxd2841er_set_frontend_tc()
[all …]
H 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()
H A Dec100.c83 __func__, c->frequency, c->bandwidth_hz); in ec100_set_frontend()
107 switch (c->bandwidth_hz) { in ec100_set_frontend()
H A Ds5h1432.c181 switch (p->bandwidth_hz) { in s5h1432_set_frontend()
205 switch (p->bandwidth_hz) { in s5h1432_set_frontend()
H A Dcxd2820r_t2.c63 c->bandwidth_hz, c->inversion, c->stream_id); in cxd2820r_set_frontend_t2()
65 switch (c->bandwidth_hz) { in cxd2820r_set_frontend_t2()
H A Dcxd2820r_t.c49 c->bandwidth_hz, c->inversion); in cxd2820r_set_frontend_t()
51 switch (c->bandwidth_hz) { in cxd2820r_set_frontend_t()
H A Dlgs8gl5.c309 if (p->bandwidth_hz != 8000000) in lgs8gl5_set_frontend()
342 p->bandwidth_hz = 8000000; in lgs8gl5_get_frontend()
/linux/drivers/media/tuners/
H 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()
H 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()
H 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()
H A Dmt2266.c140 switch (c->bandwidth_hz) { in mt2266_set_params()
155 priv->bandwidth = c->bandwidth_hz; in mt2266_set_params()
H A Dfc0012.c237 switch (p->bandwidth_hz) { in fc0012_set_params()
306 priv->bandwidth = p->bandwidth_hz; in fc0012_set_params()
/linux/drivers/media/common/siano/
H 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()
/linux/drivers/media/usb/dvb-usb/
H A Daf9005-fe.c1099 fep->bandwidth_hz); in af9005_fe_set_frontend()
1159 ret = af9005_fe_select_bw(state->d, fep->bandwidth_hz); in af9005_fe_set_frontend()
1162 ret = af9005_fe_program_cfoe(state->d, fep->bandwidth_hz); in af9005_fe_set_frontend()
1398 fep->bandwidth_hz = 6000000; in af9005_fe_get_frontend()
1402 fep->bandwidth_hz = 7000000; in af9005_fe_get_frontend()
1406 fep->bandwidth_hz = 8000000; in af9005_fe_get_frontend()
/linux/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-tuner.c281 switch (c->bandwidth_hz) { in mxl111sf_tuner_set_params()
305 state->bandwidth = c->bandwidth_hz; in mxl111sf_tuner_set_params()

123