Lines Matching refs:fep

1106 	struct dtv_frontend_properties *fep = &fe->dtv_property_cache;  in af9005_fe_set_frontend()  local
1111 deb_info("af9005_fe_set_frontend freq %d bw %d\n", fep->frequency, in af9005_fe_set_frontend()
1112 fep->bandwidth_hz); in af9005_fe_set_frontend()
1172 ret = af9005_fe_select_bw(state->d, fep->bandwidth_hz); in af9005_fe_set_frontend()
1175 ret = af9005_fe_program_cfoe(state->d, fep->bandwidth_hz); in af9005_fe_set_frontend()
1232 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in af9005_fe_get_frontend() local
1248 fep->modulation = QPSK; in af9005_fe_get_frontend()
1252 fep->modulation = QAM_16; in af9005_fe_get_frontend()
1256 fep->modulation = QAM_64; in af9005_fe_get_frontend()
1271 fep->hierarchy = HIERARCHY_NONE; in af9005_fe_get_frontend()
1275 fep->hierarchy = HIERARCHY_1; in af9005_fe_get_frontend()
1279 fep->hierarchy = HIERARCHY_2; in af9005_fe_get_frontend()
1283 fep->hierarchy = HIERARCHY_4; in af9005_fe_get_frontend()
1307 fep->code_rate_HP = FEC_1_2; in af9005_fe_get_frontend()
1311 fep->code_rate_HP = FEC_2_3; in af9005_fe_get_frontend()
1315 fep->code_rate_HP = FEC_3_4; in af9005_fe_get_frontend()
1319 fep->code_rate_HP = FEC_5_6; in af9005_fe_get_frontend()
1323 fep->code_rate_HP = FEC_7_8; in af9005_fe_get_frontend()
1338 fep->code_rate_LP = FEC_1_2; in af9005_fe_get_frontend()
1342 fep->code_rate_LP = FEC_2_3; in af9005_fe_get_frontend()
1346 fep->code_rate_LP = FEC_3_4; in af9005_fe_get_frontend()
1350 fep->code_rate_LP = FEC_5_6; in af9005_fe_get_frontend()
1354 fep->code_rate_LP = FEC_7_8; in af9005_fe_get_frontend()
1368 fep->guard_interval = GUARD_INTERVAL_1_32; in af9005_fe_get_frontend()
1372 fep->guard_interval = GUARD_INTERVAL_1_16; in af9005_fe_get_frontend()
1376 fep->guard_interval = GUARD_INTERVAL_1_8; in af9005_fe_get_frontend()
1380 fep->guard_interval = GUARD_INTERVAL_1_4; in af9005_fe_get_frontend()
1395 fep->transmission_mode = TRANSMISSION_MODE_2K; in af9005_fe_get_frontend()
1399 fep->transmission_mode = TRANSMISSION_MODE_8K; in af9005_fe_get_frontend()
1411 fep->bandwidth_hz = 6000000; in af9005_fe_get_frontend()
1415 fep->bandwidth_hz = 7000000; in af9005_fe_get_frontend()
1419 fep->bandwidth_hz = 8000000; in af9005_fe_get_frontend()