函数逻辑报告 |
Source Code:kernel\irq\irqdomain.c |
Create Date:2022-07-27 11:14:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:irq_domain_associate_many
函数原型:void irq_domain_associate_many(struct irq_domain *domain, unsigned int irq_base, irq_hw_number_t hwirq_base, int count)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct irq_domain * | domain | |
unsigned int | irq_base | |
irq_hw_number_t | hwirq_base | |
int | count |
590 | pr_debug("%s(%s, irqbase=%i, hwbase=%i, count=%i)\n", __func__, of_node_full_name(of_node), irq_base, (int)hwirq_base, count) |
594 | irq_domain_associate(domain, irq_base + i, hwirq_base + i) |
名称 | 描述 |
---|---|
irq_domain_add_simple | q_domain_add_simple() - Register an irq_domain and optionally map a range of irqs*@of_node: pointer to interrupt controller's device tree node.*@size: total number of irqs in mapping*@first_irq: first number of irq block assigned to the domain, |
irq_domain_add_legacy | q_domain_add_legacy() - Allocate and register a legacy revmap irq_domain.*@of_node: pointer to interrupt controller's device tree node.*@size: total number of irqs in legacy mapping*@first_irq: first number of irq block assigned to the domain |
irq_create_strict_mappings | q_create_strict_mappings() - Map a range of hw irqs to fixed linux irqs*@domain: domain owning the interrupt range*@irq_base: beginning of linux IRQ range*@hwirq_base: beginning of hardware IRQ range*@count: Number of interrupts to map* This routine is |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |