Lines Matching defs:config
125 .addr = state->config->tuner_address,
134 state->config->tuner_address, rc);
141 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address);
153 .addr = state->config->tuner_address + reg,
166 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address);
178 .addr = state->config->tuner_address,
202 dprintk(verbose, FE_DEBUG, 1, " Write @ 0x%02x: [%d:%d]", state->config->tuner_address, start, len);
209 (unsigned int)state->config->tuner_address, start, len, rc);
532 const struct stb6100_config *config,
541 state->config = config;
544 state->reference = config->refclock / 1000; /* kHz */