Home
last modified time | relevance | path

Searched refs:temp_config (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwmon/
H A Dtmp513.c173 u16 temp_config; member
583 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()
/linux/tools/testing/ktest/
H A Dktest.pl3930 my $temp_config = "$tmpdir/temp_config";
4089 open (OUT, ">$temp_config") or
4090 dodie "Can't write to $temp_config";
4095 run_command "mv $temp_config $ignore_config" or
4117 open (OUT, ">$temp_config") or
4118 dodie "Can't write to $temp_config";
4127 run_command "mv $temp_config $output_minconfig" or