Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-frontends/
Dtda10071.c670 u8 mode, rolloff, pilot, inversion, div; in tda10071_set_frontend() local
676 c->frequency, c->symbol_rate, c->inversion, c->pilot, in tda10071_set_frontend()
708 pilot = 2; in tda10071_set_frontend()
731 switch (c->pilot) { in tda10071_set_frontend()
733 pilot = 0; in tda10071_set_frontend()
736 pilot = 1; in tda10071_set_frontend()
739 pilot = 2; in tda10071_set_frontend()
798 cmd.args[12] = pilot; in tda10071_set_frontend()
850 c->pilot = PILOT_OFF; in tda10071_get_frontend()
853 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 fe_pilot_t pilot; member
1264 switch (c->pilot) { in cx24116_set_frontend()
1278 __func__, c->pilot); in cx24116_set_frontend()
1308 state->dnxt.pilot = c->pilot; in cx24116_set_frontend()
1331 state->dcur.pilot, state->dcur.pilot_val); in cx24116_set_frontend()
1432 if (state->dcur.pilot == PILOT_AUTO) in cx24116_set_frontend()
Dcx24117.c179 fe_pilot_t pilot; member
1351 switch (c->pilot) { in cx24117_set_frontend()
1364 __func__, state->demod, c->pilot); in cx24117_set_frontend()
1401 state->dnxt.pilot = c->pilot; in cx24117_set_frontend()
1428 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.c258 c->inversion, c->pilot, c->rolloff); in m88ds3103_set_frontend()
840 c->pilot = PILOT_OFF; in m88ds3103_get_frontend()
843 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.1.27/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.1.27/include/linux/mfd/
Dsi476x-reports.h130 __u8 pilot; member
/linux-4.1.27/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.1.27/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.1.27/drivers/media/dvb-core/
Ddvb_frontend.h355 fe_pilot_t pilot; member
Ddvb_frontend.c1057 c->pilot = PILOT_AUTO; in dvb_frontend_clear_cache()
1427 tvp->u.data = c->pilot; in dtv_property_process_get()
1894 c->pilot = tvp->u.data; in dtv_property_process_set()
/linux-4.1.27/drivers/net/wireless/b43/
Dtables_nphy.c3311 check(pilot, PILOT); in assert_ntab_array_sizes()
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1031 enum drx_pilot_mode pilot; /**< pilot mode */ member
/linux-4.1.27/drivers/mfd/
Dsi476x-cmd.c830 report->pilot = resp[7] & SI476X_ACF_PILOT; in si476x_core_cmd_fm_acf_status()
/linux-4.1.27/drivers/media/firewire/
Dfiredtv-avc.c402 switch (fdtv->fe.dtv_property_cache.pilot) { in avc_tuner_tuneqpsk()