Home
last modified time | relevance | path

Searched refs:FEC_NONE (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/media/dvb-frontends/
H A Das102_fe.c153 ((c->code_rate_LP == FEC_NONE) || in as102_fe_set_frontend()
154 (c->code_rate_HP == FEC_NONE))) { in as102_fe_set_frontend()
156 if (c->code_rate_LP == FEC_NONE) { in as102_fe_set_frontend()
162 if (c->code_rate_HP == FEC_NONE) { in as102_fe_set_frontend()
H A Ddib3000mb.c120 enum fe_code_rate fe_cr = FEC_NONE; in dib3000mb_set_frontend()
277 case FEC_NONE: in dib3000mb_set_frontend()
500 c->code_rate_HP = FEC_NONE; in dib3000mb_get_frontend()
528 c->code_rate_LP = FEC_NONE; in dib3000mb_get_frontend()
H A Dstv0910.c511 state->puncture_rate = FEC_NONE; in get_signal_parameters()
947 case FEC_NONE: in enable_puncture_rate()
1064 enable_puncture_rate(state, FEC_NONE); in start()
1556 FEC_NONE, FEC_NONE, FEC_NONE, FEC_2_5, in get_frontend() enumerator
1589 p->fec_inner = FEC_NONE; in get_frontend()
H A Dcx22702.c340 case FEC_NONE: in cx22702_set_tps()
361 case FEC_NONE: in cx22702_set_tps()
H A Dcx24123.c329 if (((int)fec < FEC_NONE) || (fec > FEC_AUTO)) in cx24123_set_fec()
420 *fec = FEC_NONE; in cx24123_get_fec()
H A Ds5h1420.c616 return FEC_NONE; in s5h1420_getfec()
887 state->fec_inner = FEC_NONE; in s5h1420_attach()
H A Dves1820.c326 p->fec_inner = FEC_NONE; in ves1820_get_frontend()
H A Dcx24117.c220 { SYS_DVBS, QPSK, FEC_NONE, 0xfe, 0x30 },
231 { SYS_DVBS2, QPSK, FEC_NONE, 0x00, 0x00 },
242 { SYS_DVBS2, PSK_8, FEC_NONE, 0x00, 0x00 },
H A Dtda10021.c407 p->fec_inner = FEC_NONE; in tda10021_get_frontend()
H A Dmt352.c200 case FEC_NONE: in mt352_set_parameters()
H A Dcx24110.c223 return FEC_NONE; in cx24110_get_fec()
H A Dtda10023.c468 p->fec_inner = FEC_NONE; in tda10023_get_frontend()
H A Dzl10353.c257 case FEC_NONE: in zl10353_set_parameters()
H A Dstv0297.c620 p->fec_inner = FEC_NONE; in stv0297_get_frontend()
H A Dmt312.c556 if (((int)p->fec_inner < FEC_NONE) in mt312_set_frontend()
H A Dmxl5xx.c669 FEC_NONE, FEC_1_2, FEC_3_5, FEC_2_3, in conv_fec() enumerator
675 return FEC_NONE; in conv_fec()
H A Dcx24116.c369 { SYS_DVBS, QPSK, FEC_NONE, 0xfe, 0x30 },
/linux/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_top.c1509 c->code_rate_HP = FEC_NONE; in cxd2880_get_frontend_t()
1531 c->code_rate_LP = FEC_NONE; in cxd2880_get_frontend_t()
1554 c->code_rate_HP = FEC_NONE; in cxd2880_get_frontend_t()
1555 c->code_rate_LP = FEC_NONE; in cxd2880_get_frontend_t()
1716 c->fec_inner = FEC_NONE; in cxd2880_get_frontend_t2()
1721 c->fec_inner = FEC_NONE; in cxd2880_get_frontend_t2()
/linux/include/uapi/linux/dvb/
H A Dfrontend.h307 FEC_NONE = 0, enumerator
/linux/drivers/media/common/siano/
H A Dsmsdvb-main.c230 FEC_NONE);
234 FEC_NONE);
238 FEC_NONE);
/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend.h.rst.exceptions117 ignore symbol FEC_NONE
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c278 ethtool_link_ksettings_add_link_mode(c, supported, FEC_NONE); in nfp_net_set_fec_link_mode()
280 ethtool_link_ksettings_add_link_mode(c, advertising, FEC_NONE); in nfp_net_set_fec_link_mode()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c318 (ecmd, supported, FEC_NONE); in lio_get_link_ksettings()
327 (ecmd, advertising, FEC_NONE); in lio_get_link_ksettings()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c2400 ethtool_link_ksettings_add_link_mode(ks, advertising, FEC_NONE); in ice_get_link_ksettings()
2416 ethtool_link_ksettings_add_link_mode(ks, supported, FEC_NONE); in ice_get_link_ksettings()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c619 SET_LMM(FEC_NONE); in fw_caps_to_lmm()