Home
last modified time | relevance | path

Searched refs:poweroff_noirq (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/drivers/base/power/
Dgeneric_ops.c151 return pm && pm->poweroff_noirq ? pm->poweroff_noirq(dev) : 0; in pm_generic_poweroff_noirq()
Dmain.c332 return ops->poweroff_noirq; in pm_noirq_op()
Ddomain.c1925 genpd->domain.ops.poweroff_noirq = pm_genpd_suspend_noirq; in pm_genpd_init()
/linux-4.1.27/drivers/pci/
Dpci-driver.c1011 if (drv->pm->poweroff_noirq) { in pci_pm_poweroff_noirq()
1014 error = drv->pm->poweroff_noirq(dev); in pci_pm_poweroff_noirq()
1015 suspend_report_result(drv->pm->poweroff_noirq, error); in pci_pm_poweroff_noirq()
1032 if (pcibios_pm_ops.poweroff_noirq) in pci_pm_poweroff_noirq()
1033 return pcibios_pm_ops.poweroff_noirq(dev); in pci_pm_poweroff_noirq()
1216 .poweroff_noirq = pci_pm_poweroff_noirq,
/linux-4.1.27/arch/powerpc/kernel/
Dibmebus.c636 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.1.27/include/linux/
Dpm.h314 int (*poweroff_noirq)(struct device *dev); member
/linux-4.1.27/drivers/usb/core/
Dhcd-pci.c648 .poweroff_noirq = hcd_pci_suspend_noirq,
/linux-4.1.27/drivers/i2c/busses/
Di2c-exynos5.c855 .poweroff_noirq = exynos5_i2c_suspend_noirq,
Di2c-s3c2410.c1330 .poweroff_noirq = s3c24xx_i2c_suspend_noirq,
/linux-4.1.27/drivers/pcmcia/
Dcs.c881 .poweroff_noirq = pcmcia_socket_dev_suspend_noirq,
Dyenta_socket.c1333 .poweroff_noirq = yenta_dev_suspend_noirq,
/linux-4.1.27/Documentation/power/
Ddevices.txt110 int (*poweroff_noirq)(struct device *dev);
475 thaw, complete, prepare, poweroff, poweroff_late, poweroff_noirq
524 12. The poweroff_noirq phase is analogous to the suspend_noirq phase.
526 The poweroff, poweroff_late and poweroff_noirq callbacks should do essentially
Dpci.txt288 .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
Druntime_pm.txt742 - if pm_runtime_suspended(dev) returns "false", run the ->poweroff_noirq()
757 ->poweroff(), ->poweroff_noirq(), ->restore(), ->restore_noirq() in the
/linux-4.1.27/arch/s390/pci/
Dpci.c734 .poweroff_noirq = zpci_freeze,
/linux-4.1.27/drivers/dma/
Dsa11x0-dma.c1066 .poweroff_noirq = sa11x0_dma_suspend,