Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/media/dvb-frontends/
Dtda10071_priv.h44 { SYS_DVBS2, QPSK, FEC_AUTO, 0x00 },
45 { SYS_DVBS2, QPSK, FEC_1_2, 0x04 },
46 { SYS_DVBS2, QPSK, FEC_3_5, 0x05 },
47 { SYS_DVBS2, QPSK, FEC_2_3, 0x06 },
48 { SYS_DVBS2, QPSK, FEC_3_4, 0x07 },
49 { SYS_DVBS2, QPSK, FEC_4_5, 0x08 },
50 { SYS_DVBS2, QPSK, FEC_5_6, 0x09 },
51 { SYS_DVBS2, QPSK, FEC_8_9, 0x0a },
52 { SYS_DVBS2, QPSK, FEC_9_10, 0x0b },
62 { SYS_DVBS, QPSK, FEC_AUTO, 0x2d },
[all …]
Dcx24120.c768 { SYS_DVBS, QPSK, FEC_1_2, 0x01 },
769 { SYS_DVBS, QPSK, FEC_2_3, 0x02 },
770 { SYS_DVBS, QPSK, FEC_3_4, 0x03 },
771 { SYS_DVBS, QPSK, FEC_4_5, 0x04 },
772 { SYS_DVBS, QPSK, FEC_5_6, 0x05 },
773 { SYS_DVBS, QPSK, FEC_6_7, 0x06 },
774 { SYS_DVBS, QPSK, FEC_7_8, 0x07 },
776 { SYS_DVBS2, QPSK, FEC_1_2, 0x04 },
777 { SYS_DVBS2, QPSK, FEC_3_5, 0x05 },
778 { SYS_DVBS2, QPSK, FEC_2_3, 0x06 },
[all …]
Dcx24116.c369 { SYS_DVBS, QPSK, FEC_NONE, 0xfe, 0x30 },
370 { SYS_DVBS, QPSK, FEC_1_2, 0x02, 0x2e }, /* 00000010 00101110 */
371 { SYS_DVBS, QPSK, FEC_2_3, 0x04, 0x2f }, /* 00000100 00101111 */
372 { SYS_DVBS, QPSK, FEC_3_4, 0x08, 0x30 }, /* 00001000 00110000 */
373 { SYS_DVBS, QPSK, FEC_4_5, 0xfe, 0x30 }, /* 000?0000 ? */
374 { SYS_DVBS, QPSK, FEC_5_6, 0x20, 0x31 }, /* 00100000 00110001 */
375 { SYS_DVBS, QPSK, FEC_6_7, 0xfe, 0x30 }, /* 0?000000 ? */
376 { SYS_DVBS, QPSK, FEC_7_8, 0x80, 0x32 }, /* 10000000 00110010 */
377 { SYS_DVBS, QPSK, FEC_8_9, 0xfe, 0x30 }, /* 0000000? ? */
378 { SYS_DVBS, QPSK, FEC_AUTO, 0xfe, 0x30 },
[all …]
Dcx24117.c220 { SYS_DVBS, QPSK, FEC_NONE, 0xfe, 0x30 },
221 { SYS_DVBS, QPSK, FEC_1_2, 0x02, 0x2e }, /* 00000010 00101110 */
222 { SYS_DVBS, QPSK, FEC_2_3, 0x04, 0x2f }, /* 00000100 00101111 */
223 { SYS_DVBS, QPSK, FEC_3_4, 0x08, 0x30 }, /* 00001000 00110000 */
224 { SYS_DVBS, QPSK, FEC_4_5, 0xfe, 0x30 }, /* 000?0000 ? */
225 { SYS_DVBS, QPSK, FEC_5_6, 0x20, 0x31 }, /* 00100000 00110001 */
226 { SYS_DVBS, QPSK, FEC_6_7, 0xfe, 0x30 }, /* 0?000000 ? */
227 { SYS_DVBS, QPSK, FEC_7_8, 0x80, 0x32 }, /* 10000000 00110010 */
228 { SYS_DVBS, QPSK, FEC_8_9, 0xfe, 0x30 }, /* 0000000? ? */
229 { SYS_DVBS, QPSK, FEC_AUTO, 0xfe, 0x30 },
[all …]
Dstv0910.c1560 QPSK, QPSK, QPSK, QPSK, in get_frontend() enumerator
1561 QPSK, QPSK, QPSK, QPSK, in get_frontend() enumerator
1562 QPSK, QPSK, QPSK, QPSK, in get_frontend() enumerator
Dcx22700.c138 if (p->modulation != QPSK && in cx22700_set_tps()
155 val = qam_tab[p->modulation - QPSK]; in cx22700_set_tps()
182 static const enum fe_modulation qam_tab[3] = { QPSK, QAM_16, QAM_64 }; in cx22700_get_tps() enumerator
Dgp8psk-fe.c150 if (c->modulation != QPSK) { in gp8psk_fe_set_frontend()
175 case QPSK: in gp8psk_fe_set_frontend()
Das102_fe.c100 case QPSK: in as102_fe_set_frontend()
199 c->modulation = QPSK; in as102_fe_get_frontend()
Dcx22702.c148 p->modulation = QPSK; in cx22702_get_tps()
308 case QPSK: in cx22702_set_tps()
Dl64781.c163 if (p->modulation != QPSK && p->modulation != QAM_16 && in apply_frontend_param()
310 p->modulation = QPSK; in get_frontend()
Dmt352.c210 case QPSK: in mt352_set_parameters()
336 op->modulation = QPSK; in mt352_get_parameters()
Dtda10021.c228 [QPSK] = { 0x14, 0x78, 0x78, 0x8c, 0x96 }, in tda10021_set_parameters()
255 case QPSK: in tda10021_set_parameters()
Dtda10023.c300 [QPSK] = { (5<<2), 0x78, 0x8c, 0x96, 0x78, 0x4c }, in tda10023_set_parameters()
327 case QPSK: in tda10023_set_parameters()
Ddib3000mc.c458 case QPSK: in dib3000mc_set_adp_cfg()
528 case QPSK: value |= (0 << 3); break; in dib3000mc_set_channel_cfg()
693 case 0: fep->modulation = QPSK; break; in dib3000mc_get_frontend()
Dtc90522.c218 c->modulation = (v == 7) ? PSK_8 : QPSK; in tc90522s_get_frontend()
235 c->layer[1].modulation = QPSK; in tc90522s_get_frontend()
327 DQPSK, QPSK, QAM_16, QAM_64, 0, 0, 0, 0 enumerator
Dzl10353.c267 case QPSK: in zl10353_set_parameters()
391 c->modulation = QPSK; in zl10353_get_parameters()
Ddib3000mb.c207 case QPSK: in dib3000mb_set_frontend()
481 c->modulation = QPSK; in dib3000mb_get_frontend()
Dcxd2820r_t.c143 c->modulation = QPSK; in cxd2820r_get_frontend_t()
/Linux-v5.4/Documentation/media/uapi/dvb/
Ddvb-frontend-parameters.rst41 /* intermediate frequency in kHz for QPSK */
51 In the case of QPSK frontends the ``frequency`` field specifies the
61 QPSK parameters
64 For satellite QPSK frontends you have to use the ``dvb_qpsk_parameters``
Dfe_property_parameters.rst99 DVB-T QPSK, 16-QAM and 64-QAM.
100 DVB-T2 QPSK, 16-QAM, 64-QAM and 256-QAM.
101 DVB-S No need to set. It supports only QPSK.
102 DVB-S2 QPSK, 8-PSK, 16-APSK and 32-APSK.
103 ISDB-T QPSK, DQPSK, 16-QAM and 64-QAM.
104 ISDB-S 8-PSK, QPSK and BPSK.
459 Possible values are: ``QAM_AUTO``, ``QPSK``, ``QAM_16``, ``QAM_64``, ``DQPSK``
Dfe-type-t.rst40 - .. _FE-QPSK:
/Linux-v5.4/drivers/media/usb/dvb-usb-v2/
Dmxl111sf-demod.c103 *modulation = QPSK; in mxl1x1sf_demod_get_tps_modulation()
482 case QPSK: in mxl111sf_demod_read_signal_strength()
/Linux-v5.4/drivers/media/dvb-frontends/cxd2880/
Dcxd2880_top.c1538 c->modulation = QPSK; in cxd2880_get_frontend_t()
1547 c->modulation = QPSK; in cxd2880_get_frontend_t()
1556 c->modulation = QPSK; in cxd2880_get_frontend_t()
1733 c->modulation = QPSK; in cxd2880_get_frontend_t2()
1745 c->modulation = QPSK; in cxd2880_get_frontend_t2()
1750 c->modulation = QPSK; in cxd2880_get_frontend_t2()
/Linux-v5.4/drivers/media/usb/dvb-usb/
DcinergyT2-fe.c78 case QPSK: in compute_tps()
/Linux-v5.4/include/uapi/linux/dvb/
Dfrontend.h339 QPSK, enumerator

123