函数逻辑报告 |
Source Code:kernel\irq\irqdomain.c |
Create Date:2022-07-27 11:14:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:q_domain_get_irq_data - Get irq_data associated with @virq and @domain*@domain: domain to match*@virq: IRQ number to get irq_data
函数原型:struct irq_data *irq_domain_get_irq_data(struct irq_domain *domain, unsigned int virq)
返回类型:struct irq_data
参数:
类型 | 参数 | 名称 |
---|---|---|
struct irq_domain * | domain | |
unsigned int | virq |
1705 | irq_data等于irq_get_irq_data(virq) |
名称 | 描述 |
---|---|
x86_vector_free_irqs | |
x86_vector_alloc_irqs | |
alloc_isa_irq_from_domain | Need special handling for ISA IRQs because there may be multiple IOAPIC pins* sharing the same ISA IRQ number and irqdomain only supports 1:1 mapping* between IOAPIC pin and IRQ number. A typical IOAPIC has 24 pins, pin 0-15 are |
mp_irqdomain_alloc | |
mp_irqdomain_free | |
irq_map_generic_chip | q_map_generic_chip - Map a generic chip for an irq domain |
irq_unmap_generic_chip | |
irq_find_mapping | 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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |