Searched refs:thaw_noirq (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.4/drivers/base/power/ |
| D | generic_ops.c | 185 return pm && pm->thaw_noirq ? pm->thaw_noirq(dev) : 0; in pm_generic_thaw_noirq()
|
| D | main.c | 402 return ops->thaw_noirq; in pm_noirq_op()
|
| D | domain.c | 1804 genpd->domain.ops.thaw_noirq = genpd_thaw_noirq; in pm_genpd_init()
|
| /Linux-v5.4/include/linux/ |
| D | pm.h | 296 int (*thaw_noirq)(struct device *dev); member 333 .thaw_noirq = resume_fn, \
|
| /Linux-v5.4/drivers/pci/ |
| D | pci-driver.c | 1073 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/ |
| D | mcp-sa11x0.c | 289 .thaw_noirq = mcp_sa11x0_resume,
|
| /Linux-v5.4/Documentation/power/ |
| D | pci.rst | 294 .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 …]
|
| D | runtime_pm.rst | 759 - 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/ |
| D | hcd-pci.c | 609 .thaw_noirq = NULL,
|
| /Linux-v5.4/drivers/pcmcia/ |
| D | cs.c | 883 .thaw_noirq = pcmcia_socket_dev_resume_noirq,
|
| D | yenta_socket.c | 1337 .thaw_noirq = yenta_dev_resume_noirq,
|
| /Linux-v5.4/arch/s390/pci/ |
| D | pci.c | 645 .thaw_noirq = zpci_restore,
|
| /Linux-v5.4/drivers/thunderbolt/ |
| D | nhi.c | 1217 .thaw_noirq = nhi_resume_noirq,
|
| /Linux-v5.4/drivers/dma/ |
| D | sa11x0-dma.c | 1078 .thaw_noirq = sa11x0_dma_resume,
|
| /Linux-v5.4/Documentation/driver-api/pm/ |
| D | devices.rst | 522 ``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/ |
| D | hda_intel.c | 1158 .thaw_noirq = azx_thaw_noirq,
|