Lines Matching defs:config
222 const struct ds3000_config *config;
231 struct i2c_msg msg = { .addr = state->config->demod_address,
273 msg.addr = state->config->demod_address;
306 .addr = state->config->demod_address,
311 .addr = state->config->demod_address,
450 if (state->config->set_lock_led)
451 state->config->set_lock_led(fe, *status == 0 ? 0 : 1);
812 if (state->config->set_lock_led)
813 state->config->set_lock_led(fe, 0);
821 struct dvb_frontend *ds3000_attach(const struct ds3000_config *config,
834 state->config = config;
896 if (state->config->set_ts_params)
897 state->config->set_ts_params(fe, 0);
1000 if (state->config->ci_mode) {
1055 if (state->config->set_lock_led)
1056 state->config->set_lock_led(fe, 0);
1065 * Power config will reset and load initial firmware if required