Searched refs:_DEFINE_DEV_PM_OPS (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/include/linux/ |
D | pm.h | 369 #define _DEFINE_DEV_PM_OPS(name, \ macro 380 _DEFINE_DEV_PM_OPS(name, suspend_fn, resume_fn, runtime_suspend_fn, \ 386 static __maybe_unused _DEFINE_DEV_PM_OPS(__static_##name, suspend_fn, \ 399 _DEFINE_DEV_PM_OPS(name, suspend_fn, resume_fn, NULL, NULL, NULL)
|
D | pm_runtime.h | 38 _DEFINE_DEV_PM_OPS(name, pm_runtime_force_suspend, \
|