Searched refs:restore_noirq (Results 1 – 22 of 22) sorted by relevance
| /Linux-v4.19/drivers/base/power/ |
| D | generic_ops.c | 259 return pm && pm->restore_noirq ? pm->restore_noirq(dev) : 0; in pm_generic_restore_noirq()
|
| D | main.c | 396 return ops->restore_noirq; in pm_noirq_op()
|
| D | domain.c | 1673 genpd->domain.ops.restore_noirq = genpd_restore_noirq; in pm_genpd_init()
|
| /Linux-v4.19/include/linux/ |
| D | pm.h | 310 int (*restore_noirq)(struct device *dev); member 347 .restore_noirq = resume_fn,
|
| /Linux-v4.19/drivers/pci/pcie/ |
| D | portdrv_pci.c | 73 .restore_noirq = pcie_port_device_resume_noirq,
|
| /Linux-v4.19/drivers/pci/ |
| D | pci-driver.c | 1175 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/ |
| D | mcp-sa11x0.c | 293 .restore_noirq = mcp_sa11x0_resume,
|
| /Linux-v4.19/Documentation/power/ |
| D | pci.txt | 289 .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 …]
|
| D | runtime_pm.txt | 768 - 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/ |
| D | neponset.c | 453 .restore_noirq = neponset_resume,
|
| /Linux-v4.19/drivers/usb/core/ |
| D | hcd-pci.c | 628 .restore_noirq = hcd_pci_resume_noirq,
|
| /Linux-v4.19/drivers/pcmcia/ |
| D | cs.c | 887 .restore_noirq = pcmcia_socket_dev_resume_noirq,
|
| D | yenta_socket.c | 1337 .restore_noirq = yenta_dev_resume_noirq,
|
| /Linux-v4.19/drivers/acpi/ |
| D | device_pm.c | 1199 .restore_noirq = acpi_subsys_resume_noirq,
|
| D | acpi_lpss.c | 1063 .restore_noirq = acpi_subsys_resume_noirq,
|
| /Linux-v4.19/arch/s390/pci/ |
| D | pci.c | 729 .restore_noirq = zpci_restore,
|
| /Linux-v4.19/drivers/pinctrl/sirf/ |
| D | pinctrl-sirf.c | 389 .restore_noirq = sirfsoc_pinmux_resume_noirq,
|
| D | pinctrl-atlas7.c | 5591 .restore_noirq = atlas7_pinmux_resume_noirq, 6146 .restore_noirq = atlas7_gpio_resume_noirq,
|
| /Linux-v4.19/drivers/thunderbolt/ |
| D | nhi.c | 1110 .restore_noirq = nhi_resume_noirq,
|
| /Linux-v4.19/drivers/dma/ |
| D | sa11x0-dma.c | 1078 .restore_noirq = sa11x0_dma_resume,
|
| /Linux-v4.19/Documentation/driver-api/pm/ |
| D | devices.rst | 621 ``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/ |
| D | imx.c | 2524 .restore_noirq = imx_uart_resume_noirq,
|