Function report |
Source Code:kernel\irq\generic-chip.c |
Create Date:2022-07-28 10:12:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:q_remove_generic_chip - Remove a chip*@gc: Generic irq chip holding all data*@msk: Bitmask holding the irqs to initialize relative to gc->irq_base*@clr: IRQ_* bits to clear*@set: IRQ_* bits to set* Remove up to 32 interrupts starting from gc->irq_base.
Proto:void irq_remove_generic_chip(struct irq_chip_generic *gc, unsigned int msk, unsigned int clr, unsigned int set)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_chip_generic * | gc | |
unsigned int | msk | |
unsigned int | clr | |
unsigned int | set |
542 | raw_spin_lock( & gc_lock) |
544 | raw_spin_unlock( & gc_lock) |
547 | If Not (msk & 0x01) Then Continue |
551 | irq_set_handler(i, NULL) |
554 | irq_modify_status(i, clr, set) |
Name | Describe |
---|---|
irq_destroy_generic_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 |