Function report |
Source Code:kernel\irq\chip.c |
Create Date:2022-07-28 10:11:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:irq_shutdown
Proto:void irq_shutdown(struct irq_desc *desc)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_desc * | desc |
306 | If irqd_is_started( & irq_data) Then |
307 | nested irq disables = 1 |
308 | If shut down the interrupt Then |
309 | shut down the interrupt( & irq_data) |
311 | irq_state_set_masked(desc) |
312 | Else |
313 | __irq_disable(desc, true) |
Name | Describe |
---|---|
irq_shutdown_and_deactivate | |
__free_irq | Internal function to unregister an irqaction - used to free* regular and special interrupts that are part of the architecture. |
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 |