Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/
Dpci-driver.c546 suspend_report_result(drv->suspend, error); in pci_legacy_suspend()
573 suspend_report_result(drv->suspend_late, error); in pci_legacy_suspend_late()
710 suspend_report_result(pm->suspend, error); in pci_pm_suspend()
746 suspend_report_result(pm->suspend_noirq, error); in pci_pm_suspend_noirq()
874 suspend_report_result(pm->freeze, error); in pci_pm_freeze()
897 suspend_report_result(drv->pm->freeze_noirq, error); in pci_pm_freeze_noirq()
984 suspend_report_result(pm->poweroff, error); in pci_pm_poweroff()
1015 suspend_report_result(drv->pm->poweroff_noirq, error); in pci_pm_poweroff_noirq()
1130 suspend_report_result(pm->runtime_suspend, error); in pci_pm_runtime_suspend()
/linux-4.1.27/include/linux/
Dpm.h693 #define suspend_report_result(fn, ret) \ macro
732 #define suspend_report_result(fn, ret) do {} while (0) macro
/linux-4.1.27/drivers/usb/core/
Dhcd-pci.c466 suspend_report_result(hcd->driver->pci_suspend, retval); in suspend_common()
578 suspend_report_result(pci_prepare_to_sleep, retval); in hcd_pci_suspend_noirq()
/linux-4.1.27/drivers/pnp/
Ddriver.c168 suspend_report_result(pnp_drv->driver.pm->suspend, error); in __pnp_bus_suspend()
/linux-4.1.27/drivers/base/power/
Dmain.c390 suspend_report_result(cb, error); in dpm_run_callback()
1330 suspend_report_result(cb, error); in legacy_suspend()
1598 suspend_report_result(callback, ret); in device_prepare()