Searched refs:temp_config (Results 1 – 2 of 2) sorted by relevance
173 u16 temp_config; member583 ret = regmap_write(data->regmap, TMP51X_TEMP_CONFIG, data->temp_config); in tmp51x_init()702 data->temp_config = TMP51X_TEMP_CONFIG_DEFAULT(data->max_channels); in tmp51x_configure()
3930 my $temp_config = "$tmpdir/temp_config";4089 open (OUT, ">$temp_config") or4090 dodie "Can't write to $temp_config";4095 run_command "mv $temp_config $ignore_config" or4117 open (OUT, ">$temp_config") or4118 dodie "Can't write to $temp_config";4127 run_command "mv $temp_config $output_minconfig" or