函数逻辑报告 |
Source Code:include\linux\irq.h |
Create Date:2022-07-27 08:32:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:irq_free_desc
函数原型:static inline void irq_free_desc(unsigned int irq)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | irq |
916 | irq_free_descs(irq, 1) |
名称 | 描述 |
---|---|
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 |
irq_dispose_mapping | q_dispose_mapping() - Unmap an interrupt*@virq: linux irq number of the interrupt to unmap |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |