Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpm.h744 extern void __suspend_report_result(const char *function, void *fn, int ret);
748 __suspend_report_result(__func__, fn, ret); \
/Linux-v4.19/drivers/base/power/
Dmain.c2050 void __suspend_report_result(const char *function, void *fn, int ret) in __suspend_report_result() function
2055 EXPORT_SYMBOL_GPL(__suspend_report_result);