Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dmax17042_battery.c966 int restore_hib_ret; in max17055_restore_hibernate() local
970 restore_hib_ret = max17055_write_verify_reg(chip->regmap, in max17055_restore_hibernate()
973 if (!soft_wakeup_ret && !restore_hib_ret) in max17055_restore_hibernate()
976 return soft_wakeup_ret ?: restore_hib_ret; in max17055_restore_hibernate()