Home
last modified time | relevance | path

Searched refs:freeze (Results 1 – 167 of 167) sorted by relevance

/linux-4.4.14/kernel/
Dcgroup_freezer.c349 static void freezer_apply_state(struct freezer *freezer, bool freeze, in freezer_apply_state() argument
358 if (freeze) { in freezer_apply_state()
385 static void freezer_change_state(struct freezer *freezer, bool freeze) in freezer_change_state() argument
405 freezer_apply_state(pos_f, freeze, in freezer_change_state()
422 bool freeze; in freezer_write() local
427 freeze = false; in freezer_write()
429 freeze = true; in freezer_write()
433 freezer_change_state(css_freezer(of_css(of)), freeze); in freezer_write()
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dsmp.c69 static void (*pmac_tb_freeze)(int freeze);
510 static void smp_core99_cypress_tb_freeze(int freeze) in smp_core99_cypress_tb_freeze() argument
526 data = (data & 0xf3) | (freeze ? 0x00 : 0x0c); in smp_core99_cypress_tb_freeze()
536 freeze ? "freeze" : "unfreeze", rc); in smp_core99_cypress_tb_freeze()
542 static void smp_core99_pulsar_tb_freeze(int freeze) in smp_core99_pulsar_tb_freeze() argument
555 data = (data & 0x88) | (freeze ? 0x11 : 0x22); in smp_core99_pulsar_tb_freeze()
564 freeze ? "freeze" : "unfreeze", rc); in smp_core99_pulsar_tb_freeze()
633 static void smp_core99_pfunc_tb_freeze(int freeze) in smp_core99_pfunc_tb_freeze() argument
641 args.u[0].v = !freeze; in smp_core99_pfunc_tb_freeze()
654 static void smp_core99_gpio_tb_freeze(int freeze) in smp_core99_gpio_tb_freeze() argument
[all …]
/linux-4.4.14/drivers/ssb/
Dsprom.c106 struct ssb_freeze_context freeze; in ssb_attr_sprom_store() local
128 err = ssb_devices_freeze(bus, &freeze); in ssb_attr_sprom_store()
134 err = ssb_devices_thaw(&freeze); in ssb_attr_sprom_store()
/linux-4.4.14/drivers/ata/
Dsata_inic162x.c325 bool freeze = false; in inic_host_err_intr() local
336 freeze = true; in inic_host_err_intr()
341 freeze = true; in inic_host_err_intr()
350 freeze = true; in inic_host_err_intr()
359 freeze = true; in inic_host_err_intr()
366 freeze = true; in inic_host_err_intr()
370 if (freeze) in inic_host_err_intr()
727 .freeze = inic_freeze,
Dsata_sil24.c402 .freeze = sil24_freeze,
985 int abort = 0, freeze = 0; in sil24_error_intr() local
1009 freeze = 1; in sil24_error_intr()
1016 freeze = 1; in sil24_error_intr()
1038 freeze = 1; in sil24_error_intr()
1057 freeze = 1; in sil24_error_intr()
1071 freeze = 1; in sil24_error_intr()
1076 freeze = 1; in sil24_error_intr()
1095 if (freeze) in sil24_error_intr()
Dsata_rcar.c651 .freeze = sata_rcar_freeze,
680 int freeze = 0; in sata_rcar_serr_interrupt() local
697 freeze = serror & SERR_COMM_WAKE ? 0 : 1; in sata_rcar_serr_interrupt()
701 if (freeze) in sata_rcar_serr_interrupt()
1011 .freeze = sata_rcar_suspend,
Dsata_sil.c192 .freeze = sil_freeze,
455 goto freeze; in sil_host_intr()
517 freeze: in sil_host_intr()
Dsata_fsl.c1093 int freeze = 0, abort=0; in sata_fsl_error_intr() local
1122 freeze = 1; in sata_fsl_error_intr()
1136 freeze = 1; in sata_fsl_error_intr()
1178 freeze = 1; in sata_fsl_error_intr()
1203 if (freeze) in sata_fsl_error_intr()
1428 .freeze = sata_fsl_freeze,
Dsata_nv.c477 .freeze = nv_nf2_freeze,
483 .freeze = nv_ck804_freeze,
498 .freeze = nv_adma_freeze,
519 .freeze = nv_mcp55_freeze,
847 int freeze = 0; in nv_adma_check_cpb() local
860 freeze = 1; in nv_adma_check_cpb()
865 freeze = 1; in nv_adma_check_cpb()
868 if (freeze) in nv_adma_check_cpb()
Dpata_hpt3x3.c151 .freeze = hpt3x3_freeze,
Dsata_promise.c203 .freeze = pdc_sata_freeze,
215 .freeze = pdc_freeze,
223 .freeze = pdc_freeze,
Dsata_vsc.c308 .freeze = vsc_freeze,
Dsata_via.c124 .freeze = svia_noop_freeze,
Dsata_qstor.c140 .freeze = qs_freeze,
Dpdc_adma.c157 .freeze = adma_freeze,
Dpata_arasan_cf.c783 .freeze = arasan_cf_freeze,
Dpata_macio.c922 .freeze = pata_macio_freeze,
Dsata_sx4.c258 .freeze = pdc_freeze,
Dlibata-eh.c1129 if (ap->ops->freeze) in __ata_port_freeze()
1130 ap->ops->freeze(ap); in __ata_port_freeze()
Dsata_mv.c697 .freeze = mv_eh_freeze,
719 .freeze = mv_eh_freeze,
Dlibata-sff.c53 .freeze = ata_sff_freeze,
Dlibahci.c153 .freeze = ahci_freeze,
Dlibata-core.c5454 .freeze = ata_port_pm_freeze,
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-power15 labels, which may be "mem", "standby", "freeze" and "disk"
19 "mem", "standby", "freeze" represent non-hibernation sleep
21 shallowest ("freeze"). "standby" and "freeze" may or may
23 platform. "freeze" can only be present if "standby" is
28 "freeze" - "suspend-to-idle", always present.
58 the kernel to disable nonboot CPUs and freeze tasks, wait for 5
61 the kernel to disable nonboot CPUs and freeze tasks, shrink
180 drivers during the "device freeze" stage of hibernation. It can
183 made by device drivers' "freeze" callbacks, in bytes.
/linux-4.4.14/drivers/scsi/
Dscsi_pm.c28 return pm && pm->freeze ? pm->freeze(dev) : 0; in do_scsi_freeze()
337 .freeze = scsi_bus_freeze,
Dvirtio_scsi.c1115 .freeze = virtscsi_freeze,
/linux-4.4.14/Documentation/power/
Dinterface.txt10 returns what states are supported, which is hard-coded to 'freeze',
29 /sys/power/state will cause the kernel to disable nonboot CPUs and freeze
32 to disable nonboot CPUs and freeze tasks, shrink memory, suspend devices, wait
Dstates.txt10 /sys/power/state file. Those strings may be "mem", "standby", "freeze" and
15 For relative_sleep_states=1, the strings "mem", "standby" and "freeze" label the
21 non-hibernation sleep states, "freeze" will be present in /sys/power/state in
29 Label: "freeze"
Dfreezing-of-tasks.txt75 - freezes all tasks (including kernel threads) because we can't freeze
107 making them almost impossible to repair). We therefore freeze tasks that might
131 "RJW:> Why we freeze tasks at all or why we freeze kernel threads?
141 So in practice, the 'at all' may become a 'why freeze kernel threads?' and
217 state. As a consequence, the freezer would not be able to freeze that task,
228 /sys/power/pm_freeze_timeout controls how long it will cost at most to freeze
Dpci.txt280 .freeze = pci_pm_freeze,
552 prepare, freeze, freeze_noirq
564 the device driver's pm->freeze() callback, if defined, instead of pm->suspend(),
634 prepare, freeze, freeze_noirq
755 3.1.4. freeze()
757 The freeze() callback is hibernation-specific and is executed in two situations,
768 In that cases the freeze() callback should not prepare the device system wakeup
775 hibernation, after prepare() and freeze() callbacks have been executed for all
778 freeze() callbacks have been executed for all devices. It is always executed
785 The difference between freeze_noirq() and freeze() is analogous to the
[all …]
Ddevices.txt96 int (*freeze)(struct device *dev);
272 are used for freeze, standby, and memory sleep states ("suspend-to-RAM") and the
313 When the system goes into the freeze, standby or memory sleep state,
394 When resuming from freeze, standby or memory sleep, the phases are:
476 The general procedure for hibernation is to quiesce all devices (freeze), create
481 prepare, freeze, freeze_late, freeze_noirq, thaw_noirq, thaw_early,
487 2. The freeze methods should quiesce the device so that it doesn't generate
522 before putting the system into the freeze, standby or memory sleep state,
537 during the freeze, freeze_late or freeze_noirq phases.
566 freeze, and freeze_noirq phases. However the devices affected by these phases
[all …]
Dsuspend-and-cpuhotplug.txt270 * Now the freezer continues and tries to freeze the remaining tasks. But
271 due to this wait mentioned above, the freezer won't be able to freeze
Dsuspend-and-interrupts.txt97 Suspend-to-idle (also known as the "freeze" sleep state) is a relatively new
Duserland-swsusp.txt33 SNAPSHOT_FREEZE - freeze user space processes (the current process is
Dbasic-pm-debugging.txt78 Then, the kernel will try to freeze processes, suspend devices, wait a few
Druntime_pm.txt719 - if the device has not been suspended at run time, invoke the ->freeze()
758 ->resume_noirq(), ->freeze(), ->freeze_noirq(), ->thaw(), ->thaw_noirq(),
762 Device drivers that wish to use the same function as a system suspend, freeze,
/linux-4.4.14/drivers/mfd/
Dintel-lpss.h41 .freeze = intel_lpss_suspend, \
Dwm831x-spi.c79 .freeze = wm831x_spi_suspend,
Dmcp-sa11x0.c289 .freeze = mcp_sa11x0_suspend,
Dmax8998.c373 .freeze = max8998_freeze,
Dmax8997.c505 .freeze = max8997_freeze,
/linux-4.4.14/arch/s390/include/asm/
Dccwgroup.h53 int (*freeze)(struct ccwgroup_device *); member
Dccwdev.h145 int (*freeze)(struct ccw_device *); member
/linux-4.4.14/drivers/base/power/
Dgeneric_ops.c140 return pm && pm->freeze ? pm->freeze(dev) : 0; in pm_generic_freeze()
Dmain.c262 return ops->freeze; in pm_op()
Ddomain.c1496 genpd->domain.ops.freeze = pm_genpd_freeze; in pm_genpd_init()
/linux-4.4.14/Documentation/cgroups/
Dfreezer-subsystem.txt21 from within the tasks we wish to freeze. While SIGSTOP cannot be caught,
48 prevent the freeze/unfreeze cycle from becoming visible to the tasks
108 to freeze all tasks in the container :
/linux-4.4.14/drivers/pci/
Dpci-driver.c889 if (pm->freeze) { in pci_pm_freeze()
892 error = pm->freeze(dev); in pci_pm_freeze()
893 suspend_report_result(pm->freeze, error); in pci_pm_freeze()
898 if (pcibios_pm_ops.freeze) in pci_pm_freeze()
899 return pcibios_pm_ops.freeze(dev); in pci_pm_freeze()
1240 .freeze = pci_pm_freeze,
/linux-4.4.14/drivers/s390/cio/
Dcss.h92 int (*freeze)(struct subchannel *); member
Dccwgroup.c514 return gdrv->freeze ? gdrv->freeze(gdev) : 0; in ccwgroup_pm_freeze()
542 .freeze = ccwgroup_pm_freeze,
Dcss.c1219 return drv->freeze ? drv->freeze(sch) : 0; in css_pm_freeze()
1248 .freeze = css_pm_freeze,
Deadm_sch.c378 .freeze = eadm_subchannel_freeze,
Ddevice.c1840 if (cdev->drv && cdev->drv->freeze) { in ccw_device_pm_freeze()
1841 ret = cdev->drv->freeze(cdev); in ccw_device_pm_freeze()
2029 .freeze = ccw_device_pm_freeze,
Dchsc_sch.c169 .freeze = chsc_subchannel_freeze,
/linux-4.4.14/drivers/gpu/host1x/
Ddev.h50 void (*freeze)(struct host1x_cdma *cdma); member
259 host->cdma_op->freeze(cdma); in host1x_hw_cdma_freeze()
Dbus.c301 .freeze = pm_generic_freeze,
/linux-4.4.14/include/linux/
Dvirtio.h152 int (*freeze)(struct virtio_device *dev); member
Dpm.h300 int (*freeze)(struct device *dev); member
325 .freeze = suspend_fn, \
Dplatform_device.h357 .freeze = platform_pm_freeze, \
Dlibata.h913 void (*freeze)(struct ata_port *ap); member
/linux-4.4.14/arch/powerpc/platforms/85xx/
Dsmp.c51 static void mpc85xx_timebase_freeze(int freeze) in mpc85xx_timebase_freeze() argument
56 if (freeze) in mpc85xx_timebase_freeze()
/linux-4.4.14/arch/powerpc/kernel/
Dibmebus.c550 if (drv->pm->freeze) in ibmebus_bus_pm_freeze()
551 ret = drv->pm->freeze(dev); in ibmebus_bus_pm_freeze()
695 .freeze = ibmebus_bus_pm_freeze,
/linux-4.4.14/drivers/cpuidle/
Dcpuidle.c79 bool freeze) in find_deepest_state() argument
91 || (freeze && !s->enter_freeze)) in find_deepest_state()
/linux-4.4.14/drivers/virtio/
Dvirtio.c351 if (drv && drv->freeze) in virtio_device_freeze()
352 return drv->freeze(dev); in virtio_device_freeze()
Dvirtio_input.c378 .freeze = virtinput_freeze,
Dvirtio_balloon.c614 .freeze = virtballoon_freeze,
/linux-4.4.14/Documentation/i2c/busses/
Di2c-sis63022 faster, but freeze some systems (i.e. my Laptop).
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-trans.h589 bool freeze);
991 bool freeze) in iwl_trans_freeze_txq_timer() argument
997 trans->ops->freeze_txq_timer(trans, txqs, freeze); in iwl_trans_freeze_txq_timer()
/linux-4.4.14/drivers/watchdog/
DKconfig615 simply watches your kernel to make sure it doesn't freeze, and if
685 it doesn't freeze, and if it does, it reboots your computer after
698 freeze, and if it does, it reboots your computer after a certain
740 simply watches your kernel to make sure it doesn't freeze, and if
874 freeze, and if it does, it reboots your computer after a certain
938 freeze, and if it does, it reboots your computer after a certain
1007 watchdog simply watches your kernel to make sure it doesn't freeze,
1043 freeze, and if it does, it reboots your computer after a certain
1087 freeze, and if it does, it reboots your computer after a certain
1101 watchdog simply watches your kernel to make sure it doesn't freeze,
[all …]
/linux-4.4.14/drivers/char/hw_random/
Dvirtio-rng.c204 .freeze = virtrng_freeze,
/linux-4.4.14/drivers/gpu/drm/ast/
Dast_drv.c170 .freeze = ast_pm_freeze,
/linux-4.4.14/drivers/platform/x86/
Dtc1100-wmi.c229 .freeze = tc1100_suspend,
Dacerhdf.c590 .freeze = acerhdf_suspend,
/linux-4.4.14/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt17 to freeze a device that is causing errors in order to limit the possibility
26 captures things like the details of the error that caused the freeze etc., but
137 mechanism to make the freeze state cascade to "companion" PEs but
139 you freeze a switch, it freezes all its children). So we do it in
141 the best we found. So when any of the PEs freezes, we freeze the
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_platform.c217 .freeze = sxgbe_platform_freeze,
/linux-4.4.14/drivers/s390/net/
Dsmsgiucv.c178 .freeze = smsg_pm_freeze,
Dqeth_core.h731 int (*freeze)(struct ccwgroup_device *); member
Dctcm_main.c1772 .freeze = ctcm_pm_suspend,
Dnetiucv.c140 .freeze = netiucv_pm_freeze,
Dqeth_core_main.c5692 if (card->discipline && card->discipline->freeze) in qeth_core_freeze()
5693 return card->discipline->freeze(gdev); in qeth_core_freeze()
5725 .freeze = qeth_core_freeze,
Dlcs.c2409 .freeze = lcs_freeze,
Dqeth_l2_main.c1439 .freeze = qeth_l2_pm_suspend,
Dqeth_l3_main.c3529 .freeze = qeth_l3_pm_suspend,
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_ccw.c337 .freeze = zfcp_ccw_suspend,
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_drv.c217 .freeze = qxl_pm_freeze,
/linux-4.4.14/drivers/media/i2c/
Dmt9t001.c510 static int mt9t001_ctrl_freeze(struct mt9t001 *mt9t001, bool freeze) in mt9t001_ctrl_freeze() argument
513 freeze ? 0 : MT9T001_OUTPUT_CONTROL_SYNC, in mt9t001_ctrl_freeze()
514 freeze ? MT9T001_OUTPUT_CONTROL_SYNC : 0); in mt9t001_ctrl_freeze()
/linux-4.4.14/drivers/pci/pcie/
Dportdrv_pci.c99 .freeze = pcie_port_device_suspend,
/linux-4.4.14/arch/powerpc/oprofile/
Dop_model_cell.c120 u16 freeze; member
392 if (pm_regs.pm_cntrl.freeze == 1) in write_pm_cntrl()
855 pm_regs.pm_cntrl.freeze = 1; in cell_reg_setup()
/linux-4.4.14/Documentation/
Dmagic-number.txt38 we are in feature freeze time it is very unlikely that
46 Updated the magic table to Linux 2.5.45. Right over the feature freeze,
Dworkqueue.txt189 A freezable wq participates in the freeze phase of the system
Dxillybus.txt244 device, that leads to an immediate freeze of the system on some motherboards,
Dkernel-parameters.txt3679 standby suspend) or "freeze" (for suspend type freeze)
/linux-4.4.14/Documentation/filesystems/
Dlocks.txt60 freeze an NFS server by asking it to read a file for which a mandatory lock
Dproc.txt1710 pids, so one need to either stop or freeze processes being inspected
/linux-4.4.14/Documentation/usb/
Diuu_phoenix.txt13 occur and your system may freeze. As far I now,
/linux-4.4.14/Documentation/DocBook/
Dfilesystems.xml.db73 API-freeze-super
167 API-freeze-bdev
/linux-4.4.14/drivers/pnp/
Ddriver.c246 .freeze = pnp_bus_freeze,
/linux-4.4.14/drivers/gpu/host1x/hw/
Dcdma_hw.c319 .freeze = cdma_freeze,
/linux-4.4.14/drivers/misc/mic/cosm/
Dcosm_main.c334 .freeze = cosm_suspend
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.freeze19 With a hard freeze you probably doesn't find anything in the logfiles.
/linux-4.4.14/drivers/rtc/
Drtc-wm831x.c467 .freeze = wm831x_rtc_freeze,
Drtc-lpc32xx.c359 .freeze = lpc32xx_rtc_freeze,
Drtc-da9055.c383 .freeze = da9055_rtc_freeze,
/linux-4.4.14/drivers/auxdisplay/
DKconfig114 You can freeze the computer, or the LCD maybe can't draw as fast as you
/linux-4.4.14/drivers/s390/char/
Dmonwriter.c329 .freeze = monwriter_freeze,
Dmonreader.c534 .freeze = monreader_freeze,
Dsclp_cmd.c496 .freeze = sclp_mem_freeze,
Dtape_34xx.c1193 .freeze = tape_generic_pm_suspend,
Dvmur.c76 .freeze = ur_pm_suspend,
Dsclp.c1127 .freeze = sclp_freeze,
Dcon3215.c813 .freeze = &raw3215_pm_stop,
Draw3270.c1332 .freeze = &raw3270_pm_stop,
Dtape_3590.c1658 .freeze = tape_generic_pm_suspend,
/linux-4.4.14/drivers/acpi/
Dfan.c51 .freeze = acpi_fan_suspend,
Dacpi_lpss.c671 .freeze = acpi_subsys_freeze,
Ddevice_pm.c1037 .freeze = acpi_subsys_freeze,
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_probe_frontend.c139 .freeze = xenbus_dev_suspend,
/linux-4.4.14/arch/s390/appldata/
Dappldata_base.c506 .freeze = appldata_freeze,
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Dtrans.c1635 bool freeze) in iwl_trans_pcie_freeze_txq_timer() argument
1648 if (txq->frozen == freeze) in iwl_trans_pcie_freeze_txq_timer()
1652 freeze ? "Freezing" : "Waking", queue); in iwl_trans_pcie_freeze_txq_timer()
1654 txq->frozen = freeze; in iwl_trans_pcie_freeze_txq_timer()
1659 if (freeze) { in iwl_trans_pcie_freeze_txq_timer()
/linux-4.4.14/drivers/base/
Dplatform.c1002 if (drv->pm->freeze) in platform_pm_freeze()
1003 ret = drv->pm->freeze(dev); in platform_pm_freeze()
/linux-4.4.14/drivers/net/phy/
Dmdio_bus.c613 .freeze = mdio_bus_suspend,
/linux-4.4.14/net/iucv/
Diucv.c100 .freeze = iucv_pm_freeze,
1919 if (dev->driver && dev->driver->pm && dev->driver->pm->freeze) in iucv_pm_freeze()
1920 rc = dev->driver->pm->freeze(dev); in iucv_pm_freeze()
Daf_iucv.c217 .freeze = afiucv_pm_freeze,
/linux-4.4.14/drivers/gpio/
Dgpio-pl061.c410 .freeze = pl061_suspend,
/linux-4.4.14/drivers/gpu/drm/
Ddrm_sysfs.c101 .freeze = drm_class_freeze,
Ddrm_mipi_dsi.c58 .freeze = pm_generic_freeze,
/linux-4.4.14/drivers/gpu/drm/gma500/
Dpsb_drv.c469 .freeze = gma_power_freeze,
/linux-4.4.14/drivers/usb/core/
Dhcd-pci.c643 .freeze = check_root_hub_suspended,
Dusb.c363 .freeze = usb_dev_freeze,
/linux-4.4.14/drivers/s390/block/
Ddasd_int.h352 int (*freeze) (struct dasd_device *); member
Ddasd_fba.c80 .freeze = dasd_generic_pm_freeze,
Ddcssblk.c1012 .freeze = dcssblk_freeze,
Ddasd.c3654 if (device->discipline->freeze) in dasd_generic_pm_freeze()
3655 rc = device->discipline->freeze(device); in dasd_generic_pm_freeze()
Ddasd_eckd.c5051 .freeze = dasd_generic_pm_freeze,
5097 .freeze = dasd_eckd_pm_freeze,
/linux-4.4.14/drivers/amba/
Dbus.c177 .freeze = pm_generic_freeze,
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_drv.c543 .freeze = radeon_pmops_freeze,
Dkv_dpm.c677 static int kv_freeze_sclk_dpm(struct radeon_device *rdev, bool freeze) in kv_freeze_sclk_dpm() argument
679 return kv_notify_message_to_smu(rdev, freeze ? in kv_freeze_sclk_dpm()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c458 .freeze = amdgpu_pmops_freeze,
Dkv_dpm.c766 static int kv_freeze_sclk_dpm(struct amdgpu_device *adev, bool freeze) in kv_freeze_sclk_dpm() argument
768 return amdgpu_kv_notify_message_to_smu(adev, freeze ? in kv_freeze_sclk_dpm()
/linux-4.4.14/drivers/staging/olpc_dcon/
Dolpc_dcon.c511 __ATTR(freeze, 0644, dcon_freeze_show, dcon_freeze_store),
/linux-4.4.14/Documentation/spi/
Dpxa2xx11 - Full suspend, freeze, resume support.
/linux-4.4.14/drivers/macintosh/
Dadb.c862 .freeze = adb_freeze,
/linux-4.4.14/fs/gfs2/
Dsys.c291 GFS2_ATTR(freeze, 0644, freeze_show, freeze_store);
/linux-4.4.14/drivers/block/
Dvirtio_blk.c859 .freeze = virtblk_freeze,
/linux-4.4.14/drivers/tty/hvc/
Dhvc_iucv.c1055 .freeze = hvc_iucv_pm_freeze,
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_drm.c1012 .freeze = nouveau_pmops_freeze,
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_drv.c1659 .freeze = i915_pm_suspend,
/linux-4.4.14/drivers/hwmon/
Dnct6683.c1276 .freeze = nct6683_suspend,
Dw83627ehf.c2681 .freeze = w83627ehf_suspend,
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c1463 .freeze = vmw_pm_freeze,
/linux-4.4.14/drivers/video/fbdev/
Dau1200fb.c1831 .freeze = au1200fb_drv_suspend,
/linux-4.4.14/drivers/char/
Dvirtio_console.c2253 .freeze = virtcons_freeze,
/linux-4.4.14/drivers/input/
Dinput.c1747 .freeze = input_dev_freeze,
/linux-4.4.14/drivers/net/
Dvirtio_net.c2037 .freeze = virtnet_freeze,
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c3241 static void wait_for_freeze_status(struct hfi1_devdata *dd, int freeze) in wait_for_freeze_status() argument
3249 if (freeze) { in wait_for_freeze_status()
3262 freeze ? "" : "un", in wait_for_freeze_status()
3264 freeze ? ALL_FROZE : 0ull); in wait_for_freeze_status()
/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.c3326 .freeze = efx_pm_freeze,
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c2784 .freeze = pch_gbe_suspend,
/linux-4.4.14/drivers/net/ethernet/3com/
D3c59x.c888 .freeze = vortex_suspend,
/linux-4.4.14/sound/soc/
Dsoc-core.c1840 .freeze = snd_soc_suspend,
/linux-4.4.14/drivers/net/vmxnet3/
Dvmxnet3_drv.c3524 .freeze = vmxnet3_suspend,
/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar.c1714 .freeze = gfar_suspend,
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.reg3794 * and kernel freeze counts differ.
/linux-4.4.14/init/
DKconfig956 Provides a way to freeze and unfreeze all tasks in a
/linux-4.4.14/Documentation/sound/alsa/
DALSA-Configuration.txt1453 hard freeze, you can try reset_workaround=1 option.
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS625 freeze your machine (due to chip bugs). If you have problems in getting
/linux-4.4.14/drivers/net/ethernet/realtek/
Dr8169.c7899 .freeze = rtl8169_suspend,
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c7477 .freeze = e1000e_pm_freeze,