Lines Matching refs:fep

1105 	struct dtv_frontend_properties *fep = &fe->dtv_property_cache;  in af9005_fe_set_frontend()  local
1110 deb_info("af9005_fe_set_frontend freq %d bw %d\n", fep->frequency, in af9005_fe_set_frontend()
1111 fep->bandwidth_hz); in af9005_fe_set_frontend()
1171 ret = af9005_fe_select_bw(state->d, fep->bandwidth_hz); in af9005_fe_set_frontend()
1174 ret = af9005_fe_program_cfoe(state->d, fep->bandwidth_hz); in af9005_fe_set_frontend()
1231 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in af9005_fe_get_frontend() local
1247 fep->modulation = QPSK; in af9005_fe_get_frontend()
1251 fep->modulation = QAM_16; in af9005_fe_get_frontend()
1255 fep->modulation = QAM_64; in af9005_fe_get_frontend()
1270 fep->hierarchy = HIERARCHY_NONE; in af9005_fe_get_frontend()
1274 fep->hierarchy = HIERARCHY_1; in af9005_fe_get_frontend()
1278 fep->hierarchy = HIERARCHY_2; in af9005_fe_get_frontend()
1282 fep->hierarchy = HIERARCHY_4; in af9005_fe_get_frontend()
1306 fep->code_rate_HP = FEC_1_2; in af9005_fe_get_frontend()
1310 fep->code_rate_HP = FEC_2_3; in af9005_fe_get_frontend()
1314 fep->code_rate_HP = FEC_3_4; in af9005_fe_get_frontend()
1318 fep->code_rate_HP = FEC_5_6; in af9005_fe_get_frontend()
1322 fep->code_rate_HP = FEC_7_8; in af9005_fe_get_frontend()
1337 fep->code_rate_LP = FEC_1_2; in af9005_fe_get_frontend()
1341 fep->code_rate_LP = FEC_2_3; in af9005_fe_get_frontend()
1345 fep->code_rate_LP = FEC_3_4; in af9005_fe_get_frontend()
1349 fep->code_rate_LP = FEC_5_6; in af9005_fe_get_frontend()
1353 fep->code_rate_LP = FEC_7_8; in af9005_fe_get_frontend()
1367 fep->guard_interval = GUARD_INTERVAL_1_32; in af9005_fe_get_frontend()
1371 fep->guard_interval = GUARD_INTERVAL_1_16; in af9005_fe_get_frontend()
1375 fep->guard_interval = GUARD_INTERVAL_1_8; in af9005_fe_get_frontend()
1379 fep->guard_interval = GUARD_INTERVAL_1_4; in af9005_fe_get_frontend()
1394 fep->transmission_mode = TRANSMISSION_MODE_2K; in af9005_fe_get_frontend()
1398 fep->transmission_mode = TRANSMISSION_MODE_8K; in af9005_fe_get_frontend()
1410 fep->bandwidth_hz = 6000000; in af9005_fe_get_frontend()
1414 fep->bandwidth_hz = 7000000; in af9005_fe_get_frontend()
1418 fep->bandwidth_hz = 8000000; in af9005_fe_get_frontend()