Home
last modified time | relevance | path

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

12

/linux-4.19.296/drivers/media/dvb-frontends/
Dtda10071_priv.h57 { SYS_DVBS2, QPSK, FEC_AUTO, 0x00 },
58 { SYS_DVBS2, QPSK, FEC_1_2, 0x04 },
59 { SYS_DVBS2, QPSK, FEC_3_5, 0x05 },
60 { SYS_DVBS2, QPSK, FEC_2_3, 0x06 },
61 { SYS_DVBS2, QPSK, FEC_3_4, 0x07 },
62 { SYS_DVBS2, QPSK, FEC_4_5, 0x08 },
63 { SYS_DVBS2, QPSK, FEC_5_6, 0x09 },
64 { SYS_DVBS2, QPSK, FEC_8_9, 0x0a },
65 { SYS_DVBS2, QPSK, FEC_9_10, 0x0b },
75 { SYS_DVBS, QPSK, FEC_AUTO, 0x2d },
[all …]
Dcx24120.c776 { SYS_DVBS, QPSK, FEC_1_2, 0x01 },
777 { SYS_DVBS, QPSK, FEC_2_3, 0x02 },
778 { SYS_DVBS, QPSK, FEC_3_4, 0x03 },
779 { SYS_DVBS, QPSK, FEC_4_5, 0x04 },
780 { SYS_DVBS, QPSK, FEC_5_6, 0x05 },
781 { SYS_DVBS, QPSK, FEC_6_7, 0x06 },
782 { SYS_DVBS, QPSK, FEC_7_8, 0x07 },
784 { SYS_DVBS2, QPSK, FEC_1_2, 0x04 },
785 { SYS_DVBS2, QPSK, FEC_3_5, 0x05 },
786 { SYS_DVBS2, QPSK, FEC_2_3, 0x06 },
[all …]
Dcx24116.c381 { SYS_DVBS, QPSK, FEC_NONE, 0xfe, 0x30 },
382 { SYS_DVBS, QPSK, FEC_1_2, 0x02, 0x2e }, /* 00000010 00101110 */
383 { SYS_DVBS, QPSK, FEC_2_3, 0x04, 0x2f }, /* 00000100 00101111 */
384 { SYS_DVBS, QPSK, FEC_3_4, 0x08, 0x30 }, /* 00001000 00110000 */
385 { SYS_DVBS, QPSK, FEC_4_5, 0xfe, 0x30 }, /* 000?0000 ? */
386 { SYS_DVBS, QPSK, FEC_5_6, 0x20, 0x31 }, /* 00100000 00110001 */
387 { SYS_DVBS, QPSK, FEC_6_7, 0xfe, 0x30 }, /* 0?000000 ? */
388 { SYS_DVBS, QPSK, FEC_7_8, 0x80, 0x32 }, /* 10000000 00110010 */
389 { SYS_DVBS, QPSK, FEC_8_9, 0xfe, 0x30 }, /* 0000000? ? */
390 { SYS_DVBS, QPSK, FEC_AUTO, 0xfe, 0x30 },
[all …]
Dcx24117.c232 { SYS_DVBS, QPSK, FEC_NONE, 0xfe, 0x30 },
233 { SYS_DVBS, QPSK, FEC_1_2, 0x02, 0x2e }, /* 00000010 00101110 */
234 { SYS_DVBS, QPSK, FEC_2_3, 0x04, 0x2f }, /* 00000100 00101111 */
235 { SYS_DVBS, QPSK, FEC_3_4, 0x08, 0x30 }, /* 00001000 00110000 */
236 { SYS_DVBS, QPSK, FEC_4_5, 0xfe, 0x30 }, /* 000?0000 ? */
237 { SYS_DVBS, QPSK, FEC_5_6, 0x20, 0x31 }, /* 00100000 00110001 */
238 { SYS_DVBS, QPSK, FEC_6_7, 0xfe, 0x30 }, /* 0?000000 ? */
239 { SYS_DVBS, QPSK, FEC_7_8, 0x80, 0x32 }, /* 10000000 00110010 */
240 { SYS_DVBS, QPSK, FEC_8_9, 0xfe, 0x30 }, /* 0000000? ? */
241 { SYS_DVBS, QPSK, FEC_AUTO, 0xfe, 0x30 },
[all …]
Dstv0910.c1559 QPSK, QPSK, QPSK, QPSK, in get_frontend() enumerator
1560 QPSK, QPSK, QPSK, QPSK, in get_frontend() enumerator
1561 QPSK, QPSK, QPSK, QPSK, in get_frontend() enumerator
Dcx22700.c150 if (p->modulation != QPSK && in cx22700_set_tps()
167 val = qam_tab[p->modulation - QPSK]; in cx22700_set_tps()
194 static const enum fe_modulation qam_tab[3] = { QPSK, QAM_16, QAM_64 }; in cx22700_get_tps() enumerator
Dgp8psk-fe.c153 if (c->modulation != QPSK) { in gp8psk_fe_set_frontend()
178 case QPSK: in gp8psk_fe_set_frontend()
Das102_fe.c109 case QPSK: in as102_fe_set_frontend()
208 c->modulation = QPSK; in as102_fe_get_frontend()
Dcx22702.c160 p->modulation = QPSK; in cx22702_get_tps()
320 case QPSK: in cx22702_set_tps()
Dtda10021.c240 [QPSK] = { 0x14, 0x78, 0x78, 0x8c, 0x96 }, in tda10021_set_parameters()
267 case QPSK: in tda10021_set_parameters()
Dl64781.c175 if (p->modulation != QPSK && p->modulation != QAM_16 && in apply_frontend_param()
322 p->modulation = QPSK; in get_frontend()
Dmt352.c220 case QPSK: in mt352_set_parameters()
346 op->modulation = QPSK; in mt352_get_parameters()
Dtda10023.c312 [QPSK] = { (5<<2), 0x78, 0x8c, 0x96, 0x78, 0x4c }, in tda10023_set_parameters()
339 case QPSK: in tda10023_set_parameters()
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
Ddib3000mc.c461 case QPSK: in dib3000mc_set_adp_cfg()
531 case QPSK: value |= (0 << 3); break; in dib3000mc_set_channel_cfg()
696 case 0: fep->modulation = QPSK; break; in dib3000mc_get_frontend()
Dzl10353.c277 case QPSK: in zl10353_set_parameters()
401 c->modulation = QPSK; in zl10353_get_parameters()
Ddib3000mb.c211 case QPSK: in dib3000mb_set_frontend()
485 c->modulation = QPSK; in dib3000mb_get_frontend()
Dcxd2820r_t2.c256 c->modulation = QPSK; in cxd2820r_get_frontend_t2()
Dcxd2820r_t.c156 c->modulation = QPSK; in cxd2820r_get_frontend_t()
Dsp8870.c178 case QPSK: in configure_reg0xc05()
Dmb86a20s.c406 return QPSK; in mb86a20s_get_modulation()
566 case QPSK: in mb86a20s_layer_bitrate()
1495 case QPSK: in mb86a20s_get_blk_error_layer_CNR()
Dsp887x.c218 case QPSK: in configure_reg0xc05()
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/
Dmxl111sf-demod.c112 *modulation = QPSK; in mxl1x1sf_demod_get_tps_modulation()
491 case QPSK: in mxl111sf_demod_read_signal_strength()
/linux-4.19.296/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-4.19.296/include/uapi/linux/dvb/
Dfrontend.h339 QPSK, enumerator

12