Home
last modified time | relevance | path

Searched refs:orig_config (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dtmp108.c75 u16 orig_config; member
300 regmap_write(tmp108->regmap, TMP108_REG_CONF, tmp108->orig_config); in tmp108_restore_config()
359 tmp108->orig_config = config; in tmp108_probe()
375 if ((tmp108->orig_config & TMP108_CONF_MODE_MASK) == in tmp108_probe()
H A Djc42.c209 u16 orig_config; /* original configuration */ member
545 data->orig_config = config; in jc42_probe()
564 (data->orig_config & ~JC42_CFG_HYST_MASK)) { in jc42_remove()
567 config = (data->orig_config & ~JC42_CFG_HYST_MASK) in jc42_remove()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py1385 orig_config = os.path.join(srctree, '.config.baseline')
1387 if os.path.exists(orig_config) and os.path.exists(new_config):
1389 '--unchanged-line-format=', orig_config, new_config]