Lines Matching refs:rolloff
88 /* rolloff */
168 enum fe_rolloff rolloff;
1360 switch (c->rolloff) {
1372 /* soft-auto rolloff */
1377 "%s: demod%d unsupported rolloff (%d)\n",
1378 KBUILD_MODNAME, state->demod, c->rolloff);
1394 state->dnxt.rolloff = c->rolloff;
1424 "%s: rolloff = %d (val = 0x%02x)\n", __func__,
1425 state->dcur.rolloff, state->dcur.rolloff_val);
1506 * If it takes longer, try a different rolloff setting.
1523 /* try next rolloff value */
1524 if (state->dcur.rolloff == 3)