函数逻辑报告 |
Source Code:kernel\irq\internals.h |
Create Date:2022-07-27 11:08:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:设置中断标志
函数原型:static inline void irqd_set(struct irq_data *d, unsigned int mask)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct irq_data * | d | |
unsigned int | mask |
230 | __irqd_to_state(d)或等于mask |
名称 | 描述 |
---|---|
desc_set_defaults | |
handle_irq_event | |
irq_set_irq_wake | q_set_irq_wake - control irq power management wakeup*@irq: interrupt to control*@on: enable/disable power management wakeup* Enable/disable power management wakeup mode, which is* disabled by default. Enables and disables must match, |
__irq_set_trigger | 设置中断触发方式 |
__setup_irq | 注册中断 |
irq_state_set_started | |
handle_nested_irq | handle_nested_irq - Handle a nested irq from a irq thread*@irq: the interrupt number* Handle interrupts which are nested into a threaded interrupt* handler. The handler function is called inside the calling* threads context. |
handle_untracked_irq | handle_untracked_irq - Simple and software-decoded IRQs.*@desc: the interrupt description structure for this irq* Untracked interrupts are sent from a demultiplexing interrupt* handler when the demultiplexer does not know which device it its |
irq_modify_status | |
suspend_device_irq | |
rearm_wake_irq | arm_wake_irq - rearm a wakeup interrupt line after signaling wakeup*@irq: Interrupt to rearm |
irq_state_set_disabled | |
irq_state_set_masked |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |