Searched refs:el3_suspend (Results 1 – 1 of 1) sorted by relevance
237 static int el3_suspend(struct device *, pm_message_t);240 #define el3_suspend NULL macro392 return el3_suspend(dev, state); in el3_isa_suspend()491 return el3_suspend(&pdev->dev, state); in el3_pnp_suspend()535 .suspend = el3_suspend,1412 static int el3_suspend(struct device *pdev, pm_message_t state) in el3_suspend() function