Searched refs:restore_noirq (Results 1 – 22 of 22) sorted by relevance
/linux-4.4.14/drivers/base/power/ |
D | generic_ops.c | 260 return pm && pm->restore_noirq ? pm->restore_noirq(dev) : 0; in pm_generic_restore_noirq()
|
D | main.c | 338 return ops->restore_noirq; in pm_noirq_op()
|
D | domain.c | 1505 genpd->domain.ops.restore_noirq = pm_genpd_restore_noirq; in pm_genpd_init()
|
/linux-4.4.14/include/linux/ |
D | pm.h | 315 int (*restore_noirq)(struct device *dev); member 352 .restore_noirq = resume_fn,
|
/linux-4.4.14/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.4.14/drivers/pci/ |
D | pci-driver.c | 1063 if (pcibios_pm_ops.restore_noirq) { in pci_pm_restore_noirq() 1064 error = pcibios_pm_ops.restore_noirq(dev); in pci_pm_restore_noirq() 1074 if (drv && drv->pm && drv->pm->restore_noirq) in pci_pm_restore_noirq() 1075 error = drv->pm->restore_noirq(dev); in pci_pm_restore_noirq() 1249 .restore_noirq = pci_pm_restore_noirq,
|
/linux-4.4.14/drivers/mfd/ |
D | mcp-sa11x0.c | 293 .restore_noirq = mcp_sa11x0_resume,
|
/linux-4.4.14/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); 581 restore_noirq, restore_early, restore, complete 583 1. The restore_noirq phase is analogous to the resume_noirq phase.
|
D | runtime_pm.txt | 753 - invoke the ->restore_noirq() callback provided by the device's driver 759 ->poweroff(), ->poweroff_noirq(), ->restore(), ->restore_noirq() in the
|
/linux-4.4.14/arch/arm/mach-sa1100/ |
D | neponset.c | 419 .restore_noirq = neponset_resume,
|
/linux-4.4.14/drivers/mmc/host/ |
D | dw_mmc-exynos.c | 541 .restore_noirq = dw_mci_exynos_resume_noirq,
|
/linux-4.4.14/drivers/usb/core/ |
D | hcd-pci.c | 649 .restore_noirq = hcd_pci_resume_noirq,
|
/linux-4.4.14/drivers/thunderbolt/ |
D | nhi.c | 630 .restore_noirq = nhi_resume_noirq,
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-exynos5.c | 870 .restore_noirq = exynos5_i2c_resume_noirq,
|
D | i2c-s3c2410.c | 1331 .restore_noirq = s3c24xx_i2c_resume_noirq,
|
/linux-4.4.14/drivers/pcmcia/ |
D | cs.c | 883 .restore_noirq = pcmcia_socket_dev_resume_noirq,
|
D | yenta_socket.c | 1338 .restore_noirq = yenta_dev_resume_noirq,
|
/linux-4.4.14/arch/s390/pci/ |
D | pci.c | 728 .restore_noirq = zpci_restore,
|
/linux-4.4.14/drivers/pinctrl/sirf/ |
D | pinctrl-sirf.c | 381 .restore_noirq = sirfsoc_pinmux_resume_noirq,
|
D | pinctrl-atlas7.c | 5551 .restore_noirq = atlas7_pinmux_resume_noirq, 6120 .restore_noirq = atlas7_gpio_resume_noirq,
|
/linux-4.4.14/drivers/dma/ |
D | sa11x0-dma.c | 1067 .restore_noirq = sa11x0_dma_resume,
|