Lines Matching defs:config
26 const struct ix2505v_config *config;
51 u8 addr = state->config->tuner_address;
68 { .addr = state->config->tuner_address, .flags = 0,
133 if (state->config->tuner_gain)
134 gain = (state->config->tuner_gain < 4)
135 ? state->config->tuner_gain : 0;
139 if (state->config->tuner_chargepump)
140 cc = state->config->tuner_chargepump;
230 if (state->config->min_delay_ms)
231 msleep(state->config->min_delay_ms);
259 const struct ix2505v_config *config,
265 if (NULL == config) {
266 deb_i2c("%s: no config ", __func__);
274 state->config = config;
277 if (state->config->tuner_write_only) {
297 __func__, fe->ops.tuner_ops.info.name, config->tuner_address);