Lines Matching defs:config
45 const struct cx24123_config *config;
275 cx24123_i2c_readreg(state, state->config->demod_address, reg)
277 cx24123_i2c_writereg(state, state->config->demod_address, reg, val)
699 if (state->config->lnb_polarity)
703 if (state->config->dont_use_pll)
827 if (state->config->dont_use_pll) {
907 if (state->config->set_ts_params)
908 state->config->set_ts_params(fe, 0);
917 if (!state->config->dont_use_pll)
929 if (state->config->agc_callback)
930 state->config->agc_callback(fe);
1041 struct dvb_frontend *cx24123_attach(const struct cx24123_config *config,
1055 state->config = config;
1078 if (config->dont_use_pll)