/drivers/media/dvb-frontends/ |
D | cx24120.c | 118 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 …]
|
D | tda10071.c | 554 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()
|
D | cx24116.c | 156 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()
|
D | stv0900_priv.h | 275 enum fe_stv0900_pilot pilot; member 367 s32 pilot, u8 chip_id);
|
D | cx24117.c | 167 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()
|
D | stv0900_core.c | 1073 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()
|
D | m88ds3103.c | 637 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()
|
D | mxl5xx.c | 724 p->pilot = PILOT_OFF; in get_frontend() 727 p->pilot = PILOT_ON; in get_frontend()
|
D | stv0910.c | 1572 p->pilot = (tmp & 0x01) ? PILOT_ON : PILOT_OFF; in get_frontend()
|
D | stv0900_sw.c | 1211 result->pilot = stv0900_get_bits(intp, DEMOD_TYPE) & 0x01; in stv0900_get_signal_params()
|
/drivers/media/pci/cx88/ |
D | cx88-tvaudio.c | 814 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/ |
D | tables_nphy.c | 3298 check(pilot, PILOT); in assert_ntab_array_sizes()
|
/drivers/media/dvb-core/ |
D | dvb_frontend.c | 1032 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/ |
D | drx_driver.h | 1016 enum drx_pilot_mode pilot; /*< pilot mode */ member
|
/drivers/mfd/ |
D | si476x-cmd.c | 817 report->pilot = resp[7] & SI476X_ACF_PILOT; in si476x_core_cmd_fm_acf_status()
|
/drivers/media/firewire/ |
D | firedtv-avc.c | 398 switch (fdtv->fe.dtv_property_cache.pilot) { in avc_tuner_tuneqpsk()
|