Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dcx24120.c126 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()
1164 state->dnxt.pilot = c->pilot; in cx24120_set_frontend()
1174 ret = cx24120_set_pilot(state, c->pilot); in cx24120_set_frontend()
[all …]
Dtda10071.c566 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()
Dstv0900_priv.h290 enum fe_stv0900_pilot pilot; member
382 s32 pilot, u8 chip_id);
Dcx24116.c168 enum fe_pilot pilot; member
1266 switch (c->pilot) { in cx24116_set_frontend()
1280 __func__, c->pilot); in cx24116_set_frontend()
1310 state->dnxt.pilot = c->pilot; in cx24116_set_frontend()
1333 state->dcur.pilot, state->dcur.pilot_val); in cx24116_set_frontend()
1434 if (state->dcur.pilot == PILOT_AUTO) in cx24116_set_frontend()
Dcx24117.c179 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()
Dstv0900_core.c1087 s32 pilot, u8 chip_id) in stv0900_get_optim_carr_loop() argument
1132 if (pilot) { in stv0900_get_optim_carr_loop()
1157 if (pilot) { in stv0900_get_optim_carr_loop()
1623 p_result.pilot = intp->result[demod].pilot; in stv0900_search()
Dm88ds3103.c316 c->inversion, c->pilot, c->rolloff); in m88ds3103_set_frontend()
898 c->pilot = PILOT_OFF; in m88ds3103_get_frontend()
901 c->pilot = PILOT_ON; in m88ds3103_get_frontend()
Dstv0900_sw.c1225 result->pilot = stv0900_get_bits(intp, DEMOD_TYPE) & 0x01; in stv0900_get_signal_params()
/linux-4.4.14/Documentation/video4linux/
Dsi476x.txt61 0x10 | pilot | 0 - Stereo pilot is not present
62 | | 1 - Stereo pilot is present
Dsi4713.txt93 pilot_frequency - Configures the frequency of the stereo pilot tone.
94 pilot_deviation - Configures pilot tone frequency deviation level.
95 pilot_enabled - Enables or disables the pilot tone feature.
/linux-4.4.14/include/linux/mfd/
Dsi476x-reports.h130 __u8 pilot; member
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-tvaudio.c818 u32 reg, mode, pilot; in cx88_get_stereo() local
822 pilot = (reg >> 2) & 0x03; in cx88_get_stereo()
826 reg, m[mode], p[pilot], in cx88_get_stereo()
/linux-4.4.14/Documentation/usb/
Diuu_phoenix.txt10 used by your favorite application to pilot the IUU
Dusb-serial.txt62 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-4.4.14/drivers/media/dvb-core/
Ddvb_frontend.h585 enum fe_pilot pilot; member
Ddvb_frontend.c1037 c->pilot = PILOT_AUTO; in dvb_frontend_clear_cache()
1407 tvp->u.data = c->pilot; in dtv_property_process_get()
1874 c->pilot = tvp->u.data; in dtv_property_process_set()
/linux-4.4.14/drivers/net/wireless/b43/
Dtables_nphy.c3311 check(pilot, PILOT); in assert_ntab_array_sizes()
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1031 enum drx_pilot_mode pilot; /**< pilot mode */ member
/linux-4.4.14/drivers/mfd/
Dsi476x-cmd.c830 report->pilot = resp[7] & SI476X_ACF_PILOT; in si476x_core_cmd_fm_acf_status()
/linux-4.4.14/drivers/media/firewire/
Dfiredtv-avc.c402 switch (fdtv->fe.dtv_property_cache.pilot) { in avc_tuner_tuneqpsk()