Home
last modified time | relevance | path

Searched refs:thaw_noirq (Results 1 – 20 of 20) sorted by relevance

/linux-4.1.27/drivers/base/power/
Dgeneric_ops.c187 return pm && pm->thaw_noirq ? pm->thaw_noirq(dev) : 0; in pm_generic_thaw_noirq()
Dmain.c335 return ops->thaw_noirq; in pm_noirq_op()
Ddomain.c1920 genpd->domain.ops.thaw_noirq = pm_genpd_thaw_noirq; in pm_genpd_init()
/linux-4.1.27/arch/powerpc/kernel/
Dibmebus.c602 if (drv->pm->thaw_noirq) in ibmebus_bus_pm_thaw_noirq()
603 ret = drv->pm->thaw_noirq(dev); in ibmebus_bus_pm_thaw_noirq()
702 .thaw_noirq = ibmebus_bus_pm_thaw_noirq,
/linux-4.1.27/drivers/pci/
Dpci-driver.c919 if (pcibios_pm_ops.thaw_noirq) { in pci_pm_thaw_noirq()
920 error = pcibios_pm_ops.thaw_noirq(dev); in pci_pm_thaw_noirq()
930 if (drv && drv->pm && drv->pm->thaw_noirq) in pci_pm_thaw_noirq()
931 error = drv->pm->thaw_noirq(dev); in pci_pm_thaw_noirq()
1215 .thaw_noirq = pci_pm_thaw_noirq,
/linux-4.1.27/drivers/mfd/
Dmcp-sa11x0.c292 .thaw_noirq = mcp_sa11x0_resume,
/linux-4.1.27/include/linux/
Dpm.h313 int (*thaw_noirq)(struct device *dev); member
/linux-4.1.27/Documentation/power/
Dpci.txt287 .thaw_noirq = pci_pm_thaw_noirq,
581 thaw_noirq, thaw, complete
594 driver's pm->thaw_noirq() callback, if defined, instead of pm->resume_noirq().
642 thaw_noirq, thaw, and complete phases (that will only affect the devices having
710 one of the resume_noirq(), thaw_noirq(), or restore_noirq() callbacks is run.
839 3.1.10. thaw_noirq()
841 The thaw_noirq() callback is hibernation-specific. It is executed after a
843 core, in the thaw_noirq phase of hibernation. It also may be executed if the
846 invoked while thaw_noirq() is running.
849 difference between these two callbacks is that thaw_noirq() is executed after
[all …]
Ddevices.txt109 int (*thaw_noirq)(struct device *dev);
474 prepare, freeze, freeze_late, freeze_noirq, thaw_noirq, thaw_early,
498 5. The thaw_noirq phase is analogous to the resume_noirq phase discussed
565 thaw_noirq, thaw, and complete phases, and then continue running normally. This
Druntime_pm.txt732 - if pm_runtime_suspended(dev) returns "false", invoke the ->thaw_noirq()
756 ->resume_noirq(), ->freeze(), ->freeze_noirq(), ->thaw(), ->thaw_noirq(),
/linux-4.1.27/drivers/mmc/host/
Ddw_mmc-exynos.c540 .thaw_noirq = dw_mci_exynos_resume_noirq,
/linux-4.1.27/drivers/usb/core/
Dhcd-pci.c645 .thaw_noirq = NULL,
/linux-4.1.27/arch/arm/mach-omap2/
Domap_device.c694 .thaw_noirq = _od_resume_noirq,
/linux-4.1.27/drivers/i2c/busses/
Di2c-exynos5.c854 .thaw_noirq = exynos5_i2c_resume_noirq,
Di2c-s3c2410.c1329 .thaw_noirq = s3c24xx_i2c_resume_noirq,
/linux-4.1.27/drivers/pcmcia/
Dcs.c885 .thaw_noirq = pcmcia_socket_dev_resume_noirq,
Dyenta_socket.c1332 .thaw_noirq = yenta_dev_resume_noirq,
/linux-4.1.27/arch/s390/pci/
Dpci.c731 .thaw_noirq = zpci_restore,
/linux-4.1.27/drivers/dma/
Dsa11x0-dma.c1065 .thaw_noirq = sa11x0_dma_resume,
/linux-4.1.27/sound/pci/hda/
Dhda_intel.c979 .thaw_noirq = azx_thaw_noirq,