Function report |
Source Code:kernel\irq\generic-chip.c |
Create Date:2022-07-28 10:12:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:q_gc_eoi - EOI interrupt*@d: irq_data
Proto:void irq_gc_eoi(struct irq_data *d)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_data * | d |
169 | gc = irq_data_get_irq_chip_data(d) |
170 | ct = irq_data_get_chip_type(d) |
173 | irq_gc_lock(gc) |
174 | irq_reg_writel(gc, mask, eoi) |
175 | irq_gc_unlock(gc) |
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 |