Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dpm.h722 extern void __suspend_report_result(const char *function, void *fn, int ret);
726 __suspend_report_result(__func__, fn, ret); \
/Linux-v5.10/drivers/base/power/
Dmain.c1938 void __suspend_report_result(const char *function, void *fn, int ret) in __suspend_report_result() function
1943 EXPORT_SYMBOL_GPL(__suspend_report_result);