Lines Matching defs:config
24 struct zl10353_config config;
43 struct i2c_msg msg = { .addr = state->config.demod_address, .flags = 0,
68 struct i2c_msg msg[2] = { { .addr = state->config.demod_address,
71 { .addr = state->config.demod_address,
119 if (state->config.adc_clock)
120 adc_clock = state->config.adc_clock;
139 if (state->config.adc_clock)
140 adc_clock = state->config.adc_clock;
141 if (state->config.if2)
142 if2 = state->config.if2;
336 if (state->config.no_tuner) {
351 if (state->config.no_tuner || fe->ops.tuner_ops.calc_regs == NULL)
550 if (state->config.parallel_ts)
552 if (state->config.clock_ctl_1)
553 zl10353_reset_attach[3] = state->config.clock_ctl_1;
554 if (state->config.pll_0)
555 zl10353_reset_attach[4] = state->config.pll_0;
574 if (state->config.disable_i2c_gate_ctrl) {
594 struct dvb_frontend *zl10353_attach(const struct zl10353_config *config,
607 memcpy(&state->config, config, sizeof(struct zl10353_config));