Searched refs:suspend_device_irqs (Results 1 – 5 of 5) sorted by relevance
13 devices). That is done by suspend_device_irqs().24 of suspend_device_irqs(), along with the "noirq" phase of device suspend and42 requesting a special-purpose interrupt. It causes suspend_device_irqs() to50 for it will be executed as usual after suspend_device_irqs(), even if the78 Calling enable_irq_wake() causes suspend_device_irqs() to treat the given IRQ88 already suspended. However, after suspend_device_irqs() interrupt handlers are120 interrupts (interrupt handlers are invoked after suspend_device_irqs()) are122 handlers are not invoked after suspend_device_irqs()).
462 The pci_pm_suspend_noirq() routine is executed after suspend_device_irqs() has
117 void suspend_device_irqs(void) in suspend_device_irqs() function134 EXPORT_SYMBOL_GPL(suspend_device_irqs);
199 extern void suspend_device_irqs(void);
1107 suspend_device_irqs(); in dpm_suspend_noirq()