H A D | pm.h | 378 #define _EXPORT_PM_OPS(name, license, ns) \ argument 380 __EXPORT_SYMBOL(name, license, ns); \ 383 #define _DISCARD_PM_OPS(name, license, ns) \ argument 387 #define _EXPORT_DEV_PM_OPS(name, license, ns) _EXPORT_PM_OPS(name, license, ns) argument 389 #define _EXPORT_DEV_PM_OPS(name, license, ns) _DISCARD_PM_OPS(name, license, ns) argument 393 #define _EXPORT_DEV_SLEEP_PM_OPS(name, license, ns) _EXPORT_PM_OPS(name, license, ns) argument 395 #define _EXPORT_DEV_SLEEP_PM_OPS(name, license, n argument [all...] |