Searched refs:PILOT_ON (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/media/dvb-frontends/ |
D | cx24120.c | 824 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 …]
|
D | tda10071.c | 616 case PILOT_ON: in tda10071_set_frontend() 731 c->pilot = PILOT_ON; in tda10071_get_frontend()
|
D | cx24116.c | 1257 case PILOT_ON: in cx24116_set_frontend()
|
D | m88ds3103.c | 872 c->pilot = PILOT_ON; in m88ds3103_get_frontend()
|
D | cx24117.c | 1350 case PILOT_ON: in cx24117_set_frontend()
|
D | stv0910.c | 1581 p->pilot = (tmp & 0x01) ? PILOT_ON : PILOT_OFF; in get_frontend()
|
D | mxl5xx.c | 737 p->pilot = PILOT_ON; in get_frontend()
|
/Linux-v5.4/include/uapi/linux/dvb/ |
D | frontend.h | 563 PILOT_ON, enumerator
|
/Linux-v5.4/Documentation/media/ |
D | frontend.h.rst.exceptions | 158 ignore symbol PILOT_ON
|
/Linux-v5.4/drivers/media/firewire/ |
D | firedtv-avc.c | 401 case PILOT_ON: c->operand[15] = 0x1; break; in avc_tuner_tuneqpsk()
|