Searched refs:restore_noirq (Results 1 – 21 of 21) sorted by relevance
/Linux-v5.10/drivers/base/power/ |
D | generic_ops.c | 257 return pm && pm->restore_noirq ? pm->restore_noirq(dev) : 0; in pm_generic_restore_noirq()
|
D | main.c | 435 return ops->restore_noirq; in pm_noirq_op()
|
D | domain.c | 1922 genpd->domain.ops.restore_noirq = genpd_restore_noirq; in pm_genpd_init()
|
/Linux-v5.10/include/linux/ |
D | pm.h | 298 int (*restore_noirq)(struct device *dev); member 335 .restore_noirq = resume_fn,
|
/Linux-v5.10/drivers/pci/pcie/ |
D | portdrv_pci.c | 79 .restore_noirq = pcie_port_device_resume_noirq,
|
/Linux-v5.10/drivers/mfd/ |
D | mcp-sa11x0.c | 290 .restore_noirq = mcp_sa11x0_resume,
|
/Linux-v5.10/drivers/pci/ |
D | pci-driver.c | 1176 if (pm && pm->restore_noirq) in pci_pm_restore_noirq() 1177 return pm->restore_noirq(dev); in pci_pm_restore_noirq() 1349 .restore_noirq = pci_pm_restore_noirq,
|
/Linux-v5.10/Documentation/power/ |
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 …]
|
D | runtime_pm.rst | 784 - invoke the ->restore_noirq() callback provided by the device's driver 790 ->poweroff(), ->poweroff_noirq(), ->restore(), ->restore_noirq() in the
|
/Linux-v5.10/arch/arm/mach-sa1100/ |
D | neponset.c | 419 .restore_noirq = neponset_resume,
|
/Linux-v5.10/drivers/usb/core/ |
D | hcd-pci.c | 623 .restore_noirq = hcd_pci_resume_noirq,
|
/Linux-v5.10/drivers/pcmcia/ |
D | cs.c | 884 .restore_noirq = pcmcia_socket_dev_resume_noirq,
|
D | yenta_socket.c | 1350 .restore_noirq = yenta_dev_resume_noirq,
|
/Linux-v5.10/drivers/pinctrl/sirf/ |
D | pinctrl-sirf.c | 388 .restore_noirq = sirfsoc_pinmux_resume_noirq,
|
D | pinctrl-atlas7.c | 5582 .restore_noirq = atlas7_pinmux_resume_noirq, 6138 .restore_noirq = atlas7_gpio_resume_noirq,
|
/Linux-v5.10/drivers/hv/ |
D | vmbus_drv.c | 1011 .restore_noirq = vmbus_resume, 2525 .restore_noirq = vmbus_bus_resume
|
/Linux-v5.10/drivers/acpi/ |
D | acpi_lpss.c | 1245 .restore_noirq = acpi_lpss_restore_noirq,
|
/Linux-v5.10/drivers/dma/ |
D | sa11x0-dma.c | 1080 .restore_noirq = sa11x0_dma_resume,
|
/Linux-v5.10/drivers/thunderbolt/ |
D | nhi.c | 1290 .restore_noirq = nhi_resume_noirq,
|
/Linux-v5.10/Documentation/driver-api/pm/ |
D | devices.rst | 625 ``restore_noirq``, ``restore_early``, ``restore``, ``complete``. 627 1. The ``restore_noirq`` phase is analogous to the ``resume_noirq`` phase.
|
/Linux-v5.10/drivers/tty/serial/ |
D | imx.c | 2630 .restore_noirq = imx_uart_resume_noirq,
|