Lines Matching defs:config
27 const struct tda1002x_config* config;
63 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 };
79 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 },
80 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } };
95 struct i2c_msg msg = {.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2};
109 struct i2c_msg msg_post={.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2};
124 if ((INVERSION_ON == inversion) ^ (state->config->invert == 0))
352 u8 config = tda10021_readreg(state, 0x02);
354 if (config & 0x02)
404 p->inversion = ((state->reg0 & 0x20) == 0x20) ^ (state->config->invert != 0) ? INVERSION_ON : INVERSION_OFF;
446 struct dvb_frontend* tda10021_attach(const struct tda1002x_config* config,
458 state->config = config;
472 state->config->demod_address, id);