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()
3979 my $temp_config = "$tmpdir/temp_config";4138 open (OUT, ">$temp_config") or4139 dodie "Can't write to $temp_config";4144 run_command "mv $temp_config $ignore_config" or4166 open (OUT, ">$temp_config") or4167 dodie "Can't write to $temp_config";4176 run_command "mv $temp_config $output_minconfig" or