Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/power/
Dgeneric_ops.c259 return pm && pm->restore_noirq ? pm->restore_noirq(dev) : 0; in pm_generic_restore_noirq()
Dmain.c337 return ops->restore_noirq; in pm_noirq_op()
Ddomain.c1926 genpd->domain.ops.restore_noirq = pm_genpd_restore_noirq; in pm_genpd_init()
/linux-4.1.27/arch/powerpc/kernel/
Dibmebus.c670 if (drv->pm->restore_noirq) in ibmebus_bus_pm_restore_noirq()
671 ret = drv->pm->restore_noirq(dev); in ibmebus_bus_pm_restore_noirq()
704 .restore_noirq = ibmebus_bus_pm_restore_noirq,
/linux-4.1.27/drivers/pci/
Dpci-driver.c1044 if (pcibios_pm_ops.restore_noirq) { in pci_pm_restore_noirq()
1045 error = pcibios_pm_ops.restore_noirq(dev); in pci_pm_restore_noirq()
1055 if (drv && drv->pm && drv->pm->restore_noirq) in pci_pm_restore_noirq()
1056 error = drv->pm->restore_noirq(dev); in pci_pm_restore_noirq()
1217 .restore_noirq = pci_pm_restore_noirq,
/linux-4.1.27/drivers/mfd/
Dmcp-sa11x0.c293 .restore_noirq = mcp_sa11x0_resume,
/linux-4.1.27/include/linux/
Dpm.h315 int (*restore_noirq)(struct device *dev); member
/linux-4.1.27/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 …]
Ddevices.txt111 int (*restore_noirq)(struct device *dev);
574 restore_noirq, restore_early, restore, complete
576 1. The restore_noirq phase is analogous to the resume_noirq phase.
Druntime_pm.txt751 - invoke the ->restore_noirq() callback provided by the device's driver
757 ->poweroff(), ->poweroff_noirq(), ->restore(), ->restore_noirq() in the
/linux-4.1.27/arch/arm/mach-sa1100/
Dneponset.c420 .restore_noirq = neponset_resume,
/linux-4.1.27/drivers/mmc/host/
Ddw_mmc-exynos.c541 .restore_noirq = dw_mci_exynos_resume_noirq,
/linux-4.1.27/drivers/usb/core/
Dhcd-pci.c649 .restore_noirq = hcd_pci_resume_noirq,
/linux-4.1.27/arch/arm/mach-omap2/
Domap_device.c695 .restore_noirq = _od_resume_noirq,
/linux-4.1.27/drivers/thunderbolt/
Dnhi.c630 .restore_noirq = nhi_resume_noirq,
/linux-4.1.27/drivers/i2c/busses/
Di2c-exynos5.c856 .restore_noirq = exynos5_i2c_resume_noirq,
Di2c-s3c2410.c1331 .restore_noirq = s3c24xx_i2c_resume_noirq,
/linux-4.1.27/drivers/pcmcia/
Dcs.c886 .restore_noirq = pcmcia_socket_dev_resume_noirq,
Dyenta_socket.c1334 .restore_noirq = yenta_dev_resume_noirq,
/linux-4.1.27/arch/s390/pci/
Dpci.c733 .restore_noirq = zpci_restore,
/linux-4.1.27/drivers/pinctrl/sirf/
Dpinctrl-sirf.c381 .restore_noirq = sirfsoc_pinmux_resume_noirq,
/linux-4.1.27/drivers/dma/
Dsa11x0-dma.c1067 .restore_noirq = sa11x0_dma_resume,