Home
last modified time | relevance | path

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

12

/linux-3.4.99/drivers/media/dvb/frontends/
Dtda10071_priv.h61 { 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 …]
Dcx24116.c385 { 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 …]
Dcx22700.c150 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()
Dcx22702.c160 p->modulation = QPSK; in cx22702_get_tps()
320 case QPSK: in cx22702_set_tps()
Dl64781.c175 if (p->modulation != QPSK && p->modulation != QAM_16 && in apply_frontend_param()
322 p->modulation = QPSK; in get_frontend()
Dmt352.c223 case QPSK: in mt352_set_parameters()
349 op->modulation = QPSK; in mt352_get_parameters()
Dtda10021.c241 [QPSK] = { 0x14, 0x78, 0x78, 0x8c, 0x96 }, in tda10021_set_parameters()
268 case QPSK: in tda10021_set_parameters()
Ddib3000mc.c427 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()
Dtda10023.c314 [QPSK] = { (5<<2), 0x78, 0x8c, 0x96, 0x78, 0x4c }, in tda10023_set_parameters()
341 case QPSK: in tda10023_set_parameters()
Dzl10353.c282 case QPSK: in zl10353_set_parameters()
406 c->modulation = QPSK; in zl10353_get_parameters()
Ddib3000mb.c215 case QPSK: in dib3000mb_set_frontend()
493 c->modulation = QPSK; in dib3000mb_get_frontend()
Dcxd2820r_t2.c241 c->modulation = QPSK; in cxd2820r_get_frontend_t2()
Dcxd2820r_t.c157 c->modulation = QPSK; in cxd2820r_get_frontend_t()
Dsp8870.c178 case QPSK: in configure_reg0xc05()
Dit913x-fe.c541 case QPSK: in it913x_get_signal_strength()
608 if (state->constellation == QPSK) { in it913x_fe_read_snr()
Dmb86a20s.c417 return QPSK; in mb86a20s_get_modulation()
Dtda1004x.c760 case QPSK: in tda1004x_set_fe()
954 fe_params->modulation = QPSK; in tda1004x_get_fe()
Dsp887x.c219 case QPSK: in configure_reg0xc05()
Dit913x-fe-priv.h199 QPSK,
Daf9013.c730 case QPSK: in af9013_set_frontend()
863 c->modulation = QPSK; in af9013_get_frontend()
/linux-3.4.99/drivers/media/dvb/dvb-usb/
Dgp8psk-fe.c137 if (c->modulation != QPSK) { in gp8psk_fe_set_frontend()
162 case QPSK: in gp8psk_fe_set_frontend()
Dmxl111sf-demod.c116 *modulation = QPSK; in mxl1x1sf_demod_get_tps_modulation()
490 case QPSK: in mxl111sf_demod_read_signal_strength()
DcinergyT2-fe.c92 case QPSK: in compute_tps()
/linux-3.4.99/drivers/staging/media/as102/
Das102_fe.c355 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/
Dfrontend.h159 QPSK, enumerator

12