Lines Matching defs:config
47 const struct nxt200x_config* config;
89 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf2, .len = len + 1 };
102 __func__, state->config->demod_address, err);
112 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = reg2, .len = 1 },
113 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = buf, .len = len } };
119 __func__, state->config->demod_address, err);
542 if (state->config->set_ts_params)
543 state->config->set_ts_params(fe, 1);
547 if (state->config->set_ts_params)
548 state->config->set_ts_params(fe, 0);
1124 struct dvb_frontend* nxt200x_attach(const struct nxt200x_config* config,
1136 state->config = config;