Home
last modified time | relevance | path

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

12

/linux/drivers/media/dvb-frontends/
A Dcx24120.c118 enum fe_pilot pilot; member
825 c->pilot = (ret & 0x80) ? PILOT_ON : PILOT_OFF; in cx24120_get_fec()
828 c->modulation, c->fec_inner, c->pilot); in cx24120_get_fec()
868 enum fe_pilot pilot; member
934 if (clock_ratios_table[idx].pilot != c->pilot) in cx24120_set_clock_ratios()
1080 static int cx24120_set_pilot(struct cx24120_state *state, enum fe_pilot pilot) in cx24120_set_pilot() argument
1082 dev_dbg(&state->i2c->dev, "(%d)\n", pilot); in cx24120_set_pilot()
1090 switch (pilot) { in cx24120_set_pilot()
1156 state->dnxt.pilot = c->pilot; in cx24120_set_frontend()
1166 ret = cx24120_set_pilot(state, c->pilot); in cx24120_set_frontend()
[all …]
A Dtda10071.c554 u8 mode, rolloff, pilot, inversion, div; in tda10071_set_frontend() local
560 c->inversion, c->pilot, c->rolloff); in tda10071_set_frontend()
591 pilot = 2; in tda10071_set_frontend()
613 switch (c->pilot) { in tda10071_set_frontend()
615 pilot = 0; in tda10071_set_frontend()
618 pilot = 1; in tda10071_set_frontend()
621 pilot = 2; in tda10071_set_frontend()
676 cmd.args[12] = pilot; in tda10071_set_frontend()
729 c->pilot = PILOT_OFF; in tda10071_get_frontend()
732 c->pilot = PILOT_ON; in tda10071_get_frontend()
A 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()
A Dstv0900_priv.h275 enum fe_stv0900_pilot pilot; member
367 s32 pilot, u8 chip_id);
A Dcx24117.c167 enum fe_pilot pilot; member
1342 switch (c->pilot) { in cx24117_set_frontend()
1355 __func__, state->demod, c->pilot); in cx24117_set_frontend()
1392 state->dnxt.pilot = c->pilot; in cx24117_set_frontend()
1419 state->dcur.pilot, state->dcur.pilot_val); in cx24117_set_frontend()
A 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()
A Dm88ds3103.c641 c->inversion, c->pilot, c->rolloff); in m88ds3103_set_frontend()
1284 c->pilot = PILOT_OFF; in m88ds3103_get_frontend()
1287 c->pilot = PILOT_ON; in m88ds3103_get_frontend()
A Dmxl5xx.c724 p->pilot = PILOT_OFF; in get_frontend()
727 p->pilot = PILOT_ON; in get_frontend()
A Dstv0910.c1572 p->pilot = (tmp & 0x01) ? PILOT_ON : PILOT_OFF; in get_frontend()
/linux/Documentation/userspace-api/media/v4l/
A Dext-ctrls-fm-tx.rst11 parameters for audio compression, pilot tone generation, audio deviation
136 Enables or disables the pilot tone generation feature.
139 Configures pilot tone frequency deviation level. Unit is in Hz. The
143 Configures pilot tone frequency value. Unit is in Hz. The range and
A Dvidioc-g-modulator.rst112 for example, a stereo pilot tone.
A Dvidioc-g-tuner.rst121 subprograms by analyzing audio carriers, pilot tones or other
/linux/Documentation/admin-guide/media/
A Dsi476x.rst60 0x10 pilot 0 - Stereo pilot is not present
61 1 - Stereo pilot is present
A 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/include/linux/mfd/
A Dsi476x-reports.h121 __u8 pilot; member
/linux/drivers/media/pci/cx88/
A 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/Documentation/usb/
A Diuu_phoenix.rst11 used by your favorite application to pilot the IUU
A 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/include/media/
A Ddvb_frontend.h602 enum fe_pilot pilot; member
/linux/drivers/net/wireless/broadcom/b43/
A Dtables_nphy.c3298 check(pilot, PILOT); in assert_ntab_array_sizes()
/linux/drivers/media/dvb-core/
A Ddvb_frontend.c1024 c->pilot = PILOT_AUTO; in dvb_frontend_clear_cache()
1371 tvp->u.data = c->pilot; in dtv_property_process_get()
1924 c->pilot = data; in dtv_property_process_set()
/linux/drivers/media/dvb-frontends/drx39xyj/
A Ddrx_driver.h1016 enum drx_pilot_mode pilot; /*< pilot mode */ member
/linux/drivers/mfd/
A Dsi476x-cmd.c817 report->pilot = resp[7] & SI476X_ACF_PILOT; in si476x_core_cmd_fm_acf_status()
/linux/drivers/media/firewire/
A Dfiredtv-avc.c398 switch (fdtv->fe.dtv_property_cache.pilot) { in avc_tuner_tuneqpsk()
/linux/Documentation/userspace-api/media/dvb/
A Dfe_property_parameters.rst220 Sets DVB-S2 pilot.

Completed in 60 milliseconds

12