Lines Matching refs:dtv_property_cache

1161 	u32 freq = state->fe[0]->dtv_property_cache.frequency / 1000;  in dib9000_fw_set_channel_head()
1169 b[4] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 0) & 0xff); in dib9000_fw_set_channel_head()
1170 b[5] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 8) & 0xff); in dib9000_fw_set_channel_head()
1171 b[6] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 16) & 0xff); in dib9000_fw_set_channel_head()
1172 b[7] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 24) & 0xff); in dib9000_fw_set_channel_head()
1174 if (state->fe[0]->dtv_property_cache.delivery_system == SYS_DVBT) in dib9000_fw_set_channel_head()
1216 state->fe[0]->dtv_property_cache.inversion = INVERSION_ON; in dib9000_fw_get_channel()
1219 state->fe[0]->dtv_property_cache.inversion = INVERSION_OFF; in dib9000_fw_get_channel()
1223 state->fe[0]->dtv_property_cache.inversion = INVERSION_AUTO; in dib9000_fw_get_channel()
1228 state->fe[0]->dtv_property_cache.transmission_mode = TRANSMISSION_MODE_2K; in dib9000_fw_get_channel()
1231 state->fe[0]->dtv_property_cache.transmission_mode = TRANSMISSION_MODE_4K; in dib9000_fw_get_channel()
1234 state->fe[0]->dtv_property_cache.transmission_mode = TRANSMISSION_MODE_8K; in dib9000_fw_get_channel()
1238 state->fe[0]->dtv_property_cache.transmission_mode = TRANSMISSION_MODE_AUTO; in dib9000_fw_get_channel()
1243 state->fe[0]->dtv_property_cache.guard_interval = GUARD_INTERVAL_1_32; in dib9000_fw_get_channel()
1246 state->fe[0]->dtv_property_cache.guard_interval = GUARD_INTERVAL_1_16; in dib9000_fw_get_channel()
1249 state->fe[0]->dtv_property_cache.guard_interval = GUARD_INTERVAL_1_8; in dib9000_fw_get_channel()
1252 state->fe[0]->dtv_property_cache.guard_interval = GUARD_INTERVAL_1_4; in dib9000_fw_get_channel()
1256 state->fe[0]->dtv_property_cache.guard_interval = GUARD_INTERVAL_AUTO; in dib9000_fw_get_channel()
1261 state->fe[0]->dtv_property_cache.modulation = QAM_64; in dib9000_fw_get_channel()
1264 state->fe[0]->dtv_property_cache.modulation = QAM_16; in dib9000_fw_get_channel()
1267 state->fe[0]->dtv_property_cache.modulation = QPSK; in dib9000_fw_get_channel()
1271 state->fe[0]->dtv_property_cache.modulation = QAM_AUTO; in dib9000_fw_get_channel()
1276 state->fe[0]->dtv_property_cache.hierarchy = HIERARCHY_NONE; in dib9000_fw_get_channel()
1279 state->fe[0]->dtv_property_cache.hierarchy = HIERARCHY_1; in dib9000_fw_get_channel()
1283 state->fe[0]->dtv_property_cache.hierarchy = HIERARCHY_AUTO; in dib9000_fw_get_channel()
1288 state->fe[0]->dtv_property_cache.code_rate_HP = FEC_1_2; in dib9000_fw_get_channel()
1291 state->fe[0]->dtv_property_cache.code_rate_HP = FEC_2_3; in dib9000_fw_get_channel()
1294 state->fe[0]->dtv_property_cache.code_rate_HP = FEC_3_4; in dib9000_fw_get_channel()
1297 state->fe[0]->dtv_property_cache.code_rate_HP = FEC_5_6; in dib9000_fw_get_channel()
1300 state->fe[0]->dtv_property_cache.code_rate_HP = FEC_7_8; in dib9000_fw_get_channel()
1304 state->fe[0]->dtv_property_cache.code_rate_HP = FEC_AUTO; in dib9000_fw_get_channel()
1309 state->fe[0]->dtv_property_cache.code_rate_LP = FEC_1_2; in dib9000_fw_get_channel()
1312 state->fe[0]->dtv_property_cache.code_rate_LP = FEC_2_3; in dib9000_fw_get_channel()
1315 state->fe[0]->dtv_property_cache.code_rate_LP = FEC_3_4; in dib9000_fw_get_channel()
1318 state->fe[0]->dtv_property_cache.code_rate_LP = FEC_5_6; in dib9000_fw_get_channel()
1321 state->fe[0]->dtv_property_cache.code_rate_LP = FEC_7_8; in dib9000_fw_get_channel()
1325 state->fe[0]->dtv_property_cache.code_rate_LP = FEC_AUTO; in dib9000_fw_get_channel()
1354 switch (state->fe[0]->dtv_property_cache.inversion) { in dib9000_fw_set_channel_union()
1366 switch (state->fe[0]->dtv_property_cache.transmission_mode) { in dib9000_fw_set_channel_union()
1381 switch (state->fe[0]->dtv_property_cache.guard_interval) { in dib9000_fw_set_channel_union()
1399 switch (state->fe[0]->dtv_property_cache.modulation) { in dib9000_fw_set_channel_union()
1414 switch (state->fe[0]->dtv_property_cache.hierarchy) { in dib9000_fw_set_channel_union()
1429 switch (state->fe[0]->dtv_property_cache.code_rate_HP) { in dib9000_fw_set_channel_union()
1450 switch (state->fe[0]->dtv_property_cache.code_rate_LP) { in dib9000_fw_set_channel_union()
1924 state->fe[sub_index_frontend]->dtv_property_cache.modulation = in dib9000_get_frontend()
1925 state->fe[index_frontend]->dtv_property_cache.modulation; in dib9000_get_frontend()
1926 state->fe[sub_index_frontend]->dtv_property_cache.inversion = in dib9000_get_frontend()
1927 state->fe[index_frontend]->dtv_property_cache.inversion; in dib9000_get_frontend()
1928 state->fe[sub_index_frontend]->dtv_property_cache.transmission_mode = in dib9000_get_frontend()
1929 state->fe[index_frontend]->dtv_property_cache.transmission_mode; in dib9000_get_frontend()
1930 state->fe[sub_index_frontend]->dtv_property_cache.guard_interval = in dib9000_get_frontend()
1931 state->fe[index_frontend]->dtv_property_cache.guard_interval; in dib9000_get_frontend()
1932 state->fe[sub_index_frontend]->dtv_property_cache.hierarchy = in dib9000_get_frontend()
1933 state->fe[index_frontend]->dtv_property_cache.hierarchy; in dib9000_get_frontend()
1934 state->fe[sub_index_frontend]->dtv_property_cache.code_rate_HP = in dib9000_get_frontend()
1935 state->fe[index_frontend]->dtv_property_cache.code_rate_HP; in dib9000_get_frontend()
1936 state->fe[sub_index_frontend]->dtv_property_cache.code_rate_LP = in dib9000_get_frontend()
1937 state->fe[index_frontend]->dtv_property_cache.code_rate_LP; in dib9000_get_frontend()
1938 state->fe[sub_index_frontend]->dtv_property_cache.rolloff = in dib9000_get_frontend()
1939 state->fe[index_frontend]->dtv_property_cache.rolloff; in dib9000_get_frontend()
1954 state->fe[index_frontend]->dtv_property_cache.inversion = c->inversion; in dib9000_get_frontend()
1955 state->fe[index_frontend]->dtv_property_cache.transmission_mode = c->transmission_mode; in dib9000_get_frontend()
1956 state->fe[index_frontend]->dtv_property_cache.guard_interval = c->guard_interval; in dib9000_get_frontend()
1957 state->fe[index_frontend]->dtv_property_cache.modulation = c->modulation; in dib9000_get_frontend()
1958 state->fe[index_frontend]->dtv_property_cache.hierarchy = c->hierarchy; in dib9000_get_frontend()
1959 state->fe[index_frontend]->dtv_property_cache.code_rate_HP = c->code_rate_HP; in dib9000_get_frontend()
1960 state->fe[index_frontend]->dtv_property_cache.code_rate_LP = c->code_rate_LP; in dib9000_get_frontend()
1961 state->fe[index_frontend]->dtv_property_cache.rolloff = c->rolloff; in dib9000_get_frontend()
2004 if (state->fe[0]->dtv_property_cache.frequency == 0) { in dib9000_set_frontend()
2009 if (state->fe[0]->dtv_property_cache.bandwidth_hz == 0) { in dib9000_set_frontend()
2020 fe->dtv_property_cache.delivery_system = SYS_DVBT; in dib9000_set_frontend()
2023 if (state->fe[0]->dtv_property_cache.transmission_mode == TRANSMISSION_MODE_AUTO || in dib9000_set_frontend()
2024 state->fe[0]->dtv_property_cache.guard_interval == GUARD_INTERVAL_AUTO || in dib9000_set_frontend()
2025 state->fe[0]->dtv_property_cache.modulation == QAM_AUTO || in dib9000_set_frontend()
2026 state->fe[0]->dtv_property_cache.code_rate_HP == FEC_AUTO) { in dib9000_set_frontend()
2037 …memcpy(&state->fe[index_frontend]->dtv_property_cache, &fe->dtv_property_cache, sizeof(struct dtv_… in dib9000_set_frontend()
2039 state->fe[index_frontend]->dtv_property_cache.delivery_system = SYS_DVBT; in dib9000_set_frontend()
2094 dib9000_get_frontend(state->fe[0], &state->fe[0]->dtv_property_cache); in dib9000_set_frontend()