Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/
Dpci-driver.c587 suspend_report_result(drv->suspend, error); in pci_legacy_suspend()
766 suspend_report_result(pm->suspend, error); in pci_pm_suspend()
812 suspend_report_result(pm->suspend_noirq, error); in pci_pm_suspend_noirq()
1001 suspend_report_result(pm->freeze, error); in pci_pm_freeze()
1021 suspend_report_result(pm->freeze_noirq, error); in pci_pm_freeze_noirq()
1107 suspend_report_result(pm->poweroff, error); in pci_pm_poweroff()
1145 suspend_report_result(pm->poweroff_noirq, error); in pci_pm_poweroff_noirq()
/kernel/linux/linux-5.10/include/linux/
Dpm.h725 #define suspend_report_result(fn, ret) \ macro
767 #define suspend_report_result(fn, ret) do {} while (0) macro
/kernel/linux/linux-5.10/drivers/usb/core/
Dhcd-pci.c447 suspend_report_result(hcd->driver->pci_suspend, retval); in suspend_common()
557 suspend_report_result(pci_prepare_to_sleep, retval); in hcd_pci_suspend_noirq()
/kernel/linux/linux-5.10/drivers/pnp/
Ddriver.c173 suspend_report_result(pnp_drv->driver.pm->suspend, error); in __pnp_bus_suspend()
/kernel/linux/linux-5.10/drivers/base/power/
Dmain.c491 suspend_report_result(cb, error); in dpm_run_callback()
1556 suspend_report_result(cb, error); in legacy_suspend()
1837 suspend_report_result(callback, ret); in device_prepare()