Lines Matching defs:config
27 const struct ves1x93_config* config;
85 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 3 };
101 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 2 },
102 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } };
173 if (srate > state->config->xin/2)
174 srate = state->config->xin/2;
181 FIN = (state->config->xin + 6000) >> 4;
235 if (state->config->invert_pwm)
264 if (state->config->invert_pwm && (i == 0x05)) val |= 0x20; /* invert PWM */
446 struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config,
457 state->config = config;