函数逻辑报告 |
Source Code:kernel\irq\manage.c |
Create Date:2022-07-27 11:10:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:quest_any_context_irq - allocate an interrupt line*@irq: Interrupt line to allocate*@handler: Function to be called when the IRQ occurs
函数原型:int request_any_context_irq(unsigned int irq, irq_handler_t handler, unsigned long flags, const char *name, void *dev_id)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | irq | |
irq_handler_t | handler | |
unsigned long | flags | |
const char * | name | |
void * | dev_id |
2069 | 如果irq恒等于If a (PCI) device interrupt is not connected we set dev->irq to* IRQ_NOTCONNECTED则返回:负ENOTCONN |
2076 | 如果线程是嵌套中断类型则 |
2079 | 返回:如果非ret则IRQC_IS_NESTED否则ret |
2083 | 返回:如果非ret则IRQC_IS_HARDIRQ否则ret |
名称 | 描述 |
---|---|
devm_request_any_context_irq | devm_request_any_context_irq - allocate an interrupt line for a managed device*@dev: device to request interrupt for*@irq: Interrupt line to allocate*@handler: Function to be called when the IRQ occurs*@irqflags: Interrupt type flags*@devname: An ascii |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |