Lines Matching defs:frontend
34 struct dvb_frontend frontend;
613 /* Reset frontend cache to default values */
864 * As we get TMCC data from the frontend, we can better estimate the
991 * As we get TMCC data from the frontend, we can better estimate the
1121 * As we get TMCC data from the frontend, we can better estimate the
1754 /* Initialize the frontend */
1911 * HACK: Always init the frontend when set_frontend is called:
1950 "%s: Can't read frontend lock status\n", __func__);
2064 memcpy(&state->frontend.ops, &mb86a20s_ops,
2066 state->frontend.demodulator_priv = state;
2068 /* Check if it is a mb86a20s frontend */
2078 dev_info(&i2c->dev, "Detected a Fujitsu mb86a20s frontend\n");
2079 return &state->frontend;