Function report | 
Source Code:kernel\irq\generic-chip.c | 
Create Date:2022-07-28 10:12:59 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:irq_gc_get_irq_data
Proto:static struct irq_data *irq_gc_get_irq_data(struct irq_chip_generic *gc)
Type:struct irq_data
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct irq_chip_generic * | gc | 
| 563 | If Not domain Then Return irq_get_irq_data(irq_base) | 
| 570 | If Not installed Then Return NULL | 
| 573 | virq = q_find_mapping() - Find a linux irq from a hw irq number.*@domain: domain owning this hardware interrupt*@hwirq: hardware irq number in that domain space | 
| 574 | Return virq ? irq_get_irq_data(virq) : NULL | 
| Name | Describe | 
|---|---|
| irq_gc_shutdown | 
| 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  |