Function report |
Source Code:kernel\irq\irqdomain.c |
Create Date:2022-07-28 10:14:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:q_find_mapping() - Find a linux irq from a hw irq number.*@domain: domain owning this hardware interrupt*@hwirq: hardware irq number in that domain space
Proto:unsigned int irq_find_mapping(struct irq_domain *domain, irq_hw_number_t hwirq)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_domain * | domain | |
irq_hw_number_t | hwirq |
899 | If (domain == NULL) Then domain = irq_default_domain |
901 | If (domain == NULL) Then Return 0 |
904 | If hwirq < revmap_direct_max_irq Then |
911 | If hwirq < revmap_size Then Return linear_revmap[hwirq] |
Name | Describe |
---|---|
mp_map_pin_to_irq | |
mp_irqdomain_alloc | |
irq_gc_get_irq_data | |
irq_create_mapping | q_create_mapping() - Map a hardware interrupt into linux irq space*@domain: domain owning this hardware interrupt or NULL for default domain*@hwirq: hardware irq number in that domain space* Only one mapping per hardware interrupt is permitted |
irq_create_fwspec_mapping |
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 |