Lines Matching refs:dtv_property_cache

1158 	u32 freq = state->fe[0]->dtv_property_cache.frequency / 1000;  in dib9000_fw_set_channel_head()
1166 b[4] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 0) & 0xff); in dib9000_fw_set_channel_head()
1167 b[5] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 8) & 0xff); in dib9000_fw_set_channel_head()
1168 b[6] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 16) & 0xff); in dib9000_fw_set_channel_head()
1169 b[7] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 24) & 0xff); in dib9000_fw_set_channel_head()
1171 if (state->fe[0]->dtv_property_cache.delivery_system == SYS_DVBT) in dib9000_fw_set_channel_head()
1213 state->fe[0]->dtv_property_cache.inversion = INVERSION_ON; in dib9000_fw_get_channel()
1216 state->fe[0]->dtv_property_cache.inversion = INVERSION_OFF; in dib9000_fw_get_channel()
1220 state->fe[0]->dtv_property_cache.inversion = INVERSION_AUTO; in dib9000_fw_get_channel()
1225 state->fe[0]->dtv_property_cache.transmission_mode = TRANSMISSION_MODE_2K; in dib9000_fw_get_channel()
1228 state->fe[0]->dtv_property_cache.transmission_mode = TRANSMISSION_MODE_4K; in dib9000_fw_get_channel()
1231 state->fe[0]->dtv_property_cache.transmission_mode = TRANSMISSION_MODE_8K; in dib9000_fw_get_channel()
1235 state->fe[0]->dtv_property_cache.transmission_mode = TRANSMISSION_MODE_AUTO; in dib9000_fw_get_channel()
1240 state->fe[0]->dtv_property_cache.guard_interval = GUARD_INTERVAL_1_32; in dib9000_fw_get_channel()
1243 state->fe[0]->dtv_property_cache.guard_interval = GUARD_INTERVAL_1_16; in dib9000_fw_get_channel()
1246 state->fe[0]->dtv_property_cache.guard_interval = GUARD_INTERVAL_1_8; in dib9000_fw_get_channel()
1249 state->fe[0]->dtv_property_cache.guard_interval = GUARD_INTERVAL_1_4; in dib9000_fw_get_channel()
1253 state->fe[0]->dtv_property_cache.guard_interval = GUARD_INTERVAL_AUTO; in dib9000_fw_get_channel()
1258 state->fe[0]->dtv_property_cache.modulation = QAM_64; in dib9000_fw_get_channel()
1261 state->fe[0]->dtv_property_cache.modulation = QAM_16; in dib9000_fw_get_channel()
1264 state->fe[0]->dtv_property_cache.modulation = QPSK; in dib9000_fw_get_channel()
1268 state->fe[0]->dtv_property_cache.modulation = QAM_AUTO; in dib9000_fw_get_channel()
1273 state->fe[0]->dtv_property_cache.hierarchy = HIERARCHY_NONE; in dib9000_fw_get_channel()
1276 state->fe[0]->dtv_property_cache.hierarchy = HIERARCHY_1; in dib9000_fw_get_channel()
1280 state->fe[0]->dtv_property_cache.hierarchy = HIERARCHY_AUTO; in dib9000_fw_get_channel()
1285 state->fe[0]->dtv_property_cache.code_rate_HP = FEC_1_2; in dib9000_fw_get_channel()
1288 state->fe[0]->dtv_property_cache.code_rate_HP = FEC_2_3; in dib9000_fw_get_channel()
1291 state->fe[0]->dtv_property_cache.code_rate_HP = FEC_3_4; in dib9000_fw_get_channel()
1294 state->fe[0]->dtv_property_cache.code_rate_HP = FEC_5_6; in dib9000_fw_get_channel()
1297 state->fe[0]->dtv_property_cache.code_rate_HP = FEC_7_8; in dib9000_fw_get_channel()
1301 state->fe[0]->dtv_property_cache.code_rate_HP = FEC_AUTO; in dib9000_fw_get_channel()
1306 state->fe[0]->dtv_property_cache.code_rate_LP = FEC_1_2; in dib9000_fw_get_channel()
1309 state->fe[0]->dtv_property_cache.code_rate_LP = FEC_2_3; in dib9000_fw_get_channel()
1312 state->fe[0]->dtv_property_cache.code_rate_LP = FEC_3_4; in dib9000_fw_get_channel()
1315 state->fe[0]->dtv_property_cache.code_rate_LP = FEC_5_6; in dib9000_fw_get_channel()
1318 state->fe[0]->dtv_property_cache.code_rate_LP = FEC_7_8; in dib9000_fw_get_channel()
1322 state->fe[0]->dtv_property_cache.code_rate_LP = FEC_AUTO; in dib9000_fw_get_channel()
1351 switch (state->fe[0]->dtv_property_cache.inversion) { in dib9000_fw_set_channel_union()
1363 switch (state->fe[0]->dtv_property_cache.transmission_mode) { in dib9000_fw_set_channel_union()
1378 switch (state->fe[0]->dtv_property_cache.guard_interval) { in dib9000_fw_set_channel_union()
1396 switch (state->fe[0]->dtv_property_cache.modulation) { in dib9000_fw_set_channel_union()
1411 switch (state->fe[0]->dtv_property_cache.hierarchy) { in dib9000_fw_set_channel_union()
1426 switch (state->fe[0]->dtv_property_cache.code_rate_HP) { in dib9000_fw_set_channel_union()
1447 switch (state->fe[0]->dtv_property_cache.code_rate_LP) { in dib9000_fw_set_channel_union()
1921 state->fe[sub_index_frontend]->dtv_property_cache.modulation = in dib9000_get_frontend()
1922 state->fe[index_frontend]->dtv_property_cache.modulation; in dib9000_get_frontend()
1923 state->fe[sub_index_frontend]->dtv_property_cache.inversion = in dib9000_get_frontend()
1924 state->fe[index_frontend]->dtv_property_cache.inversion; in dib9000_get_frontend()
1925 state->fe[sub_index_frontend]->dtv_property_cache.transmission_mode = in dib9000_get_frontend()
1926 state->fe[index_frontend]->dtv_property_cache.transmission_mode; in dib9000_get_frontend()
1927 state->fe[sub_index_frontend]->dtv_property_cache.guard_interval = in dib9000_get_frontend()
1928 state->fe[index_frontend]->dtv_property_cache.guard_interval; in dib9000_get_frontend()
1929 state->fe[sub_index_frontend]->dtv_property_cache.hierarchy = in dib9000_get_frontend()
1930 state->fe[index_frontend]->dtv_property_cache.hierarchy; in dib9000_get_frontend()
1931 state->fe[sub_index_frontend]->dtv_property_cache.code_rate_HP = in dib9000_get_frontend()
1932 state->fe[index_frontend]->dtv_property_cache.code_rate_HP; in dib9000_get_frontend()
1933 state->fe[sub_index_frontend]->dtv_property_cache.code_rate_LP = in dib9000_get_frontend()
1934 state->fe[index_frontend]->dtv_property_cache.code_rate_LP; in dib9000_get_frontend()
1935 state->fe[sub_index_frontend]->dtv_property_cache.rolloff = in dib9000_get_frontend()
1936 state->fe[index_frontend]->dtv_property_cache.rolloff; in dib9000_get_frontend()
1951 state->fe[index_frontend]->dtv_property_cache.inversion = c->inversion; in dib9000_get_frontend()
1952 state->fe[index_frontend]->dtv_property_cache.transmission_mode = c->transmission_mode; in dib9000_get_frontend()
1953 state->fe[index_frontend]->dtv_property_cache.guard_interval = c->guard_interval; in dib9000_get_frontend()
1954 state->fe[index_frontend]->dtv_property_cache.modulation = c->modulation; in dib9000_get_frontend()
1955 state->fe[index_frontend]->dtv_property_cache.hierarchy = c->hierarchy; in dib9000_get_frontend()
1956 state->fe[index_frontend]->dtv_property_cache.code_rate_HP = c->code_rate_HP; in dib9000_get_frontend()
1957 state->fe[index_frontend]->dtv_property_cache.code_rate_LP = c->code_rate_LP; in dib9000_get_frontend()
1958 state->fe[index_frontend]->dtv_property_cache.rolloff = c->rolloff; in dib9000_get_frontend()
2001 if (state->fe[0]->dtv_property_cache.frequency == 0) { in dib9000_set_frontend()
2006 if (state->fe[0]->dtv_property_cache.bandwidth_hz == 0) { in dib9000_set_frontend()
2017 fe->dtv_property_cache.delivery_system = SYS_DVBT; in dib9000_set_frontend()
2020 if (state->fe[0]->dtv_property_cache.transmission_mode == TRANSMISSION_MODE_AUTO || in dib9000_set_frontend()
2021 state->fe[0]->dtv_property_cache.guard_interval == GUARD_INTERVAL_AUTO || in dib9000_set_frontend()
2022 state->fe[0]->dtv_property_cache.modulation == QAM_AUTO || in dib9000_set_frontend()
2023 state->fe[0]->dtv_property_cache.code_rate_HP == FEC_AUTO) { in dib9000_set_frontend()
2034 …memcpy(&state->fe[index_frontend]->dtv_property_cache, &fe->dtv_property_cache, sizeof(struct dtv_… in dib9000_set_frontend()
2036 state->fe[index_frontend]->dtv_property_cache.delivery_system = SYS_DVBT; in dib9000_set_frontend()
2091 dib9000_get_frontend(state->fe[0], &state->fe[0]->dtv_property_cache); in dib9000_set_frontend()