Function report |
Source Code:kernel\irq\pm.c |
Create Date:2022-07-28 10:15:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:suspend_device_irqs - disable all currently enabled interrupt lines* During system-wide suspend or hibernation device drivers need to be* prevented from receiving interrupts and this function is provided* for this purpose
Proto:void suspend_device_irqs(void)
Type:void
Parameter:Nothing
122 | for_each_irq_desc(irq, desc) |
126 | If irq_settings_is_nested_thread(desc) Then Continue |
128 | raw_spin_lock_irqsave( & lock, flags) |
129 | sync = suspend_device_irq(desc) |
130 | raw_spin_unlock_irqrestore( & lock, flags) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |