Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dcx24120.c832 c->pilot = (ret & 0x80) ? PILOT_ON : PILOT_OFF; in cx24120_get_fec()
899 { SYS_DVBS2, PILOT_ON, QPSK, FEC_1_2, 273088, 260709, 268 },
900 { SYS_DVBS2, PILOT_ON, QPSK, FEC_3_5, 328168, 260709, 322 },
901 { SYS_DVBS2, PILOT_ON, QPSK, FEC_2_3, 121720, 86903, 358 },
902 { SYS_DVBS2, PILOT_ON, QPSK, FEC_3_4, 410788, 260709, 403 },
903 { SYS_DVBS2, PILOT_ON, QPSK, FEC_4_5, 438328, 260709, 430 },
904 { SYS_DVBS2, PILOT_ON, QPSK, FEC_5_6, 152320, 86903, 448 },
905 { SYS_DVBS2, PILOT_ON, QPSK, FEC_8_9, 487832, 260709, 479 },
906 { SYS_DVBS2, PILOT_ON, QPSK, FEC_9_10, 493952, 260709, 485 },
907 { SYS_DVBS2, PILOT_ON, PSK_8, FEC_3_5, 328168, 173853, 483 },
[all …]
Dtda10071.c629 case PILOT_ON: in tda10071_set_frontend()
744 c->pilot = PILOT_ON; in tda10071_get_frontend()
Dcx24116.c1275 case PILOT_ON: in cx24116_set_frontend()
Dm88ds3103.c901 c->pilot = PILOT_ON; in m88ds3103_get_frontend()
Dcx24117.c1360 case PILOT_ON: in cx24117_set_frontend()
/linux-4.4.14/include/uapi/linux/dvb/
Dfrontend.h313 PILOT_ON, enumerator
/linux-4.4.14/drivers/media/firewire/
Dfiredtv-avc.c405 case PILOT_ON: c->operand[15] = 0x1; break; in avc_tuner_tuneqpsk()