Searched refs:ctucan_suspend (Results 1 – 4 of 4) sorted by relevance
79 int ctucan_suspend(struct device *dev) __maybe_unused;
102 static SIMPLE_DEV_PM_OPS(ctucan_platform_pm_ops, ctucan_suspend, ctucan_resume);
270 static SIMPLE_DEV_PM_OPS(ctucan_pci_pm_ops, ctucan_suspend, ctucan_resume);
1308 int ctucan_suspend(struct device *dev) in ctucan_suspend() function1322 EXPORT_SYMBOL(ctucan_suspend);