Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/
H A Dlm25066.c490 int config_new = config; in lm25066_probe() local
496 config_new |= LM25066_DEV_SETUP_CL_CFG; in lm25066_probe()
499 config_new |= LM25066_DEV_SETUP_CL; in lm25066_probe()
501 config_new &= ~LM25066_DEV_SETUP_CL; in lm25066_probe()
504 config_new &= ~LM25066_DEV_SETUP_CL; in lm25066_probe()
506 config_new |= LM25066_DEV_SETUP_CL; in lm25066_probe()
515 if (config_new != config) { in lm25066_probe()
518 config_new); in lm25066_probe()
521 config = config_new; in lm25066_probe()
/linux/tools/perf/tests/shell/
H A Ddaemon.sh247 local config_new=${config}.new
248 cat <<EOF > ${config_new}
261 sed -i -e "s|BASE|${base}|" ${config_new}
262 cp ${config_new} ${config}
313 cp ${config_new} ${config}
332 rm -f ${config_new}