Lines Matching refs:pilot
12 Add frequency, fec & pilot to get_frontend
87 /* pilot mask */
118 enum fe_pilot pilot;
793 /* Retrieve current fec, modulation & pilot values */
824 c->pilot = (ret & 0x80) ? PILOT_ON : PILOT_OFF;
826 dev_dbg(&state->i2c->dev, "mod(%d), fec(%d), pilot(%d)\n",
827 c->modulation, c->fec_inner, c->pilot);
867 enum fe_pilot pilot;
876 /*delsys pilot mod fec m_rat n_rat rate */
920 /* Find fec, modulation, pilot */
933 if (clock_ratios_table[idx].pilot != c->pilot)
1080 /* Set pilot */
1081 static int cx24120_set_pilot(struct cx24120_state *state, enum fe_pilot pilot)
1083 dev_dbg(&state->i2c->dev, "(%d)\n", pilot);
1091 switch (pilot) {
1157 state->dnxt.pilot = c->pilot;
1167 ret = cx24120_set_pilot(state, c->pilot);
1185 "pilot = %d (val = 0x%02x)\n",
1186 state->dcur.pilot, state->dcur.pilot_val);
1519 /* Get modulation, fec, pilot */