Function report | 
Source Code:kernel\irq\irqdomain.c | 
Create Date:2022-07-28 10:13:51 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:irq_domain_disassociate
Proto:void irq_domain_disassociate(struct irq_domain *domain, unsigned int irq)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct irq_domain * | domain | |
| unsigned int | irq | 
| 504 | irq_data = irq_get_irq_data(irq) | 
| 507 | If WARN(!irq_data || domain != domain, "virq%i doesn't exist; cannot disassociate\n", irq) Then Return | 
| 515 | irq_set_chip_and_handler(irq, NULL, NULL) | 
| 523 | smp_mb() | 
| 525 | domain = NULL | 
| 526 | hwirq = 0 | 
| 527 | mapcount-- | 
| Name | Describe | 
|---|---|
| irq_dispose_mapping | q_dispose_mapping() - Unmap an interrupt*@virq: linux irq number of the interrupt to unmap | 
| 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  |