/openbmc/linux/drivers/scsi/ |
H A D | scsi_pm.c | 44 return pm && pm->thaw ? pm->thaw(dev) : 0; in do_scsi_thaw() 267 .thaw = scsi_bus_thaw,
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_drv.c | 191 static int qxl_drm_resume(struct drm_device *dev, bool thaw) in qxl_drm_resume() argument 196 if (!thaw) { in qxl_drm_resume() 263 .thaw = qxl_pm_thaw,
|
/openbmc/qemu/scripts/qemu-guest-agent/fsfreeze-hook.d/ |
H A D | mysql-flush.sh.sample | 48 thaw)
|
/openbmc/linux/drivers/base/power/ |
H A D | generic_ops.c | 209 return pm && pm->thaw ? pm->thaw(dev) : 0; in pm_generic_thaw()
|
/openbmc/qemu/docs/interop/ |
H A D | qemu-ga.rst | 78 script to run on freeze/thaw. Script will be called with 79 'freeze'/'thaw' arguments accordingly (default is
|
/openbmc/linux/kernel/power/ |
H A D | hibernate.c | 849 goto thaw; in hibernate_quiet_exec() 853 goto thaw; in hibernate_quiet_exec() 890 thaw: in hibernate_quiet_exec()
|
/openbmc/linux/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_drv.c | 167 .thaw = vbox_pm_thaw,
|
/openbmc/linux/drivers/gpu/drm/ast/ |
H A D | ast_drv.c | 202 .thaw = ast_pm_thaw,
|
/openbmc/linux/include/linux/ |
H A D | pm.h | 292 int (*thaw)(struct device *dev); member 316 .thaw = pm_sleep_ptr(resume_fn), \
|
H A D | platform_device.h | 387 .thaw = platform_pm_thaw, \
|
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_platform.c | 214 .thaw = sxgbe_platform_restore,
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | sysrq.rst | 199 "just thaw ``it(j)`` " 用于当你的系统由于一个 FIFREEZE ioctl 调用而产生的文件
|
/openbmc/linux/drivers/hid/surface-hid/ |
H A D | surface_hid_core.c | 276 .thaw = surface_hid_resume,
|
/openbmc/linux/Documentation/power/ |
H A D | pci.rst | 288 .thaw = pci_pm_thaw, 593 thaw_noirq, thaw, complete 609 driver's pm->thaw() callback instead of pm->resume(). It is executed 655 thaw_noirq, thaw, and complete phases (that will only affect the devices having 877 3.1.11. thaw() 880 The thaw() callback is hibernation-specific. It is executed after thaw_noirq() 885 the device, so that it will work in a usual way after thaw() has returned. 924 - during hibernation, before saving the system image, after thaw() callbacks 930 (in that case it is run after thaw() callbacks have been executed for all 984 members and one resume routine pointed to by the .resume(), .thaw(), and [all …]
|
/openbmc/linux/drivers/pnp/ |
H A D | driver.c | 254 .thaw = pnp_bus_resume,
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-lpc32xx.c | 329 .thaw = lpc32xx_rtc_thaw,
|
H A D | rtc-wm831x.c | 456 .thaw = wm831x_rtc_resume,
|
H A D | rtc-da9055.c | 380 .thaw = da9055_rtc_resume,
|
/openbmc/linux/drivers/ata/ |
H A D | sata_promise.c | 187 .thaw = pdc_sata_thaw, 199 .thaw = pdc_thaw, 207 .thaw = pdc_thaw,
|
H A D | libata-sff.c | 34 .thaw = ata_sff_thaw, 2784 bool thaw = false; in ata_bmdma_error_handler() local 2806 thaw = true; in ata_bmdma_error_handler() 2813 if (thaw) { in ata_bmdma_error_handler() 2822 if (thaw) in ata_bmdma_error_handler()
|
H A D | sata_vsc.c | 293 .thaw = vsc_thaw,
|
/openbmc/linux/drivers/platform/x86/intel/ |
H A D | vbtn.c | 373 .thaw = intel_vbtn_pm_resume,
|
/openbmc/linux/drivers/pci/ |
H A D | pci-driver.c | 1138 if (pm->thaw) in pci_pm_thaw() 1139 error = pm->thaw(dev); in pci_pm_thaw() 1409 .thaw = pci_pm_thaw,
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-platform.c | 338 .thaw = ohci_platform_resume,
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_probe_frontend.c | 154 .thaw = xenbus_dev_cancel,
|