Searched refs:cw_bat_resume (Results 1 – 3 of 3) sorted by relevance
631 static int __maybe_unused cw_bat_resume(struct device *dev) in cw_bat_resume() function641 static SIMPLE_DEV_PM_OPS(cw_bat_pm_ops, cw_bat_suspend, cw_bat_resume);
728 static int __maybe_unused cw_bat_resume(struct device *dev) in cw_bat_resume() function738 static SIMPLE_DEV_PM_OPS(cw_bat_pm_ops, cw_bat_suspend, cw_bat_resume);
911 static int cw_bat_resume(struct device *dev) in cw_bat_resume() function924 .resume = cw_bat_resume,