函数逻辑报告 |
Source Code:kernel\irq\irqdomain.c |
Create Date:2022-07-27 11:14:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:irq_domain_associate
函数原型:int irq_domain_associate(struct irq_domain *domain, unsigned int virq, irq_hw_number_t hwirq)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct irq_domain * | domain | |
unsigned int | virq | |
irq_hw_number_t | hwirq |
536 | irq_data等于irq_get_irq_data(virq) |
539 | 如果WARN(hwirq >= reverse map data. The linear map gets appended to the irq_domain , "error: hwirq 0x%x is too large for %s\n", (int)hwirq, 硬件中断对象名)则返回:负EINVAL |
547 | mutex_lock( & irq_domain_mutex) |
550 | 如果map则 |
573 | mapcount自加 |
579 | 返回:0 |
名称 | 描述 |
---|---|
irq_domain_associate_many | |
irq_create_direct_mapping | q_create_direct_mapping() - Allocate an irq for direct mapping*@domain: domain to allocate the irq for or NULL for default domain* This routine is used for irq controllers which can choose the hardware* interrupt numbers they generate |
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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |