Function report |
Source Code:kernel\irq\generic-chip.c |
Create Date:2022-07-28 10:12:39 |
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_ack_clr_bit - Ack pending interrupt via clearing bit*@d: irq_data
Proto:void irq_gc_ack_clr_bit(struct irq_data *d)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_data * | d |
129 | gc = irq_data_get_irq_chip_data(d) |
130 | ct = irq_data_get_chip_type(d) |
133 | irq_gc_lock(gc) |
134 | irq_reg_writel(gc, mask, ack) |
135 | 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 |