Function report |
Source Code:kernel\irq\irqdomain.c |
Create Date:2022-07-28 10:13:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:irq_domain_clear_mapping
Proto:static void irq_domain_clear_mapping(struct irq_domain *domain, irq_hw_number_t hwirq)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_domain * | domain | |
irq_hw_number_t | hwirq |
480 | If hwirq < revmap_size Then |
481 | linear_revmap[hwirq] = 0 |
482 | Else |
483 | mutex_lock( & revmap_tree_mutex) |
Name | Describe |
---|---|
irq_domain_disassociate |
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 |