Searched refs:PMSG_SUSPEND (Results 1 – 25 of 32) sorted by relevance
12
| /Linux-v5.4/kernel/power/ |
| D | suspend.c | 398 error = dpm_suspend_late(PMSG_SUSPEND); in suspend_enter() 407 error = dpm_suspend_noirq(PMSG_SUSPEND); in suspend_enter() 494 error = dpm_suspend_start(PMSG_SUSPEND); in suspend_devices_and_enter()
|
| /Linux-v5.4/drivers/net/usb/ |
| D | huawei_cdc_ncm.c | 176 drvstate->subdriver->suspend(intf, PMSG_SUSPEND); in huawei_cdc_ncm_resume()
|
| D | cdc_mbim.c | 545 info->subdriver->suspend(intf, PMSG_SUSPEND); in cdc_mbim_resume()
|
| D | qmi_wwan.c | 895 info->subdriver->suspend(intf, PMSG_SUSPEND); in qmi_wwan_resume()
|
| /Linux-v5.4/drivers/ata/ |
| D | pata_imx.c | 228 ret = ata_host_suspend(host, PMSG_SUSPEND); in pata_imx_suspend()
|
| D | libahci_platform.c | 743 return ata_host_suspend(host, PMSG_SUSPEND); in ahci_platform_suspend_host()
|
| D | pata_samsung_cf.c | 611 return ata_host_suspend(host, PMSG_SUSPEND); in pata_s3c_suspend()
|
| D | sata_highbank.c | 591 rc = ata_host_suspend(host, PMSG_SUSPEND); in ahci_highbank_suspend()
|
| D | pata_arasan_cf.c | 929 return ata_host_suspend(host, PMSG_SUSPEND); in arasan_cf_suspend()
|
| D | sata_rcar.c | 971 ret = ata_host_suspend(host, PMSG_SUSPEND); in sata_rcar_suspend()
|
| D | ahci.c | 861 return ata_host_suspend(host, PMSG_SUSPEND); in ahci_pci_device_suspend()
|
| /Linux-v5.4/drivers/pnp/ |
| D | driver.c | 197 return __pnp_bus_suspend(dev, PMSG_SUSPEND); in pnp_bus_suspend()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | apm_32.c | 1241 dpm_suspend_start(PMSG_SUSPEND); in suspend() 1242 dpm_suspend_end(PMSG_SUSPEND); in suspend() 1284 dpm_suspend_end(PMSG_SUSPEND); in standby()
|
| /Linux-v5.4/include/linux/ |
| D | pm.h | 454 #define PMSG_SUSPEND ((struct pm_message){ .event = PM_EVENT_SUSPEND, }) macro
|
| /Linux-v5.4/drivers/ide/ |
| D | ide-gd.c | 144 drive->gendev.bus->suspend(&drive->gendev, PMSG_SUSPEND);
|
| /Linux-v5.4/drivers/pci/ |
| D | pci-driver.c | 757 return pci_legacy_suspend(dev, PMSG_SUSPEND); in pci_pm_suspend() 826 return pci_legacy_suspend_late(dev, PMSG_SUSPEND); in pci_pm_suspend_noirq()
|
| /Linux-v5.4/drivers/usb/core/ |
| D | usb.c | 465 return usb_suspend(dev, PMSG_SUSPEND); in usb_dev_suspend()
|
| /Linux-v5.4/drivers/usb/host/ |
| D | ehci-fsl.c | 462 dev->power.power_state = PMSG_SUSPEND; in ehci_fsl_mpc512x_drv_suspend()
|
| /Linux-v5.4/drivers/macintosh/ |
| D | adb.c | 276 return __adb_suspend(to_platform_device(dev), PMSG_SUSPEND); in adb_suspend()
|
| /Linux-v5.4/drivers/base/ |
| D | platform.c | 1148 ret = platform_legacy_suspend(dev, PMSG_SUSPEND); in platform_pm_suspend()
|
| /Linux-v5.4/drivers/hid/i2c-hid/ |
| D | i2c-hid-core.c | 1159 ret = hid->driver->suspend(hid, PMSG_SUSPEND); in i2c_hid_suspend()
|
| /Linux-v5.4/drivers/usb/dwc3/ |
| D | core.c | 1804 ret = dwc3_suspend_common(dwc, PMSG_SUSPEND); in dwc3_suspend()
|
| /Linux-v5.4/drivers/base/power/ |
| D | main.c | 540 return PMSG_SUSPEND; in suspend_event()
|
| /Linux-v5.4/Documentation/power/ |
| D | swsusp.rst | 291 suspend(PMSG_SUSPEND): suspend devices so that we can power off
|
| /Linux-v5.4/drivers/net/vmxnet3/ |
| D | vmxnet3_drv.c | 3719 pci_enable_wake(pdev, pci_choose_state(pdev, PMSG_SUSPEND), in vmxnet3_suspend() 3722 pci_set_power_state(pdev, pci_choose_state(pdev, PMSG_SUSPEND)); in vmxnet3_suspend()
|
12