Home
last modified time | relevance | path

Searched refs:thaw (Results 1 – 25 of 102) sorted by relevance

12345

/linux/drivers/gpu/drm/qxl/
A Dqxl_drv.c190 static int qxl_drm_resume(struct drm_device *dev, bool thaw) in qxl_drm_resume() argument
195 if (!thaw) { in qxl_drm_resume()
261 .thaw = qxl_pm_thaw,
/linux/drivers/scsi/
A Dscsi_pm.c45 return pm && pm->thaw ? pm->thaw(dev) : 0; in do_scsi_thaw()
268 .thaw = scsi_bus_thaw,
/linux/drivers/base/power/
A Dgeneric_ops.c209 return pm && pm->thaw ? pm->thaw(dev) : 0; in pm_generic_thaw()
/linux/include/linux/
A Dpm.h283 int (*thaw)(struct device *dev); member
308 .thaw = resume_fn, \
A Dplatform_device.h338 .thaw = platform_pm_thaw, \
/linux/kernel/power/
A Dhibernate.c836 goto thaw; in hibernate_quiet_exec()
840 goto thaw; in hibernate_quiet_exec()
877 thaw: in hibernate_quiet_exec()
/linux/drivers/pci/pcie/
A Dportdrv_pci.c77 .thaw = pcie_port_device_resume,
/linux/drivers/gpu/drm/vboxvideo/
A Dvbox_drv.c159 .thaw = vbox_pm_thaw,
/linux/drivers/gpu/drm/ast/
A Dast_drv.c221 .thaw = ast_pm_thaw,
/linux/drivers/net/ethernet/samsung/sxgbe/
A Dsxgbe_platform.c213 .thaw = sxgbe_platform_restore,
/linux/Documentation/translations/zh_CN/admin-guide/
A Dsysrq.rst199 "just thaw ``it(j)`` " 用于当你的系统由于一个 FIFREEZE ioctl 调用而产生的文件
/linux/Documentation/power/
A Dpci.rst288 .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()
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
990 .resume() (and .thaw(), and .restore()) and the .runtime_suspend() pointer to
[all …]
/linux/drivers/pnp/
A Ddriver.c253 .thaw = pnp_bus_resume,
/linux/drivers/hid/surface-hid/
A Dsurface_hid_core.c255 .thaw = surface_hid_resume,
/linux/drivers/ata/
A Dsata_promise.c187 .thaw = pdc_sata_thaw,
199 .thaw = pdc_thaw,
207 .thaw = pdc_thaw,
A Dlibata-sff.c34 .thaw = ata_sff_thaw,
2871 bool thaw = false; in ata_bmdma_error_handler() local
2892 thaw = true; in ata_bmdma_error_handler()
2898 if (thaw) { in ata_bmdma_error_handler()
2907 if (thaw) in ata_bmdma_error_handler()
A Dsata_vsc.c293 .thaw = vsc_thaw,
A Dsata_rcar.c653 .thaw = sata_rcar_thaw,
1040 .thaw = sata_rcar_resume,
/linux/drivers/pci/
A Dpci-driver.c1082 if (pm->thaw) in pci_pm_thaw()
1083 error = pm->thaw(dev); in pci_pm_thaw()
1352 .thaw = pci_pm_thaw,
/linux/drivers/rtc/
A Drtc-lpc32xx.c329 .thaw = lpc32xx_rtc_thaw,
A Drtc-wm831x.c456 .thaw = wm831x_rtc_resume,
A Drtc-da9055.c380 .thaw = da9055_rtc_resume,
/linux/drivers/platform/x86/
A Dhp_accel.c382 .thaw = lis3lv02d_resume,
/linux/drivers/platform/x86/intel/
A Dvbtn.c370 .thaw = intel_vbtn_pm_resume,
/linux/drivers/xen/xenbus/
A Dxenbus_probe_frontend.c154 .thaw = xenbus_dev_cancel,

Completed in 50 milliseconds

12345