Lines Matching refs:pilot
12 Add frequency, fec & pilot to get_frontend
87 /* pilot mask */
118 enum fe_pilot pilot;
794 /* Retrieve current fec, modulation & pilot values */
825 c->pilot = (ret & 0x80) ? PILOT_ON : PILOT_OFF;
827 dev_dbg(&state->i2c->dev, "mod(%d), fec(%d), pilot(%d)\n",
828 c->modulation, c->fec_inner, c->pilot);
868 enum fe_pilot pilot;
877 /*delsys pilot mod fec m_rat n_rat rate */
921 /* Find fec, modulation, pilot */
934 if (clock_ratios_table[idx].pilot != c->pilot)
1081 /* Set pilot */
1082 static int cx24120_set_pilot(struct cx24120_state *state, enum fe_pilot pilot)
1084 dev_dbg(&state->i2c->dev, "(%d)\n", pilot);
1092 switch (pilot) {
1158 state->dnxt.pilot = c->pilot;
1168 ret = cx24120_set_pilot(state, c->pilot);
1186 "pilot = %d (val = 0x%02x)\n",
1187 state->dcur.pilot, state->dcur.pilot_val);
1520 /* Get modulation, fec, pilot */