/Linux-v5.4/drivers/media/dvb-frontends/ |
D | tda10071_priv.h | 44 { 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 …]
|
D | cx24120.c | 768 { 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 …]
|
D | cx24116.c | 369 { 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 …]
|
D | cx24117.c | 220 { 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 …]
|
D | stv0910.c | 1560 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
|
D | cx22700.c | 138 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
|
D | gp8psk-fe.c | 150 if (c->modulation != QPSK) { in gp8psk_fe_set_frontend() 175 case QPSK: in gp8psk_fe_set_frontend()
|
D | as102_fe.c | 100 case QPSK: in as102_fe_set_frontend() 199 c->modulation = QPSK; in as102_fe_get_frontend()
|
D | cx22702.c | 148 p->modulation = QPSK; in cx22702_get_tps() 308 case QPSK: in cx22702_set_tps()
|
D | l64781.c | 163 if (p->modulation != QPSK && p->modulation != QAM_16 && in apply_frontend_param() 310 p->modulation = QPSK; in get_frontend()
|
D | mt352.c | 210 case QPSK: in mt352_set_parameters() 336 op->modulation = QPSK; in mt352_get_parameters()
|
D | tda10021.c | 228 [QPSK] = { 0x14, 0x78, 0x78, 0x8c, 0x96 }, in tda10021_set_parameters() 255 case QPSK: in tda10021_set_parameters()
|
D | tda10023.c | 300 [QPSK] = { (5<<2), 0x78, 0x8c, 0x96, 0x78, 0x4c }, in tda10023_set_parameters() 327 case QPSK: in tda10023_set_parameters()
|
D | dib3000mc.c | 458 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()
|
D | tc90522.c | 218 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
|
D | zl10353.c | 267 case QPSK: in zl10353_set_parameters() 391 c->modulation = QPSK; in zl10353_get_parameters()
|
D | dib3000mb.c | 207 case QPSK: in dib3000mb_set_frontend() 481 c->modulation = QPSK; in dib3000mb_get_frontend()
|
D | cxd2820r_t.c | 143 c->modulation = QPSK; in cxd2820r_get_frontend_t()
|
/Linux-v5.4/Documentation/media/uapi/dvb/ |
D | dvb-frontend-parameters.rst | 41 /* 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``
|
D | fe_property_parameters.rst | 99 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``
|
D | fe-type-t.rst | 40 - .. _FE-QPSK:
|
/Linux-v5.4/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf-demod.c | 103 *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/ |
D | cxd2880_top.c | 1538 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/ |
D | cinergyT2-fe.c | 78 case QPSK: in compute_tps()
|
/Linux-v5.4/include/uapi/linux/dvb/ |
D | frontend.h | 339 QPSK, enumerator
|