Searched refs:_DEFINE_DEV_PM_OPS (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | pm.h | 369 #define _DEFINE_DEV_PM_OPS(name, \ macro 419 _DEFINE_DEV_PM_OPS(name, suspend_fn, resume_fn, NULL, NULL, NULL)
|
H A D | pm_runtime.h | 38 _DEFINE_DEV_PM_OPS(name, pm_runtime_force_suspend, \
|
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 7527 static _DEFINE_DEV_PM_OPS(igc_pm_ops, igc_suspend, igc_resume,
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 10168 static _DEFINE_DEV_PM_OPS(igb_pm_ops, igb_suspend, igb_resume,
|