/linux-6.6.21/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 | 769 { SYS_DVBS, QPSK, FEC_1_2, 0x01 }, 770 { SYS_DVBS, QPSK, FEC_2_3, 0x02 }, 771 { SYS_DVBS, QPSK, FEC_3_4, 0x03 }, 772 { SYS_DVBS, QPSK, FEC_4_5, 0x04 }, 773 { SYS_DVBS, QPSK, FEC_5_6, 0x05 }, 774 { SYS_DVBS, QPSK, FEC_6_7, 0x06 }, 775 { SYS_DVBS, QPSK, FEC_7_8, 0x07 }, 777 { SYS_DVBS2, QPSK, FEC_1_2, 0x04 }, 778 { SYS_DVBS2, QPSK, FEC_3_5, 0x05 }, 779 { 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 | 1551 QPSK, QPSK, QPSK, QPSK, in get_frontend() enumerator 1552 QPSK, QPSK, QPSK, QPSK, in get_frontend() enumerator 1553 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 | mt352.c | 210 case QPSK: in mt352_set_parameters() 336 op->modulation = QPSK; in mt352_get_parameters()
|
D | l64781.c | 163 if (p->modulation != QPSK && p->modulation != QAM_16 && in apply_frontend_param() 310 p->modulation = QPSK; in get_frontend()
|
D | tda10021.c | 238 [QPSK] = { 0x14, 0x78, 0x78, 0x8c, 0x96 }, in tda10021_set_parameters() 265 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 | 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 | 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 | 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()
|
/linux-6.6.21/drivers/media/test-drivers/vidtv/ |
D | vidtv_tuner.c | 41 { QPSK, FEC_1_2, 7000, 10000}, 42 { QPSK, FEC_2_3, 9000, 12000}, 43 { QPSK, FEC_3_4, 10000, 13000}, 44 { QPSK, FEC_5_6, 11000, 14000}, 45 { QPSK, FEC_7_8, 12000, 15000}, 50 { QPSK, FEC_1_2, 9000, 12000}, 51 { QPSK, FEC_2_3, 11000, 14000}, 52 { QPSK, FEC_3_4, 12000, 15000}, 53 { QPSK, FEC_5_6, 12000, 15000}, 54 { QPSK, FEC_8_9, 13000, 16000}, [all …]
|
D | vidtv_demod.c | 37 { QPSK, FEC_1_2, 7000, 10000}, 38 { QPSK, FEC_2_3, 9000, 12000}, 39 { QPSK, FEC_3_4, 10000, 13000}, 40 { QPSK, FEC_5_6, 11000, 14000}, 41 { QPSK, FEC_7_8, 12000, 15000}, 46 { QPSK, FEC_1_2, 9000, 12000}, 47 { QPSK, FEC_2_3, 11000, 14000}, 48 { QPSK, FEC_3_4, 12000, 15000}, 49 { QPSK, FEC_5_6, 12000, 15000}, 50 { QPSK, FEC_8_9, 13000, 16000}, [all …]
|
/linux-6.6.21/Documentation/userspace-api/media/dvb/ |
D | dvb-frontend-parameters.rst | 34 /* intermediate frequency in kHz for QPSK */ 44 In the case of QPSK frontends the ``frequency`` field specifies the 54 QPSK parameters 57 For satellite QPSK frontends you have to use the ``dvb_qpsk_parameters``
|
D | fe_property_parameters.rst | 92 DVB-C2 QPSK, 16-QAM, 64-QAM, 256-QAM, 1024-QAM and 4096-QAM. 93 DVB-T QPSK, 16-QAM and 64-QAM. 94 DVB-T2 QPSK, 16-QAM, 64-QAM and 256-QAM. 95 DVB-S No need to set. It supports only QPSK. 96 DVB-S2 QPSK, 8-PSK, 16-APSK and 32-APSK. 98 ISDB-T QPSK, DQPSK, 16-QAM and 64-QAM. 99 ISDB-S 8-PSK, QPSK and BPSK. 457 Possible values are: ``QAM_AUTO``, ``QPSK``, ``QAM_16``, ``QAM_64``, ``DQPSK``
|
D | fe-type-t.rst | 33 - .. _FE-QPSK:
|
/linux-6.6.21/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-6.6.21/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-6.6.21/drivers/media/usb/dvb-usb/ |
D | cinergyT2-fe.c | 78 case QPSK: in compute_tps()
|