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;
1825 if (state->fe->dtv_property_cache.bandwidth_hz / 1000 <= 5000)
1827 else if (state->fe->dtv_property_cache.bandwidth_hz / 1000 <= 6000)
1829 else if (state->fe->dtv_property_cache.bandwidth_hz / 1000 <= 7000)
2264 state->current_rf = state->fe->dtv_property_cache.frequency / 1000;
2279 state->current_band = (u8) BAND_OF_FREQUENCY(state->fe->dtv_property_cache.frequency / 1000);
2281 state->fe->dtv_property_cache.frequency / 1000 + (state->current_band ==
2286 if ((state->fe->dtv_property_cache.delivery_system == SYS_ISDBT && state->fe->dtv_property_cache.isdbt_sb_mode == 1
2287 && state->fe->dtv_property_cache.isdbt_partial_reception == 0)) {
2296 && LUT_offset->std == state->fe->dtv_property_cache.delivery_system) {
2308 if (state->current_rf != state->rf_request || (state->current_standard != state->fe->dtv_property_cache.delivery_system)) {
2450 state->current_standard = state->fe->dtv_property_cache.delivery_system;