Lines Matching refs:dtv_property_cache

1238 			if (state->fe->dtv_property_cache.delivery_system == STANDARD_DAB)
1242 if (state->fe->dtv_property_cache.delivery_system == STANDARD_DVBT &&
1243 (state->fe->dtv_property_cache.modulation == QAM_64 || state->fe->dtv_property_cache.modulation == QAM_16))
1247 if ((state->fe->dtv_property_cache.delivery_system == SYS_ISDBT) && (((state->fe->dtv_property_cache.layer[0].segment_count >
1250 ((state->fe->dtv_property_cache.layer[0].modulation ==
1252 || (state->fe->dtv_property_cache.
1255 ((state->fe->dtv_property_cache.layer[1].segment_count >
1258 ((state->fe->dtv_property_cache.layer[1].modulation ==
1260 || (state->fe->dtv_property_cache.
1263 ((state->fe->dtv_property_cache.layer[2].segment_count >
1266 ((state->fe->dtv_property_cache.layer[2].modulation ==
1268 || (state->fe->dtv_property_cache.
1279 if (state->fe->dtv_property_cache.delivery_system == STANDARD_DAB) {
1331 u32 f_MHz = state->fe->dtv_property_cache.frequency / 1000000;
1823 if (state->fe->dtv_property_cache.bandwidth_hz / 1000 <= 5000)
1825 else if (state->fe->dtv_property_cache.bandwidth_hz / 1000 <= 6000)
1827 else if (state->fe->dtv_property_cache.bandwidth_hz / 1000 <= 7000)
2262 state->current_rf = state->fe->dtv_property_cache.frequency / 1000;
2277 state->current_band = (u8) BAND_OF_FREQUENCY(state->fe->dtv_property_cache.frequency / 1000);
2279 state->fe->dtv_property_cache.frequency / 1000 + (state->current_band ==
2284 if ((state->fe->dtv_property_cache.delivery_system == SYS_ISDBT && state->fe->dtv_property_cache.isdbt_sb_mode == 1
2285 && state->fe->dtv_property_cache.isdbt_partial_reception == 0)) {
2294 && LUT_offset->std == state->fe->dtv_property_cache.delivery_system) {
2306 if (state->current_rf != state->rf_request || (state->current_standard != state->fe->dtv_property_cache.delivery_system)) {
2448 state->current_standard = state->fe->dtv_property_cache.delivery_system;