/linux-6.1.9/drivers/scsi/ |
D | scsi_pm.c | 44 return pm && pm->thaw ? pm->thaw(dev) : 0; in do_scsi_thaw() 267 .thaw = scsi_bus_thaw,
|
/linux-6.1.9/drivers/gpu/drm/qxl/ |
D | qxl_drv.c | 190 static int qxl_drm_resume(struct drm_device *dev, bool thaw) in qxl_drm_resume() argument 195 if (!thaw) { in qxl_drm_resume() 262 .thaw = qxl_pm_thaw,
|
/linux-6.1.9/drivers/base/power/ |
D | generic_ops.c | 209 return pm && pm->thaw ? pm->thaw(dev) : 0; in pm_generic_thaw()
|
/linux-6.1.9/drivers/pci/pcie/ |
D | portdrv_pci.c | 77 .thaw = pcie_port_device_resume,
|
/linux-6.1.9/drivers/gpu/drm/vboxvideo/ |
D | vbox_drv.c | 159 .thaw = vbox_pm_thaw,
|
/linux-6.1.9/kernel/power/ |
D | hibernate.c | 843 goto thaw; in hibernate_quiet_exec() 847 goto thaw; in hibernate_quiet_exec() 884 thaw: in hibernate_quiet_exec()
|
/linux-6.1.9/drivers/gpu/drm/ast/ |
D | ast_drv.c | 216 .thaw = ast_pm_thaw,
|
/linux-6.1.9/include/linux/ |
D | pm.h | 292 int (*thaw)(struct device *dev); member 316 .thaw = pm_sleep_ptr(resume_fn), \
|
D | platform_device.h | 348 .thaw = platform_pm_thaw, \
|
/linux-6.1.9/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_platform.c | 213 .thaw = sxgbe_platform_restore,
|
/linux-6.1.9/Documentation/translations/zh_CN/admin-guide/ |
D | sysrq.rst | 199 "just thaw ``it(j)`` " 用于当你的系统由于一个 FIFREEZE ioctl 调用而产生的文件
|
/linux-6.1.9/drivers/pnp/ |
D | driver.c | 253 .thaw = pnp_bus_resume,
|
/linux-6.1.9/drivers/hid/surface-hid/ |
D | surface_hid_core.c | 276 .thaw = surface_hid_resume,
|
/linux-6.1.9/drivers/rtc/ |
D | rtc-lpc32xx.c | 329 .thaw = lpc32xx_rtc_thaw,
|
D | rtc-wm831x.c | 456 .thaw = wm831x_rtc_resume,
|
D | rtc-da9055.c | 380 .thaw = da9055_rtc_resume,
|
/linux-6.1.9/Documentation/power/ |
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 …]
|
/linux-6.1.9/drivers/ata/ |
D | sata_promise.c | 187 .thaw = pdc_sata_thaw, 199 .thaw = pdc_thaw, 207 .thaw = pdc_thaw,
|
D | libata-sff.c | 34 .thaw = ata_sff_thaw, 2852 bool thaw = false; in ata_bmdma_error_handler() local 2874 thaw = true; in ata_bmdma_error_handler() 2881 if (thaw) { in ata_bmdma_error_handler() 2890 if (thaw) in ata_bmdma_error_handler()
|
D | sata_vsc.c | 293 .thaw = vsc_thaw,
|
/linux-6.1.9/drivers/platform/x86/intel/ |
D | vbtn.c | 370 .thaw = intel_vbtn_pm_resume,
|
/linux-6.1.9/drivers/usb/host/ |
D | ohci-platform.c | 341 .thaw = ohci_platform_resume,
|
/linux-6.1.9/drivers/pci/ |
D | pci-driver.c | 1118 if (pm->thaw) in pci_pm_thaw() 1119 error = pm->thaw(dev); in pci_pm_thaw() 1389 .thaw = pci_pm_thaw,
|
/linux-6.1.9/drivers/xen/xenbus/ |
D | xenbus_probe_frontend.c | 154 .thaw = xenbus_dev_cancel,
|
/linux-6.1.9/drivers/acpi/ |
D | fan_core.c | 435 .thaw = acpi_fan_resume,
|