函数逻辑报告 |
Source Code:kernel\irq\devres.c |
Create Date:2022-07-27 11:12:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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()
函数原型:void devm_free_irq(struct device *dev, unsigned int irq, void *dev_id)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct device * | dev | |
unsigned int | irq | |
void * | dev_id |
141 | struct irq_devres match_data = {irq, dev_id} |
143 | WARN_ON(devres_destroy(dev, devm_irq_release, devm_irq_match, & match_data)) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |