函数逻辑报告 |
Source Code:kernel\irq\irqdomain.c |
Create Date:2022-07-27 11:14:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:int irq_create_strict_mappings(struct irq_domain *domain, unsigned int irq_base, irq_hw_number_t hwirq_base, int count)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct irq_domain * | domain | |
unsigned int | irq_base | |
irq_hw_number_t | hwirq_base | |
int | count |
720 | ret等于use macros to avoid needing export.h for THIS_MODULE (irq_base, irq_base, count, of_node_to_nid(of_node)) |
722 | 如果此条件成立可能性小(为编译器优化)(ret < 0)则返回:ret |
726 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |