Lines Matching defs:config
289 struct mxl5005s_config *config;
354 ByteTable[0] |= state->config->AgcMasterByte;
371 state->config->AgcMasterByte;
387 state->config->AgcMasterByte ;
2787 if (state->config->qam_gain != 0)
2789 state->config->qam_gain);
3845 struct i2c_msg msg = { .addr = state->config->i2c_address, .flags = 0,
3871 struct i2c_msg msg = { .addr = state->config->i2c_address, .flags = 0,
3944 ByteTable[0] |= state->config->AgcMasterByte;
3965 struct mxl5005s_config *c = state->config;
4101 struct mxl5005s_config *config)
4111 state->config = config;
4115 config->i2c_address);