函数逻辑报告 |
Source Code:kernel\irq\manage.c |
Create Date:2022-07-27 11:09:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:_irq - free an interrupt allocated with request_irq*@irq: Interrupt line to free*@dev_id: Device identity to free* Remove an interrupt handler
函数原型:const void *free_irq(unsigned int irq, void *dev_id)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | irq | |
void * | dev_id |
1846 | 如果非desc或WARN_ON(irq_settings_is_per_cpu_devid(desc))则返回:NULL |
1854 | action等于Internal function to unregister an irqaction - used to free* regular and special interrupts that are part of the architecture. |
1856 | 如果非action则返回:NULL |
1860 | 释放内存 |
1861 | 返回:devname |
名称 | 描述 |
---|---|
devm_irq_release | |
devm_free_irq | devm_free_irq - free an interrupt*@dev: device to free interrupt for*@irq: Interrupt line to free*@dev_id: Device identity to free* Except for the extra @dev argument, this function takes the* same arguments and performs the same function as free_irq() |
free_vm86_irq |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |