Home
last modified time | relevance | path

Searched refs:pilot (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v5.4/drivers/media/dvb-frontends/
Dcx24120.c118 enum fe_pilot pilot; member
824 c->pilot = (ret & 0x80) ? PILOT_ON : PILOT_OFF; in cx24120_get_fec()
827 c->modulation, c->fec_inner, c->pilot); in cx24120_get_fec()
867 enum fe_pilot pilot; member
933 if (clock_ratios_table[idx].pilot != c->pilot) in cx24120_set_clock_ratios()
1079 static int cx24120_set_pilot(struct cx24120_state *state, enum fe_pilot pilot) in cx24120_set_pilot() argument
1081 dev_dbg(&state->i2c->dev, "(%d)\n", pilot); in cx24120_set_pilot()
1089 switch (pilot) { in cx24120_set_pilot()
1155 state->dnxt.pilot = c->pilot; in cx24120_set_frontend()
1165 ret = cx24120_set_pilot(state, c->pilot); in cx24120_set_frontend()
[all …]
Dtda10071.c553 u8 mode, rolloff, pilot, inversion, div; in tda10071_set_frontend() local
559 c->inversion, c->pilot, c->rolloff); in tda10071_set_frontend()
590 pilot = 2; in tda10071_set_frontend()
612 switch (c->pilot) { in tda10071_set_frontend()
614 pilot = 0; in tda10071_set_frontend()
617 pilot = 1; in tda10071_set_frontend()
620 pilot = 2; in tda10071_set_frontend()
675 cmd.args[12] = pilot; in tda10071_set_frontend()
728 c->pilot = PILOT_OFF; in tda10071_get_frontend()
731 c->pilot = PILOT_ON; in tda10071_get_frontend()
Dcx24116.c156 enum fe_pilot pilot; member
1248 switch (c->pilot) { in cx24116_set_frontend()
1262 __func__, c->pilot); in cx24116_set_frontend()
1292 state->dnxt.pilot = c->pilot; in cx24116_set_frontend()
1315 state->dcur.pilot, state->dcur.pilot_val); in cx24116_set_frontend()
1416 if (state->dcur.pilot == PILOT_AUTO) in cx24116_set_frontend()
Dstv0900_priv.h275 enum fe_stv0900_pilot pilot; member
367 s32 pilot, u8 chip_id);
Dcx24117.c167 enum fe_pilot pilot; member
1343 switch (c->pilot) { in cx24117_set_frontend()
1356 __func__, state->demod, c->pilot); in cx24117_set_frontend()
1393 state->dnxt.pilot = c->pilot; in cx24117_set_frontend()
1420 state->dcur.pilot, state->dcur.pilot_val); in cx24117_set_frontend()
Dstv0900_core.c1073 s32 pilot, u8 chip_id) in stv0900_get_optim_carr_loop() argument
1121 if (pilot) { in stv0900_get_optim_carr_loop()
1146 if (pilot) { in stv0900_get_optim_carr_loop()
1612 p_result.pilot = intp->result[demod].pilot; in stv0900_search()
Dm88ds3103.c310 c->inversion, c->pilot, c->rolloff); in m88ds3103_set_frontend()
869 c->pilot = PILOT_OFF; in m88ds3103_get_frontend()
872 c->pilot = PILOT_ON; in m88ds3103_get_frontend()
Dmxl5xx.c734 p->pilot = PILOT_OFF; in get_frontend()
737 p->pilot = PILOT_ON; in get_frontend()
Dstv0910.c1581 p->pilot = (tmp & 0x01) ? PILOT_ON : PILOT_OFF; in get_frontend()
/Linux-v5.4/Documentation/media/uapi/v4l/
Dext-ctrls-fm-tx.rst18 parameters for audio compression, pilot tone generation, audio deviation
143 Enables or disables the pilot tone generation feature.
146 Configures pilot tone frequency deviation level. Unit is in Hz. The
150 Configures pilot tone frequency value. Unit is in Hz. The range and
Dvidioc-g-modulator.rst120 for example, a stereo pilot tone.
Dvidioc-g-tuner.rst129 subprograms by analyzing audio carriers, pilot tones or other
/Linux-v5.4/Documentation/media/v4l-drivers/
Dsi476x.rst60 0x10 pilot 0 - Stereo pilot is not present
61 1 - Stereo pilot is present
Dsi4713.rst103 - pilot_frequency - Configures the frequency of the stereo pilot tone.
104 - pilot_deviation - Configures pilot tone frequency deviation level.
105 - pilot_enabled - Enables or disables the pilot tone feature.
/Linux-v5.4/include/linux/mfd/
Dsi476x-reports.h121 __u8 pilot; member
/Linux-v5.4/drivers/media/pci/cx88/
Dcx88-tvaudio.c814 u32 reg, mode, pilot; in cx88_get_stereo() local
818 pilot = (reg >> 2) & 0x03; in cx88_get_stereo()
822 reg, m[mode], p[pilot], in cx88_get_stereo()
/Linux-v5.4/Documentation/usb/
Diuu_phoenix.rst11 used by your favorite application to pilot the IUU
Dusb-serial.rst72 This goes against the current documentation for pilot-xfer and other
458 and pilot-manager -daemon calls will work. Baud rates up to 115200
/Linux-v5.4/include/media/
Ddvb_frontend.h602 enum fe_pilot pilot; member
/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Dtables_nphy.c3298 check(pilot, PILOT); in assert_ntab_array_sizes()
/Linux-v5.4/drivers/media/dvb-core/
Ddvb_frontend.c1018 c->pilot = PILOT_AUTO; in dvb_frontend_clear_cache()
1373 tvp->u.data = c->pilot; in dtv_property_process_get()
1860 c->pilot = data; in dtv_property_process_set()
/Linux-v5.4/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1016 enum drx_pilot_mode pilot; /*< pilot mode */ member
/Linux-v5.4/drivers/mfd/
Dsi476x-cmd.c821 report->pilot = resp[7] & SI476X_ACF_PILOT; in si476x_core_cmd_fm_acf_status()
/Linux-v5.4/drivers/media/firewire/
Dfiredtv-avc.c398 switch (fdtv->fe.dtv_property_cache.pilot) { in avc_tuner_tuneqpsk()
/Linux-v5.4/Documentation/media/uapi/dvb/
Dfe_property_parameters.rst227 Sets DVB-S2 pilot.

12