D | pm.h | 377 #define _EXPORT_PM_OPS(name, license, ns) \ argument 379 __EXPORT_SYMBOL(name, license, ns); \ 382 #define _DISCARD_PM_OPS(name, license, ns) \ argument 386 #define _EXPORT_DEV_PM_OPS(name, license, ns) _EXPORT_PM_OPS(name, license, ns) argument 390 #define _EXPORT_DEV_PM_OPS(name, license, ns) _DISCARD_PM_OPS(name, license, ns) argument 396 #define _EXPORT_DEV_SLEEP_PM_OPS(name, license, ns) _EXPORT_PM_OPS(name, license, ns) argument 398 #define _EXPORT_DEV_SLEEP_PM_OPS(name, license, ns) _DISCARD_PM_OPS(name, license, ns) argument
|