Home
last modified time | relevance | path

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

/drivers/media/dvb-frontends/
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()
1082 static int cx24120_set_pilot(struct cx24120_state *state, enum fe_pilot pilot) in cx24120_set_pilot() argument
1084 dev_dbg(&state->i2c->dev, "(%d)\n", pilot); in cx24120_set_pilot()
1092 switch (pilot) { in cx24120_set_pilot()
1158 state->dnxt.pilot = c->pilot; in cx24120_set_frontend()
1168 ret = cx24120_set_pilot(state, c->pilot); in cx24120_set_frontend()
[all …]
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()
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
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()
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.c637 c->inversion, c->pilot, c->rolloff); in m88ds3103_set_frontend()
1280 c->pilot = PILOT_OFF; in m88ds3103_get_frontend()
1283 c->pilot = PILOT_ON; in m88ds3103_get_frontend()
Dmxl5xx.c724 p->pilot = PILOT_OFF; in get_frontend()
727 p->pilot = PILOT_ON; in get_frontend()
Dstv0910.c1572 p->pilot = (tmp & 0x01) ? PILOT_ON : PILOT_OFF; in get_frontend()
Dstv0900_sw.c1211 result->pilot = stv0900_get_bits(intp, DEMOD_TYPE) & 0x01; in stv0900_get_signal_params()
/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()
/drivers/net/wireless/broadcom/b43/
Dtables_nphy.c3298 check(pilot, PILOT); in assert_ntab_array_sizes()
/drivers/media/dvb-core/
Ddvb_frontend.c1032 c->pilot = PILOT_AUTO; in dvb_frontend_clear_cache()
1379 tvp->u.data = c->pilot; in dtv_property_process_get()
1932 c->pilot = data; in dtv_property_process_set()
/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1016 enum drx_pilot_mode pilot; /*< pilot mode */ member
/drivers/mfd/
Dsi476x-cmd.c817 report->pilot = resp[7] & SI476X_ACF_PILOT; in si476x_core_cmd_fm_acf_status()
/drivers/media/firewire/
Dfiredtv-avc.c398 switch (fdtv->fe.dtv_property_cache.pilot) { in avc_tuner_tuneqpsk()