Home
last modified time | relevance | path

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

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