_DEFINE_DEV_PM_OPS
static _DEFINE_DEV_PM_OPS(igb_pm_ops, igb_suspend, igb_resume,
static _DEFINE_DEV_PM_OPS(igc_pm_ops, igc_suspend, igc_resume,
static _DEFINE_DEV_PM_OPS(dw8250_pm_ops, dw8250_suspend, dw8250_resume,
_DEFINE_DEV_PM_OPS(name, suspend_fn, resume_fn, NULL, NULL, NULL)
_DEFINE_DEV_PM_OPS(name, pm_runtime_force_suspend, \