Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A D3c509.c200 static int el3_suspend(struct device *, pm_message_t);
203 #define el3_suspend NULL macro
349 return el3_suspend(dev, state); in el3_isa_suspend()
447 return el3_suspend(&pdev->dev, state); in el3_pnp_suspend()
490 .suspend = el3_suspend,
1315 el3_suspend(struct device *pdev, pm_message_t state) in el3_suspend() function