Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c214 u16 orig_config; /* original configuration */ member
502 data->orig_config = config; in jc42_probe()
521 (data->orig_config & ~JC42_CFG_HYST_MASK)) { in jc42_remove()
524 config = (data->orig_config & ~JC42_CFG_HYST_MASK) in jc42_remove()
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py1368 orig_config = os.path.join(srctree, '.config.baseline')
1370 if os.path.exists(orig_config) and os.path.exists(new_config):
1372 '--unchanged-line-format=', orig_config, new_config]