/linux-3.4.99/drivers/media/dvb/frontends/ |
D | tda10071_priv.h | 61 { SYS_DVBS2, QPSK, FEC_AUTO, 0x00 }, 62 { SYS_DVBS2, QPSK, FEC_1_2, 0x04 }, 63 { SYS_DVBS2, QPSK, FEC_3_5, 0x05 }, 64 { SYS_DVBS2, QPSK, FEC_2_3, 0x06 }, 65 { SYS_DVBS2, QPSK, FEC_3_4, 0x07 }, 66 { SYS_DVBS2, QPSK, FEC_4_5, 0x08 }, 67 { SYS_DVBS2, QPSK, FEC_5_6, 0x09 }, 68 { SYS_DVBS2, QPSK, FEC_8_9, 0x0a }, 69 { SYS_DVBS2, QPSK, FEC_9_10, 0x0b }, 78 { SYS_DVBS, QPSK, FEC_AUTO, 0x2d }, [all …]
|
D | cx24116.c | 385 { SYS_DVBS, QPSK, FEC_NONE, 0xfe, 0x30 }, 386 { SYS_DVBS, QPSK, FEC_1_2, 0x02, 0x2e }, /* 00000010 00101110 */ 387 { SYS_DVBS, QPSK, FEC_2_3, 0x04, 0x2f }, /* 00000100 00101111 */ 388 { SYS_DVBS, QPSK, FEC_3_4, 0x08, 0x30 }, /* 00001000 00110000 */ 389 { SYS_DVBS, QPSK, FEC_4_5, 0xfe, 0x30 }, /* 000?0000 ? */ 390 { SYS_DVBS, QPSK, FEC_5_6, 0x20, 0x31 }, /* 00100000 00110001 */ 391 { SYS_DVBS, QPSK, FEC_6_7, 0xfe, 0x30 }, /* 0?000000 ? */ 392 { SYS_DVBS, QPSK, FEC_7_8, 0x80, 0x32 }, /* 10000000 00110010 */ 393 { SYS_DVBS, QPSK, FEC_8_9, 0xfe, 0x30 }, /* 0000000? ? */ 394 { SYS_DVBS, QPSK, FEC_AUTO, 0xfe, 0x30 }, [all …]
|
D | cx22700.c | 150 if (p->modulation != QPSK && in cx22700_set_tps() 167 val = qam_tab[p->modulation - QPSK]; in cx22700_set_tps() 191 static const fe_modulation_t qam_tab [3] = { QPSK, QAM_16, QAM_64 }; in cx22700_get_tps()
|
D | cx22702.c | 160 p->modulation = QPSK; in cx22702_get_tps() 320 case QPSK: in cx22702_set_tps()
|
D | l64781.c | 175 if (p->modulation != QPSK && p->modulation != QAM_16 && in apply_frontend_param() 322 p->modulation = QPSK; in get_frontend()
|
D | mt352.c | 223 case QPSK: in mt352_set_parameters() 349 op->modulation = QPSK; in mt352_get_parameters()
|
D | tda10021.c | 241 [QPSK] = { 0x14, 0x78, 0x78, 0x8c, 0x96 }, in tda10021_set_parameters() 268 case QPSK: in tda10021_set_parameters()
|
D | dib3000mc.c | 427 case QPSK: in dib3000mc_set_adp_cfg() 493 case QPSK: value |= (0 << 3); break; in dib3000mc_set_channel_cfg() 658 case 0: fep->modulation = QPSK; break; in dib3000mc_get_frontend()
|
D | tda10023.c | 314 [QPSK] = { (5<<2), 0x78, 0x8c, 0x96, 0x78, 0x4c }, in tda10023_set_parameters() 341 case QPSK: in tda10023_set_parameters()
|
D | zl10353.c | 282 case QPSK: in zl10353_set_parameters() 406 c->modulation = QPSK; in zl10353_get_parameters()
|
D | dib3000mb.c | 215 case QPSK: in dib3000mb_set_frontend() 493 c->modulation = QPSK; in dib3000mb_get_frontend()
|
D | cxd2820r_t2.c | 241 c->modulation = QPSK; in cxd2820r_get_frontend_t2()
|
D | cxd2820r_t.c | 157 c->modulation = QPSK; in cxd2820r_get_frontend_t()
|
D | sp8870.c | 178 case QPSK: in configure_reg0xc05()
|
D | it913x-fe.c | 541 case QPSK: in it913x_get_signal_strength() 608 if (state->constellation == QPSK) { in it913x_fe_read_snr()
|
D | mb86a20s.c | 417 return QPSK; in mb86a20s_get_modulation()
|
D | tda1004x.c | 760 case QPSK: in tda1004x_set_fe() 954 fe_params->modulation = QPSK; in tda1004x_get_fe()
|
D | sp887x.c | 219 case QPSK: in configure_reg0xc05()
|
D | it913x-fe-priv.h | 199 QPSK,
|
D | af9013.c | 730 case QPSK: in af9013_set_frontend() 863 c->modulation = QPSK; in af9013_get_frontend()
|
/linux-3.4.99/drivers/media/dvb/dvb-usb/ |
D | gp8psk-fe.c | 137 if (c->modulation != QPSK) { in gp8psk_fe_set_frontend() 162 case QPSK: in gp8psk_fe_set_frontend()
|
D | mxl111sf-demod.c | 116 *modulation = QPSK; in mxl1x1sf_demod_get_tps_modulation() 490 case QPSK: in mxl111sf_demod_read_signal_strength()
|
D | cinergyT2-fe.c | 92 case QPSK: in compute_tps()
|
/linux-3.4.99/drivers/staging/media/as102/ |
D | as102_fe.c | 355 fe_tps->modulation = QPSK; in as10x_fe_copy_tps_parameters() 518 case QPSK: in as102_fe_copy_tune_parameters()
|
/linux-3.4.99/include/linux/dvb/ |
D | frontend.h | 159 QPSK, enumerator
|