Home
last modified time | relevance | path

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

12345

/linux-6.15/drivers/gpu/drm/qxl/
H A Dqxl_drv.c193 static int qxl_drm_resume(struct drm_device *dev, bool thaw) in qxl_drm_resume() argument
198 if (!thaw) { in qxl_drm_resume()
265 .thaw = qxl_pm_thaw,
/linux-6.15/drivers/scsi/
H A Dscsi_pm.c44 return pm && pm->thaw ? pm->thaw(dev) : 0; in do_scsi_thaw()
267 .thaw = scsi_bus_thaw,
/linux-6.15/drivers/base/power/
H A Dgeneric_ops.c185 return pm && pm->thaw ? pm->thaw(dev) : 0; in pm_generic_thaw()
/linux-6.15/drivers/gpu/drm/vboxvideo/
H A Dvbox_drv.c169 .thaw = vbox_pm_thaw,
/linux-6.15/kernel/power/
H A Dhibernate.c895 goto thaw; in hibernate_quiet_exec()
899 goto thaw; in hibernate_quiet_exec()
936 thaw: in hibernate_quiet_exec()
/linux-6.15/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_platform.c212 .thaw = sxgbe_platform_restore,
/linux-6.15/Documentation/translations/zh_TW/admin-guide/
H A Dsysrq.rst199 "just thaw ``it(j)`` " 用於當你的系統由於一個 FIFREEZE ioctl 調用而產生的文件
/linux-6.15/Documentation/translations/zh_CN/admin-guide/
H A Dsysrq.rst199 "just thaw ``it(j)`` " 用于当你的系统由于一个 FIFREEZE ioctl 调用而产生的文件
/linux-6.15/include/linux/
H A Dpm.h292 int (*thaw)(struct device *dev); member
316 .thaw = pm_sleep_ptr(resume_fn), \
H A Dplatform_device.h376 .thaw = platform_pm_thaw, \
/linux-6.15/sound/soc/fsl/
H A Dimx-rpmsg.c85 lpa_pm.thaw = NULL; in imx_rpmsg_late_probe()
/linux-6.15/drivers/hid/surface-hid/
H A Dsurface_hid_core.c276 .thaw = surface_hid_resume,
/linux-6.15/drivers/rtc/
H A Drtc-lpc32xx.c329 .thaw = lpc32xx_rtc_thaw,
H A Drtc-da9055.c380 .thaw = da9055_rtc_resume,
H A Drtc-wm831x.c456 .thaw = wm831x_rtc_resume,
/linux-6.15/drivers/pnp/
H A Ddriver.c254 .thaw = pnp_bus_resume,
/linux-6.15/drivers/ata/
H A Dsata_promise.c187 .thaw = pdc_sata_thaw,
199 .thaw = pdc_thaw,
207 .thaw = pdc_thaw,
H A Dlibata-sff.c33 .thaw = ata_sff_thaw,
2783 bool thaw = false; in ata_bmdma_error_handler() local
2805 thaw = true; in ata_bmdma_error_handler()
2812 if (thaw) { in ata_bmdma_error_handler()
2821 if (thaw) in ata_bmdma_error_handler()
H A Dsata_vsc.c293 .thaw = vsc_thaw,
/linux-6.15/drivers/platform/x86/intel/
H A Dvbtn.c380 .thaw = intel_vbtn_pm_resume,
/linux-6.15/drivers/gpu/drm/ast/
H A Dast_drv.c465 .thaw = ast_pm_thaw,
/linux-6.15/drivers/usb/host/
H A Dohci-platform.c338 .thaw = ohci_platform_resume,
/linux-6.15/drivers/pci/
H A Dpci-driver.c1128 if (pm->thaw) in pci_pm_thaw()
1129 error = pm->thaw(dev); in pci_pm_thaw()
1395 .thaw = pci_pm_thaw,
/linux-6.15/Documentation/power/
H 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()
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 …]
/linux-6.15/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c154 .thaw = xenbus_dev_cancel,

12345