Function report |
Source Code:kernel\irq\irqdomain.c |
Create Date:2022-07-28 10:13:50 |
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_set_mapping
Proto:static void irq_domain_set_mapping(struct irq_domain *domain, irq_hw_number_t hwirq, struct irq_data *irq_data)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_domain * | domain | |
irq_hw_number_t | hwirq | |
struct irq_data * | irq_data |
493 | If hwirq < revmap_size Then |
494 | linear_revmap[hwirq] = irq |
495 | Else |
496 | mutex_lock( & revmap_tree_mutex) |
Name | Describe |
---|---|
irq_domain_associate |
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 |