ctucan_resume
int ctucan_resume(struct device *dev) __maybe_unused;
EXPORT_SYMBOL(ctucan_resume);
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);