Home
last modified time | relevance | path

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

/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()).
/linux/kernel/irq/
H A Dpm.c126 void suspend_device_irqs(void) in suspend_device_irqs() function