Home
last modified time | relevance | path

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

/drivers/hwmon/
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()
Djc42.c199 u16 orig_config; /* original configuration */ member
533 data->orig_config = config; in jc42_probe()
552 (data->orig_config & ~JC42_CFG_HYST_MASK)) { in jc42_remove()
555 config = (data->orig_config & ~JC42_CFG_HYST_MASK) in jc42_remove()