Lines Matching defs:config
110 u8 config;
140 data->config = ret;
211 tmp421->config & TMP421_CONFIG_RANGE);
277 int config, config_orig;
284 config = i2c_smbus_read_byte_data(client, TMP421_CONFIG_REG_1);
285 if (config < 0) {
287 "Could not read configuration register (%d)\n", config);
288 return config;
291 config_orig = config;
292 config &= ~TMP421_CONFIG_SHUTDOWN;
294 if (config != config_orig) {
296 i2c_smbus_write_byte_data(client, TMP421_CONFIG_REG_1, config);
475 data->temp_info.config = data->temp_config;