Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dpm.h728 extern void __suspend_report_result(const char *function, void *fn, int ret);
732 __suspend_report_result(__func__, fn, ret); \
/Linux-v5.4/drivers/base/power/
Dmain.c2030 void __suspend_report_result(const char *function, void *fn, int ret) in __suspend_report_result() function
2035 EXPORT_SYMBOL_GPL(__suspend_report_result);