Searched refs:FEC_8_9 (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | tda10071_priv.h | 55 { SYS_DVBS2, QPSK, FEC_8_9, 0x0a }, 63 { SYS_DVBS2, PSK_8, FEC_8_9, 0x10 },
|
D | tda8083.c | 114 if (fec >= FEC_1_2 && fec <= FEC_8_9) in tda8083_set_fec() 115 return tda8083_writereg (state, 0x07, 1 << (FEC_8_9 - fec)); in tda8083_set_fec() 123 static fe_code_rate_t fec_tab [] = { FEC_8_9, FEC_1_2, FEC_2_3, FEC_3_4, in tda8083_get_fec()
|
D | tda10086.c | 398 case FEC_8_9: in tda10086_set_fec() 547 fe_params->fec_inner = FEC_8_9; in tda10086_get_frontend()
|
D | cx24116.c | 393 { SYS_DVBS, QPSK, FEC_8_9, 0xfe, 0x30 }, /* 0000000? ? */ 402 { SYS_DVBS2, QPSK, FEC_8_9, 0x00, 0x0a }, 409 { SYS_DVBS2, PSK_8, FEC_8_9, 0x00, 0x10 },
|
D | ves1x93.c | 163 else if (fec < FEC_1_2 || fec > FEC_8_9) in ves1x93_set_fec()
|
D | cx24117.c | 240 { SYS_DVBS, QPSK, FEC_8_9, 0xfe, 0x30 }, /* 0000000? ? */ 250 { SYS_DVBS2, QPSK, FEC_8_9, 0x00, 0x0a }, 259 { SYS_DVBS2, PSK_8, FEC_8_9, 0x00, 0x10 },
|
D | mt312.c | 573 || (p->fec_inner == FEC_8_9)) in mt312_set_frontend()
|
D | m88ds3103.c | 828 c->fec_inner = FEC_8_9; in m88ds3103_get_frontend()
|
/linux-4.1.27/include/uapi/linux/dvb/ |
D | frontend.h | 163 FEC_8_9, enumerator
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | gp8psk-fe.c | 198 case FEC_8_9: in gp8psk_fe_set_frontend()
|
/linux-4.1.27/drivers/media/firewire/ |
D | firedtv-avc.c | 367 case FEC_8_9: in avc_tuner_tuneqpsk() 464 case FEC_8_9: c->operand[18] = 0x6; break; in avc_tuner_dsd_dvb_c()
|