Home
last modified time | relevance | path

Searched refs:__pm_pr_dbg (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/
Dsuspend.h480 extern __printf(2, 3) void __pm_pr_dbg(bool defer, const char *fmt, ...);
487 #define __pm_pr_dbg(defer, fmt, ...) \ macro
492 __pm_pr_dbg(false, fmt, ##__VA_ARGS__)
495 __pm_pr_dbg(true, fmt, ##__VA_ARGS__)