Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/power/
Dgeneric_ops.c185 return pm && pm->thaw_noirq ? pm->thaw_noirq(dev) : 0; in pm_generic_thaw_noirq()
Dmain.c402 return ops->thaw_noirq; in pm_noirq_op()
Ddomain.c1804 genpd->domain.ops.thaw_noirq = genpd_thaw_noirq; in pm_genpd_init()
/Linux-v5.4/include/linux/
Dpm.h296 int (*thaw_noirq)(struct device *dev); member
333 .thaw_noirq = resume_fn, \
/Linux-v5.4/drivers/pci/
Dpci-driver.c1073 if (pcibios_pm_ops.thaw_noirq) { in pci_pm_thaw_noirq()
1074 error = pcibios_pm_ops.thaw_noirq(dev); in pci_pm_thaw_noirq()
1090 if (drv && drv->pm && drv->pm->thaw_noirq) in pci_pm_thaw_noirq()
1091 error = drv->pm->thaw_noirq(dev); in pci_pm_thaw_noirq()
1391 .thaw_noirq = pci_pm_thaw_noirq,
/Linux-v5.4/drivers/mfd/
Dmcp-sa11x0.c289 .thaw_noirq = mcp_sa11x0_resume,
/Linux-v5.4/Documentation/power/
Dpci.rst294 .thaw_noirq = pci_pm_thaw_noirq,
593 thaw_noirq, thaw, complete
606 driver's pm->thaw_noirq() callback, if defined, instead of pm->resume_noirq().
655 thaw_noirq, thaw, and complete phases (that will only affect the devices having
725 one of the resume_noirq(), thaw_noirq(), or restore_noirq() callbacks is run.
862 3.1.10. thaw_noirq()
865 The thaw_noirq() callback is hibernation-specific. It is executed after a
867 core, in the thaw_noirq phase of hibernation. It also may be executed if the
870 invoked while thaw_noirq() is running.
873 difference between these two callbacks is that thaw_noirq() is executed after
[all …]
Druntime_pm.rst759 - if pm_runtime_suspended(dev) returns "false", invoke the ->thaw_noirq()
783 ->resume_noirq(), ->freeze(), ->freeze_noirq(), ->thaw(), ->thaw_noirq(),
/Linux-v5.4/drivers/usb/core/
Dhcd-pci.c609 .thaw_noirq = NULL,
/Linux-v5.4/drivers/pcmcia/
Dcs.c883 .thaw_noirq = pcmcia_socket_dev_resume_noirq,
Dyenta_socket.c1337 .thaw_noirq = yenta_dev_resume_noirq,
/Linux-v5.4/arch/s390/pci/
Dpci.c645 .thaw_noirq = zpci_restore,
/Linux-v5.4/drivers/thunderbolt/
Dnhi.c1217 .thaw_noirq = nhi_resume_noirq,
/Linux-v5.4/drivers/dma/
Dsa11x0-dma.c1078 .thaw_noirq = sa11x0_dma_resume,
/Linux-v5.4/Documentation/driver-api/pm/
Ddevices.rst522 ``freeze``, ``freeze_late``, ``freeze_noirq``, ``thaw_noirq``, ``thaw_early``,
547 5. The ``thaw_noirq`` phase is analogous to the ``resume_noirq`` phase
618 ``thaw_noirq``, ``thaw_early``, ``thaw``, and ``complete`` phases, and then
/Linux-v5.4/sound/pci/hda/
Dhda_intel.c1158 .thaw_noirq = azx_thaw_noirq,