Searched refs:poweroff_noirq (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/drivers/base/power/ |
D | generic_ops.c | 152 return pm && pm->poweroff_noirq ? pm->poweroff_noirq(dev) : 0; in pm_generic_poweroff_noirq()
|
D | main.c | 333 return ops->poweroff_noirq; in pm_noirq_op()
|
D | domain.c | 1504 genpd->domain.ops.poweroff_noirq = pm_genpd_suspend_noirq; in pm_genpd_init()
|
/linux-4.4.14/drivers/pci/ |
D | pci-driver.c | 1030 if (drv->pm->poweroff_noirq) { in pci_pm_poweroff_noirq() 1033 error = drv->pm->poweroff_noirq(dev); in pci_pm_poweroff_noirq() 1034 suspend_report_result(drv->pm->poweroff_noirq, error); in pci_pm_poweroff_noirq() 1051 if (pcibios_pm_ops.poweroff_noirq) in pci_pm_poweroff_noirq() 1052 return pcibios_pm_ops.poweroff_noirq(dev); in pci_pm_poweroff_noirq() 1248 .poweroff_noirq = pci_pm_poweroff_noirq,
|
/linux-4.4.14/include/linux/ |
D | pm.h | 314 int (*poweroff_noirq)(struct device *dev); member 351 .poweroff_noirq = suspend_fn, \
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ibmebus.c | 636 if (drv->pm->poweroff_noirq) in ibmebus_bus_pm_poweroff_noirq() 637 ret = drv->pm->poweroff_noirq(dev); in ibmebus_bus_pm_poweroff_noirq() 703 .poweroff_noirq = ibmebus_bus_pm_poweroff_noirq,
|
/linux-4.4.14/drivers/usb/core/ |
D | hcd-pci.c | 648 .poweroff_noirq = hcd_pci_suspend_noirq,
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-exynos5.c | 869 .poweroff_noirq = exynos5_i2c_suspend_noirq,
|
D | i2c-s3c2410.c | 1330 .poweroff_noirq = s3c24xx_i2c_suspend_noirq,
|
/linux-4.4.14/drivers/pcmcia/ |
D | cs.c | 878 .poweroff_noirq = pcmcia_socket_dev_suspend_noirq,
|
D | yenta_socket.c | 1337 .poweroff_noirq = yenta_dev_suspend_noirq,
|
/linux-4.4.14/Documentation/power/ |
D | devices.txt | 110 int (*poweroff_noirq)(struct device *dev); 482 thaw, complete, prepare, poweroff, poweroff_late, poweroff_noirq 531 12. The poweroff_noirq phase is analogous to the suspend_noirq phase. 533 The poweroff, poweroff_late and poweroff_noirq callbacks should do essentially
|
D | pci.txt | 288 .poweroff_noirq = pci_pm_poweroff_noirq, 607 prepare, poweroff, poweroff_noirq 804 3.1.7. poweroff_noirq() 806 The poweroff_noirq() callback is hibernation-specific. It is executed after 813 The difference between poweroff_noirq() and poweroff() is analogous to the
|
D | runtime_pm.txt | 744 - if pm_runtime_suspended(dev) returns "false", run the ->poweroff_noirq() 759 ->poweroff(), ->poweroff_noirq(), ->restore(), ->restore_noirq() in the
|
/linux-4.4.14/arch/s390/pci/ |
D | pci.c | 729 .poweroff_noirq = zpci_freeze,
|
/linux-4.4.14/drivers/dma/ |
D | sa11x0-dma.c | 1066 .poweroff_noirq = sa11x0_dma_suspend,
|