Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dmax17042_battery.c967 int soft_wakeup_ret; in max17055_restore_hibernate() local
969 soft_wakeup_ret = regmap_write(chip->regmap, MAX17055_SoftWakeup, 0); 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()