Searched refs:restore_noirq (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/drivers/base/power/ |
H A D | generic_ops.c | 257 return pm && pm->restore_noirq ? pm->restore_noirq(dev) : 0; in pm_generic_restore_noirq()
|
H A D | main.c | 432 return ops->restore_noirq; in pm_noirq_op()
|
H A D | domain.c | 2080 genpd->domain.ops.restore_noirq = genpd_restore_noirq; in pm_genpd_init()
|
/openbmc/linux/include/linux/ |
H A D | pm.h | 306 int (*restore_noirq)(struct device *dev); member 334 .restore_noirq = pm_sleep_ptr(resume_fn),
|
/openbmc/linux/drivers/mfd/ |
H A D | mcp-sa11x0.c | 286 .restore_noirq = mcp_sa11x0_resume,
|
/openbmc/linux/Documentation/power/ |
H A D | pci.rst | 296 .restore_noirq = pci_pm_restore_noirq, 665 restore_noirq, restore, complete 675 respectively, but they execute the device driver's pm->restore_noirq() and 725 one of the resume_noirq(), thaw_noirq(), or restore_noirq() callbacks is run. 887 3.1.12. restore_noirq() 890 The restore_noirq() callback is hibernation-specific. It is executed in the 891 restore_noirq phase of hibernation, when the boot kernel has passed control to 901 resume_noirq() and restore_noirq(). 907 restore_noirq() callbacks have been executed for all devices in the system and 910 This callback is analogous to resume(), just like restore_noirq() is analogous [all …]
|
H A D | runtime_pm.rst | 800 - invoke the ->restore_noirq() callback provided by the device's driver 806 ->poweroff(), ->poweroff_noirq(), ->restore(), ->restore_noirq() in the
|
/openbmc/linux/drivers/pci/ |
H A D | pci-driver.c | 1244 if (pm && pm->restore_noirq) in pci_pm_restore_noirq() 1245 return pm->restore_noirq(dev); in pci_pm_restore_noirq() 1418 .restore_noirq = pci_pm_restore_noirq,
|
/openbmc/linux/arch/arm/mach-sa1100/ |
H A D | neponset.c | 417 .restore_noirq = neponset_resume,
|
/openbmc/linux/drivers/pci/pcie/ |
H A D | portdrv.c | 657 .restore_noirq = pcie_port_device_resume_noirq,
|
/openbmc/linux/drivers/usb/core/ |
H A D | hcd-pci.c | 634 .restore_noirq = hcd_pci_resume_noirq,
|
/openbmc/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_pci.c | 583 .restore_noirq = t7xx_pci_pm_resume_noirq,
|
/openbmc/linux/drivers/pcmcia/ |
H A D | cs.c | 883 .restore_noirq = pcmcia_socket_dev_resume_noirq,
|
/openbmc/linux/drivers/hv/ |
H A D | vmbus_drv.c | 987 .restore_noirq = vmbus_resume, 2539 .restore_noirq = vmbus_bus_resume
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_lpss.c | 1276 .restore_noirq = acpi_lpss_restore_noirq,
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | nhi.c | 1450 .restore_noirq = nhi_resume_noirq,
|
/openbmc/linux/Documentation/driver-api/pm/ |
H A D | devices.rst | 625 ``restore_noirq``, ``restore_early``, ``restore``, ``complete``. 627 1. The ``restore_noirq`` phase is analogous to the ``resume_noirq`` phase.
|
/openbmc/linux/drivers/tty/serial/ |
H A D | imx.c | 2663 .restore_noirq = imx_uart_resume_noirq,
|