Lines Matching refs:bandwidth_hz
1022 c->bandwidth_hz = 0; /* AUTO */ in dvb_frontend_clear_cache()
1063 c->bandwidth_hz = c->symbol_rate / 100 * 135; in dvb_frontend_clear_cache()
1194 c->bandwidth_hz = 10000000; in dtv_property_cache_sync()
1197 c->bandwidth_hz = 8000000; in dtv_property_cache_sync()
1200 c->bandwidth_hz = 7000000; in dtv_property_cache_sync()
1203 c->bandwidth_hz = 6000000; in dtv_property_cache_sync()
1206 c->bandwidth_hz = 5000000; in dtv_property_cache_sync()
1209 c->bandwidth_hz = 1712000; in dtv_property_cache_sync()
1212 c->bandwidth_hz = 0; in dtv_property_cache_sync()
1272 switch (c->bandwidth_hz) { in dtv_property_legacy_params_sync()
1367 tvp->u.data = c->bandwidth_hz; in dtv_property_process_get()
1633 if (!c->bandwidth_hz) in emulate_delivery_system()
1634 c->bandwidth_hz = 6000000; in emulate_delivery_system()
1920 c->bandwidth_hz = data; in dtv_property_process_set()
2291 c->bandwidth_hz = 6000000; in dtv_set_frontend()
2321 c->bandwidth_hz = mult_frac(c->symbol_rate, rolloff, 100); in dtv_set_frontend()