Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/power/
Dhibernate.c683 pm_pr_dbg("Loading hibernation image.\n"); in load_image_and_restore()
713 pm_pr_dbg("Hibernation not available.\n"); in hibernate()
756 pm_pr_dbg("Writing hibernation image.\n"); in hibernate()
768 pm_pr_dbg("Hibernation image restored successfully.\n"); in hibernate()
776 pm_pr_dbg("Checking hibernation image\n"); in hibernate()
939 pm_pr_dbg("Checking hibernation image partition %s\n", resume_file); in software_resume()
970 pm_pr_dbg("Hibernation image partition %d:%d present\n", in software_resume()
973 pm_pr_dbg("Looking for hibernation image.\n"); in software_resume()
991 pm_pr_dbg("Preparing processes for hibernation restore.\n"); in software_resume()
1013 pm_pr_dbg("Hibernation image not present or could not be loaded.\n"); in software_resume()
[all …]
Dsuspend.c122 pm_pr_dbg("suspend-to-idle\n"); in s2idle_loop()
144 pm_pr_dbg("resume from suspend-to-idle\n"); in s2idle_loop()
570 pm_pr_dbg("Preparing system for sleep (%s)\n", mem_sleep_labels[state]); in enter_state()
580 pm_pr_dbg("Suspending system (%s)\n", mem_sleep_labels[state]); in enter_state()
587 pm_pr_dbg("Finishing wakeup.\n"); in enter_state()
/kernel/linux/linux-5.10/drivers/base/
Dsyscore.c53 pm_pr_dbg("Checking wakeup interrupts\n"); in syscore_suspend()
64 pm_pr_dbg("Calling %pS\n", ops->suspend); in syscore_suspend()
101 pm_pr_dbg("Calling %pS\n", ops->resume); in syscore_resume()
/kernel/linux/linux-5.10/drivers/acpi/
Dsleep.c1016 pm_pr_dbg("Wakeup unrelated to ACPI SCI\n"); in acpi_s2idle_wake()
1025 pm_pr_dbg("ACPI fixed event wakeup\n"); in acpi_s2idle_wake()
1031 pm_pr_dbg("ACPI custom handler wakeup\n"); in acpi_s2idle_wake()
1037 pm_pr_dbg("ACPI non-EC GPE wakeup\n"); in acpi_s2idle_wake()
1059 pm_pr_dbg("Wakeup after ACPI Notify sync\n"); in acpi_s2idle_wake()
Dec.c2016 pm_pr_dbg("ACPI EC GPE dispatched\n"); in acpi_ec_dispatch_gpe()
2022 pm_pr_dbg("ACPI EC work flushed\n"); in acpi_ec_dispatch_gpe()
/kernel/linux/linux-5.10/drivers/base/power/
Dwakeup.c885 pm_pr_dbg("active wakeup source: %s\n", ws->name); in pm_print_active_wakeup_sources()
896 pm_pr_dbg("last active wakeup source: %s\n", in pm_print_active_wakeup_sources()
926 pm_pr_dbg("Wakeup pending, aborting suspend\n"); in pm_wakeup_pending()
Dmain.c470 pm_pr_dbg("%s%s%s of devices %s after %ld.%03ld msecs\n", in dpm_show_time()
/kernel/linux/linux-5.10/include/linux/
Dsuspend.h555 #define pm_pr_dbg(fmt, ...) \ macro