Lines Matching defs:config
33 const struct cx24113_config *config;
93 struct i2c_msg msg = { .addr = state->config->i2c_addr,
110 { .addr = state->config->i2c_addr,
112 { .addr = state->config->i2c_addr,
298 if (state->config->xtal_khz < 20000)
323 N /= (state->config->xtal_khz) * factor * 2;
338 do_div(dividend, state->config->xtal_khz * 1000 * factor * 2);
420 if (state->config->xtal_khz < 11000) {
455 if (state->config->xtal_khz >= 40000)
542 const struct cx24113_config *config, struct i2c_adapter *i2c)
552 state->config = config;