Home
last modified time | relevance | path

Searched refs:PILOT_OFF (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()
877 { SYS_DVBS2, PILOT_OFF, QPSK, FEC_1_2, 273088, 254505, 274 },
878 { SYS_DVBS2, PILOT_OFF, QPSK, FEC_3_5, 17272, 13395, 330 },
879 { SYS_DVBS2, PILOT_OFF, QPSK, FEC_2_3, 24344, 16967, 367 },
880 { SYS_DVBS2, PILOT_OFF, QPSK, FEC_3_4, 410788, 254505, 413 },
881 { SYS_DVBS2, PILOT_OFF, QPSK, FEC_4_5, 438328, 254505, 440 },
882 { SYS_DVBS2, PILOT_OFF, QPSK, FEC_5_6, 30464, 16967, 459 },
883 { SYS_DVBS2, PILOT_OFF, QPSK, FEC_8_9, 487832, 254505, 490 },
884 { SYS_DVBS2, PILOT_OFF, QPSK, FEC_9_10, 493952, 254505, 496 },
885 { SYS_DVBS2, PILOT_OFF, PSK_8, FEC_3_5, 328168, 169905, 494 },
[all …]
Dtda10071.c613 case PILOT_OFF: in tda10071_set_frontend()
728 c->pilot = PILOT_OFF; in tda10071_get_frontend()
Dcx24116.c1254 case PILOT_OFF: in cx24116_set_frontend()
Dm88ds3103.c869 c->pilot = PILOT_OFF; in m88ds3103_get_frontend()
Dcx24117.c1347 case PILOT_OFF: in cx24117_set_frontend()
Dstv0910.c1581 p->pilot = (tmp & 0x01) ? PILOT_ON : PILOT_OFF; in get_frontend()
Dmxl5xx.c734 p->pilot = PILOT_OFF; in get_frontend()
/Linux-v5.4/include/uapi/linux/dvb/
Dfrontend.h564 PILOT_OFF, enumerator
/Linux-v5.4/Documentation/media/
Dfrontend.h.rst.exceptions159 ignore symbol PILOT_OFF
/Linux-v5.4/drivers/media/firewire/
Dfiredtv-avc.c400 case PILOT_OFF: c->operand[15] = 0x0; break; in avc_tuner_tuneqpsk()