Home
last modified time | relevance | path

Searched refs:suspend_report_result (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/pci/
Dpci-driver.c601 suspend_report_result(drv->suspend, error); in pci_legacy_suspend()
780 suspend_report_result(pm->suspend, error); in pci_pm_suspend()
826 suspend_report_result(pm->suspend_noirq, error); in pci_pm_suspend_noirq()
1015 suspend_report_result(pm->freeze, error); in pci_pm_freeze()
1035 suspend_report_result(pm->freeze_noirq, error); in pci_pm_freeze_noirq()
1121 suspend_report_result(pm->poweroff, error); in pci_pm_poweroff()
1159 suspend_report_result(pm->poweroff_noirq, error); in pci_pm_poweroff_noirq()
/Linux-v5.15/include/linux/
Dpm.h726 #define suspend_report_result(fn, ret) \ macro
768 #define suspend_report_result(fn, ret) do {} while (0) macro
/Linux-v5.15/drivers/usb/core/
Dhcd-pci.c449 suspend_report_result(hcd->driver->pci_suspend, retval); in suspend_common()
559 suspend_report_result(pci_prepare_to_sleep, retval); in hcd_pci_suspend_noirq()
/Linux-v5.15/drivers/pnp/
Ddriver.c174 suspend_report_result(pnp_drv->driver.pm->suspend, error); in __pnp_bus_suspend()
/Linux-v5.15/drivers/base/power/
Dmain.c489 suspend_report_result(cb, error); in dpm_run_callback()
1553 suspend_report_result(cb, error); in legacy_suspend()
1834 suspend_report_result(callback, ret); in device_prepare()