ctucan_suspend
int ctucan_suspend(struct device *dev) __maybe_unused;
EXPORT_SYMBOL(ctucan_suspend);
static SIMPLE_DEV_PM_OPS(ctucan_pci_pm_ops, ctucan_suspend, ctucan_resume);
static SIMPLE_DEV_PM_OPS(ctucan_platform_pm_ops, ctucan_suspend, ctucan_resume);