Home
last modified time | relevance | path

Searched refs:PSK_8 (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/media/dvb-frontends/
Dtda10071_priv.h67 { SYS_DVBS2, PSK_8, FEC_AUTO, 0x00 },
68 { SYS_DVBS2, PSK_8, FEC_3_5, 0x0c },
69 { SYS_DVBS2, PSK_8, FEC_2_3, 0x0d },
70 { SYS_DVBS2, PSK_8, FEC_3_4, 0x0e },
71 { SYS_DVBS2, PSK_8, FEC_5_6, 0x0f },
72 { SYS_DVBS2, PSK_8, FEC_8_9, 0x10 },
73 { SYS_DVBS2, PSK_8, FEC_9_10, 0x11 },
Dcx24120.c793 { SYS_DVBS2, PSK_8, FEC_3_5, 0x0c },
794 { SYS_DVBS2, PSK_8, FEC_2_3, 0x0d },
795 { SYS_DVBS2, PSK_8, FEC_3_4, 0x0e },
796 { SYS_DVBS2, PSK_8, FEC_5_6, 0x0f },
797 { SYS_DVBS2, PSK_8, FEC_8_9, 0x10 },
798 { SYS_DVBS2, PSK_8, FEC_9_10, 0x11 },
893 { SYS_DVBS2, PILOT_OFF, PSK_8, FEC_3_5, 328168, 169905, 494 },
894 { SYS_DVBS2, PILOT_OFF, PSK_8, FEC_2_3, 24344, 11327, 550 },
895 { SYS_DVBS2, PILOT_OFF, PSK_8, FEC_3_4, 410788, 169905, 618 },
896 { SYS_DVBS2, PILOT_OFF, PSK_8, FEC_5_6, 30464, 11327, 688 },
[all …]
Dcx24116.c401 { SYS_DVBS2, PSK_8, FEC_3_5, 0x00, 0x0c },
402 { SYS_DVBS2, PSK_8, FEC_2_3, 0x00, 0x0d },
403 { SYS_DVBS2, PSK_8, FEC_3_4, 0x00, 0x0e },
404 { SYS_DVBS2, PSK_8, FEC_5_6, 0x00, 0x0f },
405 { SYS_DVBS2, PSK_8, FEC_8_9, 0x00, 0x10 },
406 { SYS_DVBS2, PSK_8, FEC_9_10, 0x00, 0x11 },
1254 if (c->modulation != PSK_8 && c->modulation != QPSK) { in cx24116_set_frontend()
Dcx24117.c254 { SYS_DVBS2, PSK_8, FEC_NONE, 0x00, 0x00 },
255 { SYS_DVBS2, PSK_8, FEC_3_5, 0x00, 0x0c },
256 { SYS_DVBS2, PSK_8, FEC_2_3, 0x00, 0x0d },
257 { SYS_DVBS2, PSK_8, FEC_3_4, 0x00, 0x0e },
258 { SYS_DVBS2, PSK_8, FEC_5_6, 0x00, 0x0f },
259 { SYS_DVBS2, PSK_8, FEC_8_9, 0x00, 0x10 },
260 { SYS_DVBS2, PSK_8, FEC_9_10, 0x00, 0x11 },
261 { SYS_DVBS2, PSK_8, FEC_AUTO, 0x00, 0x00 },
1346 if (c->modulation != PSK_8 && c->modulation != QPSK) { in cx24117_set_frontend()
Dgp8psk-fe.c148 if (c->delivery_system == SYS_DVBS && c->modulation == PSK_8) in gp8psk_fe_set_frontend()
203 case PSK_8: /* PSK_8 is for compatibility with DN */ in gp8psk_fe_set_frontend()
Dstv0910.c1562 PSK_8, PSK_8, PSK_8, PSK_8, in get_frontend() enumerator
1563 PSK_8, PSK_8, APSK_16, APSK_16, in get_frontend() enumerator
Dtc90522.c218 c->modulation = (v == 7) ? PSK_8 : QPSK; in tc90522s_get_frontend()
Dm88ds3103.c891 c->modulation = PSK_8; in m88ds3103_get_frontend()
Dmxl5xx.c749 p->modulation = PSK_8; in get_frontend()
/Linux-v4.19/include/uapi/linux/dvb/
Dfrontend.h348 PSK_8, enumerator
/Linux-v4.19/Documentation/media/
Dfrontend.h.rst.exceptions82 ignore symbol PSK_8
/Linux-v4.19/drivers/media/firewire/
Dfiredtv-avc.c391 case PSK_8: c->operand[13] = 0x3; break; in avc_tuner_tuneqpsk()