Searched refs:PILOT_ON (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | cx24120.c | 825 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 …]
|
D | tda10071.c | 617 case PILOT_ON: in tda10071_set_frontend() 732 c->pilot = PILOT_ON; in tda10071_get_frontend()
|
D | cx24116.c | 1262 case PILOT_ON: in cx24116_set_frontend()
|
D | cx24117.c | 1349 case PILOT_ON: in cx24117_set_frontend()
|
D | m88ds3103.c | 1290 c->pilot = PILOT_ON; in m88ds3103_get_frontend()
|
D | stv0910.c | 1567 p->pilot = (tmp & 0x01) ? PILOT_ON : PILOT_OFF; in get_frontend()
|
D | mxl5xx.c | 727 p->pilot = PILOT_ON; in get_frontend()
|
/linux-6.12.1/include/uapi/linux/dvb/ |
D | frontend.h | 603 PILOT_ON, enumerator
|
/linux-6.12.1/Documentation/userspace-api/media/ |
D | frontend.h.rst.exceptions | 186 ignore symbol PILOT_ON
|
/linux-6.12.1/drivers/media/firewire/ |
D | firedtv-avc.c | 401 case PILOT_ON: c->operand[15] = 0x1; break; in avc_tuner_tuneqpsk()
|