Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/kernel/power/
Dhibernate.c691 pm_pr_dbg("Loading hibernation image.\n"); in load_image_and_restore()
724 pm_pr_dbg("Hibernation not available.\n"); in hibernate()
767 pm_pr_dbg("Writing hibernation image.\n"); in hibernate()
779 pm_pr_dbg("Hibernation image restored successfully.\n"); in hibernate()
787 pm_pr_dbg("Checking hibernation image\n"); in hibernate()
951 pm_pr_dbg("Checking hibernation image partition %s\n", resume_file); in software_resume()
982 pm_pr_dbg("Hibernation image partition %d:%d present\n", in software_resume()
985 pm_pr_dbg("Looking for hibernation image.\n"); in software_resume()
1003 pm_pr_dbg("Preparing processes for hibernation restore.\n"); in software_resume()
1025 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()
147 pm_pr_dbg("resume from suspend-to-idle\n"); in s2idle_loop()
580 pm_pr_dbg("Preparing system for sleep (%s)\n", mem_sleep_labels[state]); in enter_state()
590 pm_pr_dbg("Suspending system (%s)\n", mem_sleep_labels[state]); in enter_state()
597 pm_pr_dbg("Finishing wakeup.\n"); in enter_state()
/linux-6.1.9/drivers/acpi/
Dsleep.c744 pm_pr_dbg("Wakeup unrelated to ACPI SCI\n"); in acpi_s2idle_wake()
753 pm_pr_dbg("ACPI fixed event wakeup\n"); in acpi_s2idle_wake()
759 pm_pr_dbg("ACPI custom handler wakeup\n"); in acpi_s2idle_wake()
768 pm_pr_dbg("ACPI non-EC GPE wakeup\n"); in acpi_s2idle_wake()
781 pm_pr_dbg("Wakeup after ACPI Notify sync\n"); in acpi_s2idle_wake()
785 pm_pr_dbg("Rearming ACPI SCI for wakeup\n"); in acpi_s2idle_wake()
Dec.c2062 pm_pr_dbg("ACPI EC GPE status set\n"); in acpi_ec_dispatch_gpe()
2073 pm_pr_dbg("ACPI EC GPE dispatched\n"); in acpi_ec_dispatch_gpe()
2079 pm_pr_dbg("ACPI EC work flushed\n"); in acpi_ec_dispatch_gpe()
/linux-6.1.9/drivers/base/power/
Dwakeup.c856 pm_pr_dbg("active wakeup source: %s\n", ws->name); in pm_print_active_wakeup_sources()
867 pm_pr_dbg("last active wakeup source: %s\n", in pm_print_active_wakeup_sources()
897 pm_pr_dbg("Wakeup pending, aborting suspend\n"); in pm_wakeup_pending()
947 pm_pr_dbg("Triggering wakeup from IRQ %d\n", irq_number); in pm_system_irq_wakeup()
Dmain.c467 pm_pr_dbg("%s%s%s of devices %s after %ld.%03ld msecs\n", in dpm_show_time()
/linux-6.1.9/include/linux/
Dsuspend.h591 #define pm_pr_dbg(fmt, ...) \ macro