Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_drv.c123 static int qxl_drm_resume(struct drm_device *dev, bool thaw) in qxl_drm_resume() argument
128 if (!thaw) { in qxl_drm_resume()
218 .thaw = qxl_pm_thaw,
/linux-4.4.14/drivers/scsi/
Dscsi_pm.c43 return pm && pm->thaw ? pm->thaw(dev) : 0; in do_scsi_thaw()
338 .thaw = scsi_bus_thaw,
/linux-4.4.14/drivers/mfd/
Dintel-lpss.h42 .thaw = intel_lpss_resume, \
/linux-4.4.14/arch/s390/include/asm/
Dccwgroup.h54 int (*thaw) (struct ccwgroup_device *); member
Dccwdev.h146 int (*thaw) (struct ccw_device *); member
/linux-4.4.14/drivers/base/power/
Dgeneric_ops.c212 return pm && pm->thaw ? pm->thaw(dev) : 0; in pm_generic_thaw()
Dmain.c267 return ops->thaw; in pm_op()
Ddomain.c1501 genpd->domain.ops.thaw = pm_genpd_thaw; in pm_genpd_init()
/linux-4.4.14/drivers/s390/cio/
Dcss.h93 int (*thaw) (struct subchannel *); member
Dccwgroup.c525 return gdrv->thaw ? gdrv->thaw(gdev) : 0; in ccwgroup_pm_thaw()
543 .thaw = ccwgroup_pm_thaw,
Dcss.c1230 return drv->thaw ? drv->thaw(sch) : 0; in css_pm_thaw()
1249 .thaw = css_pm_thaw,
Deadm_sch.c379 .thaw = eadm_subchannel_restore,
Ddevice.c1886 if (cdev->drv && cdev->drv->thaw) in ccw_device_pm_thaw()
1887 ret = cdev->drv->thaw(cdev); in ccw_device_pm_thaw()
2030 .thaw = ccw_device_pm_thaw,
Dchsc_sch.c170 .thaw = chsc_subchannel_restore,
/linux-4.4.14/include/linux/
Dpm.h301 int (*thaw)(struct device *dev); member
326 .thaw = resume_fn, \
Dplatform_device.h358 .thaw = platform_pm_thaw, \
Dlibata.h914 void (*thaw)(struct ata_port *ap); member
/linux-4.4.14/arch/powerpc/kernel/
Dibmebus.c584 if (drv->pm->thaw) in ibmebus_bus_pm_thaw()
585 ret = drv->pm->thaw(dev); in ibmebus_bus_pm_thaw()
696 .thaw = ibmebus_bus_pm_thaw,
/linux-4.4.14/drivers/pci/
Dpci-driver.c961 if (pcibios_pm_ops.thaw) { in pci_pm_thaw()
962 error = pcibios_pm_ops.thaw(dev); in pci_pm_thaw()
971 if (pm->thaw) in pci_pm_thaw()
972 error = pm->thaw(dev); in pci_pm_thaw()
1241 .thaw = pci_pm_thaw,
/linux-4.4.14/drivers/gpu/drm/ast/
Dast_drv.c171 .thaw = ast_pm_thaw,
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_platform.c218 .thaw = sxgbe_platform_restore,
/linux-4.4.14/drivers/s390/net/
Dsmsgiucv.c179 .thaw = smsg_pm_restore_thaw,
Dqeth_core.h732 int (*thaw) (struct ccwgroup_device *); member
Dctcm_main.c1773 .thaw = ctcm_pm_resume,
Dnetiucv.c141 .thaw = netiucv_pm_restore_thaw,
Dqeth_core_main.c5700 if (card->discipline && card->discipline->thaw) in qeth_core_thaw()
5701 return card->discipline->thaw(gdev); in qeth_core_thaw()
5726 .thaw = qeth_core_thaw,
Dlcs.c2410 .thaw = lcs_thaw,
Dqeth_l2_main.c1440 .thaw = qeth_l2_pm_resume,
Dqeth_l3_main.c3530 .thaw = qeth_l3_pm_resume,
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_ccw.c338 .thaw = zfcp_ccw_thaw,
/linux-4.4.14/drivers/pci/pcie/
Dportdrv_pci.c100 .thaw = pcie_port_device_resume,
/linux-4.4.14/Documentation/DocBook/
Dfilesystems.xml.db74 API-thaw-super
168 API-thaw-bdev
/linux-4.4.14/drivers/pnp/
Ddriver.c247 .thaw = pnp_bus_resume,
/linux-4.4.14/Documentation/power/
Dpci.txt281 .thaw = pci_pm_thaw,
581 thaw_noirq, thaw, complete
597 driver's pm->thaw() callback instead of pm->resume(). It is executed
642 thaw_noirq, thaw, and complete phases (that will only affect the devices having
853 3.1.11. thaw()
855 The thaw() callback is hibernation-specific. It is executed after thaw_noirq()
860 the device, so that it will work in a usual way after thaw() has returned.
895 - during hibernation, before saving the system image, after thaw() callbacks
900 (in that case it is run after thaw() callbacks have been executed for all
950 members and one resume routine pointed to by the .resume(), .thaw(), and
[all …]
Ddevices.txt97 int (*thaw)(struct device *dev);
478 devices (thaw), write the image to permanent storage, and finally shut down the
482 thaw, complete, prepare, poweroff, poweroff_late, poweroff_noirq
513 7. The thaw phase is analogous to the resume phase discussed above. Its
572 thaw_noirq, thaw, and complete phases, and then continue running normally. This
Duserland-swsusp.txt37 SNAPSHOT_UNFREEZE - thaw user space processes frozen by SNAPSHOT_FREEZE
Dsuspend-and-cpuhotplug.txt97 * thaw tasks
Dbasic-pm-debugging.txt80 parameter), resume devices and thaw processes. If "platform" is written to
Druntime_pm.txt729 - if the device has not been suspended at run time, invoke the ->thaw()
758 ->resume_noirq(), ->freeze(), ->freeze_noirq(), ->thaw(), ->thaw_noirq(),
763 poweroff and runtime suspend callback, and similarly for system resume, thaw,
Dfreezing-of-tasks.txt84 - thaws all tasks (including kernel threads) because we can't thaw userspace
Dswsusp.txt272 thaw all user processes
/linux-4.4.14/drivers/ata/
Dsata_promise.c204 .thaw = pdc_sata_thaw,
216 .thaw = pdc_thaw,
224 .thaw = pdc_thaw,
Dlibata-sff.c54 .thaw = ata_sff_thaw,
2909 bool thaw = false; in ata_bmdma_error_handler() local
2930 thaw = true; in ata_bmdma_error_handler()
2936 if (thaw) { in ata_bmdma_error_handler()
2945 if (thaw) in ata_bmdma_error_handler()
Dsata_vsc.c309 .thaw = vsc_thaw,
Dsata_rcar.c652 .thaw = sata_rcar_thaw,
1012 .thaw = sata_rcar_resume,
Dsata_nv.c478 .thaw = nv_nf2_thaw,
484 .thaw = nv_ck804_thaw,
499 .thaw = nv_adma_thaw,
520 .thaw = nv_mcp55_thaw,
Dsata_qstor.c141 .thaw = qs_thaw,
Dsata_sil.c193 .thaw = sil_thaw,
Dpdc_adma.c158 .thaw = adma_thaw,
Dsata_inic162x.c728 .thaw = inic_thaw,
Dsata_sil24.c403 .thaw = sil24_thaw,
Dpata_bf54x.c1438 .thaw = bfin_thaw,
Dsata_sx4.c259 .thaw = pdc_thaw,
Dsata_fsl.c1429 .thaw = sata_fsl_thaw,
Dlibata-eh.c1277 if (ap->ops->thaw) in ata_eh_thaw_port()
1278 ap->ops->thaw(ap); in ata_eh_thaw_port()
Dsata_mv.c698 .thaw = mv_eh_thaw,
720 .thaw = mv_eh_thaw,
Dlibahci.c154 .thaw = ahci_thaw,
Dlibata-core.c5455 .thaw = ata_port_pm_resume,
/linux-4.4.14/drivers/rtc/
Drtc-wm831x.c468 .thaw = wm831x_rtc_resume,
Drtc-lpc32xx.c360 .thaw = lpc32xx_rtc_thaw,
Drtc-da9055.c384 .thaw = da9055_rtc_resume,
/linux-4.4.14/drivers/s390/char/
Dmonwriter.c330 .thaw = monwriter_thaw,
Dmonreader.c535 .thaw = monreader_thaw,
Dsclp.c1128 .thaw = sclp_thaw,
Dcon3215.c814 .thaw = &raw3215_pm_start,
Draw3270.c1333 .thaw = &raw3270_pm_start,
/linux-4.4.14/drivers/acpi/
Dfan.c52 .thaw = acpi_fan_resume,
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_probe_frontend.c140 .thaw = xenbus_dev_cancel,
/linux-4.4.14/arch/s390/appldata/
Dappldata_base.c507 .thaw = appldata_thaw,
/linux-4.4.14/drivers/base/
Dplatform.c1020 if (drv->pm->thaw) in platform_pm_thaw()
1021 ret = drv->pm->thaw(dev); in platform_pm_thaw()
/linux-4.4.14/drivers/net/phy/
Dmdio_bus.c614 .thaw = mdio_bus_resume,
/linux-4.4.14/net/iucv/
Diucv.c101 .thaw = iucv_pm_thaw,
1955 if (dev->driver && dev->driver->pm && dev->driver->pm->thaw) in iucv_pm_thaw()
1956 rc = dev->driver->pm->thaw(dev); in iucv_pm_thaw()
Daf_iucv.c218 .thaw = afiucv_pm_restore_thaw,
/linux-4.4.14/drivers/gpu/drm/gma500/
Dpsb_drv.c468 .thaw = gma_power_thaw,
/linux-4.4.14/Documentation/
Dsysrq.txt88 'j' - Forcibly "Just thaw it" - filesystems frozen by the FIFREEZE ioctl.
176 "just thaw it(j)" is useful if your system becomes unresponsive due to a frozen
/linux-4.4.14/drivers/usb/core/
Dhcd-pci.c646 .thaw = NULL,
Dusb.c364 .thaw = usb_dev_thaw,
/linux-4.4.14/drivers/gpu/host1x/
Dbus.c302 .thaw = pm_generic_thaw,
/linux-4.4.14/drivers/amba/
Dbus.c178 .thaw = pm_generic_thaw,
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_drv.c544 .thaw = radeon_pmops_thaw,
/linux-4.4.14/drivers/gpu/drm/
Ddrm_mipi_dsi.c59 .thaw = pm_generic_thaw,
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c459 .thaw = amdgpu_pmops_thaw,
/linux-4.4.14/drivers/macintosh/
Dadb.c863 .thaw = adb_resume,
/linux-4.4.14/drivers/s390/block/
Ddasd_fba.c81 .thaw = dasd_generic_restore_device,
Ddcssblk.c1013 .thaw = dcssblk_thaw,
Ddasd_eckd.c5052 .thaw = dasd_generic_restore_device,
/linux-4.4.14/drivers/input/serio/
Di8042.c1249 .thaw = i8042_pm_thaw,
/linux-4.4.14/drivers/tty/hvc/
Dhvc_iucv.c1056 .thaw = hvc_iucv_pm_restore_thaw,
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_drm.c1013 .thaw = nouveau_pmops_thaw,
/linux-4.4.14/drivers/platform/x86/
Deeepc-laptop.c961 .thaw = eeepc_hotk_thaw,
Dasus-wmi.c2212 .thaw = asus_hotk_thaw,
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_drv.c1662 .thaw = i915_pm_resume,
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c1464 .thaw = vmw_pm_restore,
/linux-4.4.14/drivers/video/fbdev/
Dau1200fb.c1832 .thaw = au1200fb_drv_resume,
/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.c3327 .thaw = efx_pm_thaw,
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c2785 .thaw = pch_gbe_resume,
/linux-4.4.14/drivers/net/ethernet/3com/
D3c59x.c889 .thaw = vortex_resume,
/linux-4.4.14/sound/soc/
Dsoc-core.c1841 .thaw = snd_soc_resume,
/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar.c1715 .thaw = gfar_resume,
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-19971381 Post-codefreeze thaw...
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.seq73 * If the kernel has caught up with us, thaw the queue.
/linux-4.4.14/drivers/net/ethernet/realtek/
Dr8169.c7900 .thaw = rtl8169_resume,
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c7478 .thaw = e1000e_pm_thaw,