Searched refs:thaw_noirq (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/base/power/ |
D | generic_ops.c | 187 return pm && pm->thaw_noirq ? pm->thaw_noirq(dev) : 0; in pm_generic_thaw_noirq()
|
D | main.c | 394 return ops->thaw_noirq; in pm_noirq_op()
|
D | domain.c | 1671 genpd->domain.ops.thaw_noirq = genpd_thaw_noirq; in pm_genpd_init()
|
/Linux-v4.19/include/linux/ |
D | pm.h | 308 int (*thaw_noirq)(struct device *dev); member 345 .thaw_noirq = resume_fn, \
|
/Linux-v4.19/drivers/pci/ |
D | pci-driver.c | 1037 if (pcibios_pm_ops.thaw_noirq) { in pci_pm_thaw_noirq() 1038 error = pcibios_pm_ops.thaw_noirq(dev); in pci_pm_thaw_noirq() 1054 if (drv && drv->pm && drv->pm->thaw_noirq) in pci_pm_thaw_noirq() 1055 error = drv->pm->thaw_noirq(dev); in pci_pm_thaw_noirq() 1360 .thaw_noirq = pci_pm_thaw_noirq,
|
/Linux-v4.19/drivers/mfd/ |
D | mcp-sa11x0.c | 292 .thaw_noirq = mcp_sa11x0_resume,
|
/Linux-v4.19/Documentation/power/ |
D | pci.txt | 287 .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 …]
|
D | runtime_pm.txt | 749 - if pm_runtime_suspended(dev) returns "false", invoke the ->thaw_noirq() 773 ->resume_noirq(), ->freeze(), ->freeze_noirq(), ->thaw(), ->thaw_noirq(),
|
/Linux-v4.19/drivers/usb/core/ |
D | hcd-pci.c | 624 .thaw_noirq = NULL,
|
/Linux-v4.19/drivers/pcmcia/ |
D | cs.c | 886 .thaw_noirq = pcmcia_socket_dev_resume_noirq,
|
D | yenta_socket.c | 1335 .thaw_noirq = yenta_dev_resume_noirq,
|
/Linux-v4.19/drivers/acpi/ |
D | device_pm.c | 1195 .thaw_noirq = acpi_subsys_thaw_noirq,
|
D | acpi_lpss.c | 1059 .thaw_noirq = acpi_subsys_thaw_noirq,
|
/Linux-v4.19/arch/s390/pci/ |
D | pci.c | 727 .thaw_noirq = zpci_restore,
|
/Linux-v4.19/drivers/thunderbolt/ |
D | nhi.c | 1109 .thaw_noirq = nhi_resume_noirq,
|
/Linux-v4.19/drivers/dma/ |
D | sa11x0-dma.c | 1076 .thaw_noirq = sa11x0_dma_resume,
|
/Linux-v4.19/Documentation/driver-api/pm/ |
D | devices.rst | 516 ``freeze``, ``freeze_late``, ``freeze_noirq``, ``thaw_noirq``, ``thaw_early``, 541 5. The ``thaw_noirq`` phase is analogous to the ``resume_noirq`` phase 612 ``thaw_noirq``, ``thaw_early``, ``thaw``, and ``complete`` phases, and then
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_intel.c | 1218 .thaw_noirq = azx_thaw_noirq,
|