Function report | 
Source Code:kernel\irq\generic-chip.c | 
Create Date:2022-07-28 10:12:54 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:irq_unmap_generic_chip
Proto:static void irq_unmap_generic_chip(struct irq_domain *d, unsigned int virq)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct irq_domain * | d | |
| unsigned int | virq | 
| 429 | data = q_domain_get_irq_data - Get irq_data associated with @virq and @domain*@domain: domain to match*@virq: IRQ number to get irq_data | 
| 435 | gc = q_get_domain_generic_chip - Get a pointer to the generic chip of a hw_irq*@d: irq domain pointer*@hw_irq: Hardware interrupt number | 
| 436 | If Not gc Then Return | 
| 439 | irq_idx = hw_irq % irqs_per_chip | 
| 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  |