Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dtmp108.c84 u16 orig_config; member
326 regmap_write(tmp108->regmap, TMP108_REG_CONF, tmp108->orig_config); in tmp108_restore_config()
385 tmp108->orig_config = config; in tmp108_probe()
401 if ((tmp108->orig_config & TMP108_CONF_MODE_MASK) == in tmp108_probe()
Djc42.c227 u16 orig_config; /* original configuration */ member
523 data->orig_config = config; in jc42_probe()
542 (data->orig_config & ~JC42_CFG_HYST_MASK)) { in jc42_remove()
545 config = (data->orig_config & ~JC42_CFG_HYST_MASK) in jc42_remove()