Lines Matching refs:bandwidth_hz
1020 c->bandwidth_hz = 0; /* AUTO */ in dvb_frontend_clear_cache()
1065 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()
1369 tvp->u.data = c->bandwidth_hz; in dtv_property_process_get()
1635 if (!c->bandwidth_hz) in emulate_delivery_system()
1636 c->bandwidth_hz = 6000000; in emulate_delivery_system()
1923 c->bandwidth_hz = data; in dtv_property_process_set()
2296 c->bandwidth_hz = 6000000; in dtv_set_frontend()
2329 c->bandwidth_hz = mult_frac(c->symbol_rate, rolloff, 100); in dtv_set_frontend()