/linux-4.4.14/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() 1164 state->dnxt.pilot = c->pilot; in cx24120_set_frontend() 1174 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 | stv0900_priv.h | 290 enum fe_stv0900_pilot pilot; member 382 s32 pilot, u8 chip_id);
|
D | cx24116.c | 168 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()
|
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 | 1087 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()
|
D | m88ds3103.c | 316 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()
|
D | stv0900_sw.c | 1225 result->pilot = stv0900_get_bits(intp, DEMOD_TYPE) & 0x01; in stv0900_get_signal_params()
|
/linux-4.4.14/Documentation/video4linux/ |
D | si476x.txt | 61 0x10 | pilot | 0 - Stereo pilot is not present 62 | | 1 - Stereo pilot is present
|
D | si4713.txt | 93 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/ |
D | si476x-reports.h | 130 __u8 pilot; member
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-tvaudio.c | 818 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/ |
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-4.4.14/drivers/media/dvb-core/ |
D | dvb_frontend.h | 585 enum fe_pilot pilot; member
|
D | dvb_frontend.c | 1037 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/ |
D | tables_nphy.c | 3311 check(pilot, PILOT); in assert_ntab_array_sizes()
|
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_driver.h | 1031 enum drx_pilot_mode pilot; /**< pilot mode */ member
|
/linux-4.4.14/drivers/mfd/ |
D | si476x-cmd.c | 830 report->pilot = resp[7] & SI476X_ACF_PILOT; in si476x_core_cmd_fm_acf_status()
|
/linux-4.4.14/drivers/media/firewire/ |
D | firedtv-avc.c | 402 switch (fdtv->fe.dtv_property_cache.pilot) { in avc_tuner_tuneqpsk()
|