Home
last modified time | relevance | path

Searched refs:restore_noirq (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/drivers/base/power/
Dgeneric_ops.c259 return pm && pm->restore_noirq ? pm->restore_noirq(dev) : 0; in pm_generic_restore_noirq()
Dmain.c396 return ops->restore_noirq; in pm_noirq_op()
Ddomain.c1673 genpd->domain.ops.restore_noirq = genpd_restore_noirq; in pm_genpd_init()
/Linux-v4.19/include/linux/
Dpm.h310 int (*restore_noirq)(struct device *dev); member
347 .restore_noirq = resume_fn,
/Linux-v4.19/drivers/pci/pcie/
Dportdrv_pci.c73 .restore_noirq = pcie_port_device_resume_noirq,
/Linux-v4.19/drivers/pci/
Dpci-driver.c1175 if (pcibios_pm_ops.restore_noirq) { in pci_pm_restore_noirq()
1176 error = pcibios_pm_ops.restore_noirq(dev); in pci_pm_restore_noirq()
1186 if (drv && drv->pm && drv->pm->restore_noirq) in pci_pm_restore_noirq()
1187 error = drv->pm->restore_noirq(dev); in pci_pm_restore_noirq()
1362 .restore_noirq = pci_pm_restore_noirq,
/Linux-v4.19/drivers/mfd/
Dmcp-sa11x0.c293 .restore_noirq = mcp_sa11x0_resume,
/Linux-v4.19/Documentation/power/
Dpci.txt289 .restore_noirq = pci_pm_restore_noirq,
652 restore_noirq, restore, complete
662 respectively, but they execute the device driver's pm->restore_noirq() and
710 one of the resume_noirq(), thaw_noirq(), or restore_noirq() callbacks is run.
862 3.1.12. restore_noirq()
864 The restore_noirq() callback is hibernation-specific. It is executed in the
865 restore_noirq phase of hibernation, when the boot kernel has passed control to
875 resume_noirq() and restore_noirq().
880 restore_noirq() callbacks have been executed for all devices in the system and
883 This callback is analogous to resume(), just like restore_noirq() is analogous
[all …]
Druntime_pm.txt768 - invoke the ->restore_noirq() callback provided by the device's driver
774 ->poweroff(), ->poweroff_noirq(), ->restore(), ->restore_noirq() in the
/Linux-v4.19/arch/arm/mach-sa1100/
Dneponset.c453 .restore_noirq = neponset_resume,
/Linux-v4.19/drivers/usb/core/
Dhcd-pci.c628 .restore_noirq = hcd_pci_resume_noirq,
/Linux-v4.19/drivers/pcmcia/
Dcs.c887 .restore_noirq = pcmcia_socket_dev_resume_noirq,
Dyenta_socket.c1337 .restore_noirq = yenta_dev_resume_noirq,
/Linux-v4.19/drivers/acpi/
Ddevice_pm.c1199 .restore_noirq = acpi_subsys_resume_noirq,
Dacpi_lpss.c1063 .restore_noirq = acpi_subsys_resume_noirq,
/Linux-v4.19/arch/s390/pci/
Dpci.c729 .restore_noirq = zpci_restore,
/Linux-v4.19/drivers/pinctrl/sirf/
Dpinctrl-sirf.c389 .restore_noirq = sirfsoc_pinmux_resume_noirq,
Dpinctrl-atlas7.c5591 .restore_noirq = atlas7_pinmux_resume_noirq,
6146 .restore_noirq = atlas7_gpio_resume_noirq,
/Linux-v4.19/drivers/thunderbolt/
Dnhi.c1110 .restore_noirq = nhi_resume_noirq,
/Linux-v4.19/drivers/dma/
Dsa11x0-dma.c1078 .restore_noirq = sa11x0_dma_resume,
/Linux-v4.19/Documentation/driver-api/pm/
Ddevices.rst621 ``restore_noirq``, ``restore_early``, ``restore``, ``complete``.
623 1. The ``restore_noirq`` phase is analogous to the ``resume_noirq`` phase.
/Linux-v4.19/drivers/tty/serial/
Dimx.c2524 .restore_noirq = imx_uart_resume_noirq,