Home
last modified time | relevance | path

Searched refs:PILOT_ON (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/media/dvb-frontends/
Dcx24120.c824 c->pilot = (ret & 0x80) ? PILOT_ON : PILOT_OFF; in cx24120_get_fec()
891 { SYS_DVBS2, PILOT_ON, QPSK, FEC_1_2, 273088, 260709, 268 },
892 { SYS_DVBS2, PILOT_ON, QPSK, FEC_3_5, 328168, 260709, 322 },
893 { SYS_DVBS2, PILOT_ON, QPSK, FEC_2_3, 121720, 86903, 358 },
894 { SYS_DVBS2, PILOT_ON, QPSK, FEC_3_4, 410788, 260709, 403 },
895 { SYS_DVBS2, PILOT_ON, QPSK, FEC_4_5, 438328, 260709, 430 },
896 { SYS_DVBS2, PILOT_ON, QPSK, FEC_5_6, 152320, 86903, 448 },
897 { SYS_DVBS2, PILOT_ON, QPSK, FEC_8_9, 487832, 260709, 479 },
898 { SYS_DVBS2, PILOT_ON, QPSK, FEC_9_10, 493952, 260709, 485 },
899 { SYS_DVBS2, PILOT_ON, PSK_8, FEC_3_5, 328168, 173853, 483 },
[all …]
Dtda10071.c616 case PILOT_ON: in tda10071_set_frontend()
731 c->pilot = PILOT_ON; in tda10071_get_frontend()
Dcx24116.c1257 case PILOT_ON: in cx24116_set_frontend()
Dm88ds3103.c872 c->pilot = PILOT_ON; in m88ds3103_get_frontend()
Dcx24117.c1350 case PILOT_ON: in cx24117_set_frontend()
Dstv0910.c1581 p->pilot = (tmp & 0x01) ? PILOT_ON : PILOT_OFF; in get_frontend()
Dmxl5xx.c737 p->pilot = PILOT_ON; in get_frontend()
/Linux-v5.4/include/uapi/linux/dvb/
Dfrontend.h563 PILOT_ON, enumerator
/Linux-v5.4/Documentation/media/
Dfrontend.h.rst.exceptions158 ignore symbol PILOT_ON
/Linux-v5.4/drivers/media/firewire/
Dfiredtv-avc.c401 case PILOT_ON: c->operand[15] = 0x1; break; in avc_tuner_tuneqpsk()