/Linux-v4.19/drivers/media/dvb-frontends/ |
D | cx24120.c | 126 enum fe_pilot pilot; member 832 c->pilot = (ret & 0x80) ? PILOT_ON : PILOT_OFF; in cx24120_get_fec() 835 c->modulation, c->fec_inner, c->pilot); in cx24120_get_fec() 875 enum fe_pilot pilot; member 941 if (clock_ratios_table[idx].pilot != c->pilot) in cx24120_set_clock_ratios() 1087 static int cx24120_set_pilot(struct cx24120_state *state, enum fe_pilot pilot) in cx24120_set_pilot() argument 1089 dev_dbg(&state->i2c->dev, "(%d)\n", pilot); in cx24120_set_pilot() 1097 switch (pilot) { in cx24120_set_pilot() 1163 state->dnxt.pilot = c->pilot; in cx24120_set_frontend() 1173 ret = cx24120_set_pilot(state, c->pilot); in cx24120_set_frontend() [all …]
|
D | tda10071.c | 566 u8 mode, rolloff, pilot, inversion, div; in tda10071_set_frontend() local 572 c->inversion, c->pilot, c->rolloff); in tda10071_set_frontend() 603 pilot = 2; in tda10071_set_frontend() 625 switch (c->pilot) { in tda10071_set_frontend() 627 pilot = 0; in tda10071_set_frontend() 630 pilot = 1; in tda10071_set_frontend() 633 pilot = 2; in tda10071_set_frontend() 688 cmd.args[12] = pilot; in tda10071_set_frontend() 741 c->pilot = PILOT_OFF; in tda10071_get_frontend() 744 c->pilot = PILOT_ON; in tda10071_get_frontend()
|
D | cx24116.c | 168 enum fe_pilot pilot; member 1260 switch (c->pilot) { in cx24116_set_frontend() 1274 __func__, c->pilot); in cx24116_set_frontend() 1304 state->dnxt.pilot = c->pilot; in cx24116_set_frontend() 1327 state->dcur.pilot, state->dcur.pilot_val); in cx24116_set_frontend() 1428 if (state->dcur.pilot == PILOT_AUTO) in cx24116_set_frontend()
|
D | stv0900_priv.h | 285 enum fe_stv0900_pilot pilot; member 377 s32 pilot, u8 chip_id);
|
D | cx24117.c | 179 enum fe_pilot pilot; member 1353 switch (c->pilot) { in cx24117_set_frontend() 1366 __func__, state->demod, c->pilot); in cx24117_set_frontend() 1403 state->dnxt.pilot = c->pilot; in cx24117_set_frontend() 1430 state->dcur.pilot, state->dcur.pilot_val); in cx24117_set_frontend()
|
D | stv0900_core.c | 1083 s32 pilot, u8 chip_id) in stv0900_get_optim_carr_loop() argument 1131 if (pilot) { in stv0900_get_optim_carr_loop() 1156 if (pilot) { in stv0900_get_optim_carr_loop() 1622 p_result.pilot = intp->result[demod].pilot; in stv0900_search()
|
D | m88ds3103.c | 316 c->inversion, c->pilot, c->rolloff); in m88ds3103_set_frontend() 879 c->pilot = PILOT_OFF; in m88ds3103_get_frontend() 882 c->pilot = PILOT_ON; in m88ds3103_get_frontend()
|
D | mxl5xx.c | 734 p->pilot = PILOT_OFF; in get_frontend() 737 p->pilot = PILOT_ON; in get_frontend()
|
D | stv0910.c | 1580 p->pilot = (tmp & 0x01) ? PILOT_ON : PILOT_OFF; in get_frontend()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | si476x.rst | 58 0x10 pilot 0 - Stereo pilot is not present 59 1 - Stereo pilot is present
|
D | si4713.rst | 101 - pilot_frequency - Configures the frequency of the stereo pilot tone. 102 - pilot_deviation - Configures pilot tone frequency deviation level. 103 - pilot_enabled - Enables or disables the pilot tone feature.
|
/Linux-v4.19/include/linux/mfd/ |
D | si476x-reports.h | 130 __u8 pilot; member
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-tvaudio.c | 823 u32 reg, mode, pilot; in cx88_get_stereo() local 827 pilot = (reg >> 2) & 0x03; in cx88_get_stereo() 831 reg, m[mode], p[pilot], in cx88_get_stereo()
|
/Linux-v4.19/Documentation/usb/ |
D | iuu_phoenix.txt | 10 used by your favorite application to pilot the IUU
|
D | usb-serial.txt | 62 This goes against the current documentation for pilot-xfer and other 416 and pilot-manager -daemon calls will work. Baud rates up to 115200
|
/Linux-v4.19/include/media/ |
D | dvb_frontend.h | 601 enum fe_pilot pilot; member
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-modulator.rst | 113 for example, a stereo pilot tone.
|
D | vidioc-g-tuner.rst | 122 subprograms by analyzing audio carriers, pilot tones or other
|
D | extended-controls.rst | 2918 parameters for audio compression, pilot tone generation, audio deviation 3043 Enables or disables the pilot tone generation feature. 3046 Configures pilot tone frequency deviation level. Unit is in Hz. The 3050 Configures pilot tone frequency value. Unit is in Hz. The range and
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | tables_nphy.c | 3311 check(pilot, PILOT); in assert_ntab_array_sizes()
|
/Linux-v4.19/drivers/media/dvb-core/ |
D | dvb_frontend.c | 1024 c->pilot = PILOT_AUTO; in dvb_frontend_clear_cache() 1379 tvp->u.data = c->pilot; in dtv_property_process_get() 1866 c->pilot = data; in dtv_property_process_set()
|
/Linux-v4.19/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_driver.h | 1016 enum drx_pilot_mode pilot; /*< pilot mode */ member
|
/Linux-v4.19/drivers/mfd/ |
D | si476x-cmd.c | 830 report->pilot = resp[7] & SI476X_ACF_PILOT; in si476x_core_cmd_fm_acf_status()
|
/Linux-v4.19/drivers/media/firewire/ |
D | firedtv-avc.c | 402 switch (fdtv->fe.dtv_property_cache.pilot) { in avc_tuner_tuneqpsk()
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | fe_property_parameters.rst | 220 Sets DVB-S2 pilot.
|