Searched refs:e1000_resume (Results 1 – 1 of 1) sorted by relevance
153 static int __maybe_unused e1000_resume(struct device *dev);178 static SIMPLE_DEV_PM_OPS(e1000_pm_ops, e1000_suspend, e1000_resume);5150 static int __maybe_unused e1000_resume(struct device *dev) in e1000_resume() function