Lines Matching refs:dtv_property_cache

1242 			if (state->fe->dtv_property_cache.delivery_system == STANDARD_DAB)  in dib0090_gain_control()
1246 if (state->fe->dtv_property_cache.delivery_system == STANDARD_DVBT && in dib0090_gain_control()
1247 …(state->fe->dtv_property_cache.modulation == QAM_64 || state->fe->dtv_property_cache.modulation ==… in dib0090_gain_control()
1251 …if ((state->fe->dtv_property_cache.delivery_system == SYS_ISDBT) && (((state->fe->dtv_property_cac… in dib0090_gain_control()
1254 ((state->fe->dtv_property_cache.layer[0].modulation == in dib0090_gain_control()
1256 || (state->fe->dtv_property_cache. in dib0090_gain_control()
1259 ((state->fe->dtv_property_cache.layer[1].segment_count > in dib0090_gain_control()
1262 ((state->fe->dtv_property_cache.layer[1].modulation == in dib0090_gain_control()
1264 || (state->fe->dtv_property_cache. in dib0090_gain_control()
1267 ((state->fe->dtv_property_cache.layer[2].segment_count > in dib0090_gain_control()
1270 ((state->fe->dtv_property_cache.layer[2].modulation == in dib0090_gain_control()
1272 || (state->fe->dtv_property_cache. in dib0090_gain_control()
1283 if (state->fe->dtv_property_cache.delivery_system == STANDARD_DAB) { in dib0090_gain_control()
1335 u32 f_MHz = state->fe->dtv_property_cache.frequency / 1000000; in dib0090_get_wbd_target()
1827 if (state->fe->dtv_property_cache.bandwidth_hz / 1000 <= 5000) in dib0090_set_bandwidth()
1829 else if (state->fe->dtv_property_cache.bandwidth_hz / 1000 <= 6000) in dib0090_set_bandwidth()
1831 else if (state->fe->dtv_property_cache.bandwidth_hz / 1000 <= 7000) in dib0090_set_bandwidth()
2265 state->current_rf = state->fe->dtv_property_cache.frequency / 1000; in dib0090_tune()
2280 state->current_band = (u8) BAND_OF_FREQUENCY(state->fe->dtv_property_cache.frequency / 1000); in dib0090_tune()
2282 state->fe->dtv_property_cache.frequency / 1000 + (state->current_band == in dib0090_tune()
2287 …if ((state->fe->dtv_property_cache.delivery_system == SYS_ISDBT && state->fe->dtv_property_cache.i… in dib0090_tune()
2288 && state->fe->dtv_property_cache.isdbt_partial_reception == 0)) { in dib0090_tune()
2297 && LUT_offset->std == state->fe->dtv_property_cache.delivery_system) { in dib0090_tune()
2309 …_rf != state->rf_request || (state->current_standard != state->fe->dtv_property_cache.delivery_sys… in dib0090_tune()
2458 state->current_standard = state->fe->dtv_property_cache.delivery_system; in dib0090_tune()