Home
last modified time | relevance | path

Searched refs:suspend_device_irqs (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/power/
H A Dsuspend-and-interrupts.rst15 devices). That is done by suspend_device_irqs().
26 of suspend_device_irqs(), along with the "noirq" phase of device suspend and
44 requesting a special-purpose interrupt. It causes suspend_device_irqs() to
52 for it will be executed as usual after suspend_device_irqs(), even if the
80 Calling enable_irq_wake() causes suspend_device_irqs() to treat the given IRQ
90 already suspended. However, after suspend_device_irqs() interrupt handlers are
122 interrupts (interrupt handlers are invoked after suspend_device_irqs()) are
124 handlers are not invoked after suspend_device_irqs()).
H A Dpci.rst472 The pci_pm_suspend_noirq() routine is executed after suspend_device_irqs() has
/openbmc/linux/kernel/irq/
H A Dpm.c131 void suspend_device_irqs(void) in suspend_device_irqs() function
/openbmc/linux/include/linux/
H A Dinterrupt.h245 extern void suspend_device_irqs(void);
/openbmc/linux/drivers/base/power/
H A Dmain.c1342 suspend_device_irqs(); in dpm_suspend_noirq()