Lines Matching defs:config
99 u8 config;
129 data->config = ret;
170 tmp421->config & TMP421_CONFIG_RANGE);
199 int config, config_orig;
205 config = i2c_smbus_read_byte_data(client, TMP421_CONFIG_REG_1);
206 if (config < 0) {
208 "Could not read configuration register (%d)\n", config);
209 return config;
212 config_orig = config;
213 config &= ~TMP421_CONFIG_SHUTDOWN;
215 if (config != config_orig) {
217 i2c_smbus_write_byte_data(client, TMP421_CONFIG_REG_1, config);
321 data->temp_info.config = data->temp_config;