Searched refs:restore_noirq (Results 1 – 22 of 22) sorted by relevance
/linux-4.1.27/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 | 337 return ops->restore_noirq; in pm_noirq_op()
|
D | domain.c | 1926 genpd->domain.ops.restore_noirq = pm_genpd_restore_noirq; in pm_genpd_init()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | ibmebus.c | 670 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/ |
D | pci-driver.c | 1044 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/ |
D | mcp-sa11x0.c | 293 .restore_noirq = mcp_sa11x0_resume,
|
/linux-4.1.27/include/linux/ |
D | pm.h | 315 int (*restore_noirq)(struct device *dev); member
|
/linux-4.1.27/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 | devices.txt | 111 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.
|
D | runtime_pm.txt | 751 - 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/ |
D | neponset.c | 420 .restore_noirq = neponset_resume,
|
/linux-4.1.27/drivers/mmc/host/ |
D | dw_mmc-exynos.c | 541 .restore_noirq = dw_mci_exynos_resume_noirq,
|
/linux-4.1.27/drivers/usb/core/ |
D | hcd-pci.c | 649 .restore_noirq = hcd_pci_resume_noirq,
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | omap_device.c | 695 .restore_noirq = _od_resume_noirq,
|
/linux-4.1.27/drivers/thunderbolt/ |
D | nhi.c | 630 .restore_noirq = nhi_resume_noirq,
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-exynos5.c | 856 .restore_noirq = exynos5_i2c_resume_noirq,
|
D | i2c-s3c2410.c | 1331 .restore_noirq = s3c24xx_i2c_resume_noirq,
|
/linux-4.1.27/drivers/pcmcia/ |
D | cs.c | 886 .restore_noirq = pcmcia_socket_dev_resume_noirq,
|
D | yenta_socket.c | 1334 .restore_noirq = yenta_dev_resume_noirq,
|
/linux-4.1.27/arch/s390/pci/ |
D | pci.c | 733 .restore_noirq = zpci_restore,
|
/linux-4.1.27/drivers/pinctrl/sirf/ |
D | pinctrl-sirf.c | 381 .restore_noirq = sirfsoc_pinmux_resume_noirq,
|
/linux-4.1.27/drivers/dma/ |
D | sa11x0-dma.c | 1067 .restore_noirq = sa11x0_dma_resume,
|