Searched refs:atl1_suspend (Results 1 – 1 of 1) sorted by relevance
2739 static int atl1_suspend(struct device *dev) in atl1_suspend() function2842 static SIMPLE_DEV_PM_OPS(atl1_pm_ops, atl1_suspend, atl1_resume);2847 static int atl1_suspend(struct device *dev) { return 0; } in atl1_suspend() function2857 atl1_suspend(&pdev->dev); in atl1_shutdown()