Home
last modified time | relevance | path

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

/linux-4.1.27/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()
217 .thaw = qxl_pm_thaw,
/linux-4.1.27/drivers/scsi/
Dscsi_pm.c43 return pm && pm->thaw ? pm->thaw(dev) : 0; in do_scsi_thaw()
338 .thaw = scsi_bus_thaw,
/linux-4.1.27/arch/s390/include/asm/
Dccwgroup.h54 int (*thaw) (struct ccwgroup_device *); member
Dccwdev.h146 int (*thaw) (struct ccw_device *); member
/linux-4.1.27/drivers/base/power/
Dgeneric_ops.c211 return pm && pm->thaw ? pm->thaw(dev) : 0; in pm_generic_thaw()
Dmain.c266 return ops->thaw; in pm_op()
Ddomain.c1922 genpd->domain.ops.thaw = pm_genpd_thaw; in pm_genpd_init()
/linux-4.1.27/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.c1235 return drv->thaw ? drv->thaw(sch) : 0; in css_pm_thaw()
1254 .thaw = css_pm_thaw,
Deadm_sch.c380 .thaw = eadm_subchannel_restore,
Ddevice.c1884 if (cdev->drv && cdev->drv->thaw) in ccw_device_pm_thaw()
1885 ret = cdev->drv->thaw(cdev); in ccw_device_pm_thaw()
2028 .thaw = ccw_device_pm_thaw,
Dchsc_sch.c170 .thaw = chsc_subchannel_restore,
/linux-4.1.27/include/linux/
Dpm.h301 int (*thaw)(struct device *dev); member
326 .thaw = resume_fn, \
Dplatform_device.h327 .thaw = platform_pm_thaw, \
Dlibata.h913 void (*thaw)(struct ata_port *ap); member
/linux-4.1.27/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.1.27/drivers/pci/
Dpci-driver.c942 if (pcibios_pm_ops.thaw) { in pci_pm_thaw()
943 error = pcibios_pm_ops.thaw(dev); in pci_pm_thaw()
952 if (pm->thaw) in pci_pm_thaw()
953 error = pm->thaw(dev); in pci_pm_thaw()
1209 .thaw = pci_pm_thaw,
/linux-4.1.27/drivers/gpu/drm/ast/
Dast_drv.c171 .thaw = ast_pm_thaw,
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_platform.c218 .thaw = sxgbe_platform_restore,
/linux-4.1.27/drivers/s390/scsi/
Dzfcp_ccw.c338 .thaw = zfcp_ccw_thaw,
/linux-4.1.27/drivers/s390/net/
Dsmsgiucv.c180 .thaw = smsg_pm_restore_thaw,
Dqeth_core.h731 int (*thaw) (struct ccwgroup_device *); member
Dctcm_main.c1773 .thaw = ctcm_pm_resume,
Dqeth_core_main.c5653 if (card->discipline && card->discipline->thaw) in qeth_core_thaw()
5654 return card->discipline->thaw(gdev); in qeth_core_thaw()
5679 .thaw = qeth_core_thaw,
Dnetiucv.c141 .thaw = netiucv_pm_restore_thaw,
Dqeth_l2_main.c1276 .thaw = qeth_l2_pm_resume,
Dlcs.c2410 .thaw = lcs_thaw,
Dqeth_l3_main.c3646 .thaw = qeth_l3_pm_resume,
/linux-4.1.27/drivers/pci/pcie/
Dportdrv_pci.c100 .thaw = pcie_port_device_resume,
/linux-4.1.27/drivers/pnp/
Ddriver.c247 .thaw = pnp_bus_resume,
/linux-4.1.27/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);
471 devices (thaw), write the image to permanent storage, and finally shut down the
475 thaw, complete, prepare, poweroff, poweroff_late, poweroff_noirq
506 7. The thaw phase is analogous to the resume phase discussed above. Its
565 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.txt727 - if the device has not been suspended at run time, invoke the ->thaw()
756 ->resume_noirq(), ->freeze(), ->freeze_noirq(), ->thaw(), ->thaw_noirq(),
761 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.1.27/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,
1016 .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,
Dpdc_adma.c158 .thaw = adma_thaw,
Dsata_sil.c193 .thaw = sil_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.c1428 .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.c5454 .thaw = ata_port_pm_resume,
/linux-4.1.27/drivers/rtc/
Drtc-da9055.c384 .thaw = da9055_rtc_resume,
Drtc-wm831x.c468 .thaw = wm831x_rtc_resume,
Drtc-lpc32xx.c360 .thaw = lpc32xx_rtc_thaw,
/linux-4.1.27/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.1.27/drivers/xen/xenbus/
Dxenbus_probe_frontend.c140 .thaw = xenbus_dev_cancel,
/linux-4.1.27/drivers/acpi/
Dfan.c56 .thaw = acpi_fan_resume,
/linux-4.1.27/arch/s390/appldata/
Dappldata_base.c507 .thaw = appldata_thaw,
/linux-4.1.27/drivers/net/phy/
Dmdio_bus.c533 .thaw = mdio_bus_resume,
/linux-4.1.27/drivers/base/
Dplatform.c942 if (drv->pm->thaw) in platform_pm_thaw()
943 ret = drv->pm->thaw(dev); in platform_pm_thaw()
/linux-4.1.27/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.c219 .thaw = afiucv_pm_restore_thaw,
/linux-4.1.27/drivers/gpu/drm/gma500/
Dpsb_drv.c468 .thaw = gma_power_thaw,
/linux-4.1.27/Documentation/
Dsysrq.txt87 'j' - Forcibly "Just thaw it" - filesystems frozen by the FIFREEZE ioctl.
174 "just thaw it(j)" is useful if your system becomes unresponsive due to a frozen
/linux-4.1.27/drivers/gpu/host1x/
Dbus.c302 .thaw = pm_generic_thaw,
/linux-4.1.27/drivers/usb/core/
Dhcd-pci.c646 .thaw = NULL,
Dusb.c364 .thaw = usb_dev_thaw,
/linux-4.1.27/drivers/gpu/drm/
Ddrm_mipi_dsi.c59 .thaw = pm_generic_thaw,
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_drv.c543 .thaw = radeon_pmops_thaw,
/linux-4.1.27/drivers/amba/
Dbus.c178 .thaw = pm_generic_thaw,
/linux-4.1.27/drivers/macintosh/
Dadb.c863 .thaw = adb_resume,
/linux-4.1.27/drivers/s390/block/
Ddasd_fba.c81 .thaw = dasd_generic_restore_device,
Ddcssblk.c1007 .thaw = dcssblk_thaw,
Ddasd_eckd.c4854 .thaw = dasd_generic_restore_device,
/linux-4.1.27/drivers/input/serio/
Di8042.c1221 .thaw = i8042_pm_thaw,
/linux-4.1.27/drivers/tty/hvc/
Dhvc_iucv.c1056 .thaw = hvc_iucv_pm_restore_thaw,
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_drm.c1038 .thaw = nouveau_pmops_thaw,
/linux-4.1.27/drivers/platform/x86/
Deeepc-laptop.c960 .thaw = eeepc_hotk_thaw,
Dasus-wmi.c1897 .thaw = asus_hotk_thaw,
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_drv.c1537 .thaw = i915_pm_resume,
/linux-4.1.27/drivers/video/fbdev/
Dau1200fb.c1832 .thaw = au1200fb_drv_resume,
/linux-4.1.27/drivers/net/ethernet/sfc/
Defx.c3172 .thaw = efx_pm_thaw,
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c2785 .thaw = pch_gbe_resume,
/linux-4.1.27/sound/soc/
Dsoc-core.c1844 .thaw = snd_soc_resume,
/linux-4.1.27/drivers/net/ethernet/3com/
D3c59x.c889 .thaw = vortex_resume,
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar.c1659 .thaw = gfar_resume,
/linux-4.1.27/Documentation/scsi/
DChangeLog.1992-19971381 Post-codefreeze thaw...
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.seq73 * If the kernel has caught up with us, thaw the queue.
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dnetdev.c7257 .thaw = e1000e_pm_thaw,
/linux-4.1.27/drivers/net/ethernet/realtek/
Dr8169.c7806 .thaw = rtl8169_resume,