Lines Matching defs:config
35 const struct zl10036_config *config;
63 { .addr = state->config->tuner_address, .flags = I2C_M_RD,
69 __func__, state->config->tuner_address);
85 { .addr = state->config->tuner_address, .flags = 0,
284 if (!state->config->rf_loop_enable)
400 if (!state->config->rf_loop_enable)
449 const struct zl10036_config *config,
455 if (!config) {
456 printk(KERN_ERR "%s: no config specified", __func__);
464 state->config = config;
491 __func__, fe->ops.tuner_ops.info.name, config->tuner_address);