Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/dvb-frontends/
Dtda10071.c567 u8 mode, rolloff, pilot, inversion, div; in tda10071_set_frontend() local
573 c->inversion, c->pilot, c->rolloff); in tda10071_set_frontend()
604 pilot = 2; in tda10071_set_frontend()
626 switch (c->pilot) { in tda10071_set_frontend()
628 pilot = 0; in tda10071_set_frontend()
631 pilot = 1; in tda10071_set_frontend()
634 pilot = 2; in tda10071_set_frontend()
689 cmd.args[12] = pilot; in tda10071_set_frontend()
742 c->pilot = PILOT_OFF; in tda10071_get_frontend()
745 c->pilot = PILOT_ON; in tda10071_get_frontend()
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()
1089 static int cx24120_set_pilot(struct cx24120_state *state, enum fe_pilot pilot) in cx24120_set_pilot() argument
1091 dev_dbg(&state->i2c->dev, "(%d)\n", pilot); in cx24120_set_pilot()
1099 switch (pilot) { in cx24120_set_pilot()
1165 state->dnxt.pilot = c->pilot; in cx24120_set_frontend()
1175 ret = cx24120_set_pilot(state, c->pilot); in cx24120_set_frontend()
[all …]
Dstv0900_priv.h285 enum fe_stv0900_pilot pilot; member
377 s32 pilot, u8 chip_id);
Dcx24116.c168 enum fe_pilot pilot; member
1260 switch (c->pilot) { in cx24116_set_frontend()
1274 __func__, c->pilot); in cx24116_set_frontend()
1304 state->dnxt.pilot = c->pilot; in cx24116_set_frontend()
1327 state->dcur.pilot, state->dcur.pilot_val); in cx24116_set_frontend()
1428 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.c1083 s32 pilot, u8 chip_id) in stv0900_get_optim_carr_loop() argument
1131 if (pilot) { in stv0900_get_optim_carr_loop()
1156 if (pilot) { in stv0900_get_optim_carr_loop()
1622 p_result.pilot = intp->result[demod].pilot; in stv0900_search()
Dm88ds3103.c319 c->inversion, c->pilot, c->rolloff); in m88ds3103_set_frontend()
878 c->pilot = PILOT_OFF; in m88ds3103_get_frontend()
881 c->pilot = PILOT_ON; in m88ds3103_get_frontend()
Dmxl5xx.c734 p->pilot = PILOT_OFF; in get_frontend()
737 p->pilot = PILOT_ON; in get_frontend()
Dstv0910.c1580 p->pilot = (tmp & 0x01) ? PILOT_ON : PILOT_OFF; in get_frontend()
Dstv0900_sw.c1221 result->pilot = stv0900_get_bits(intp, DEMOD_TYPE) & 0x01; in stv0900_get_signal_params()
/linux-4.19.296/include/linux/mfd/
Dsi476x-reports.h130 __u8 pilot; member
/linux-4.19.296/include/media/
Ddvb_frontend.h601 enum fe_pilot pilot; member
/linux-4.19.296/drivers/media/dvb-core/
Ddvb_frontend.c1035 c->pilot = PILOT_AUTO; in dvb_frontend_clear_cache()
1390 tvp->u.data = c->pilot; in dtv_property_process_get()
1877 c->pilot = data; in dtv_property_process_set()
/linux-4.19.296/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1016 enum drx_pilot_mode pilot; /*< pilot mode */ member