函数逻辑报告 |
Source Code:kernel\irq\pm.c |
Create Date:2022-07-27 11:15:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:suspend_device_irq
函数原型:static bool suspend_device_irq(struct irq_desc *desc)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct irq_desc * | desc |
72 | 如果非中断服务例程链表或irq_desc_is_chained(desc)或no_suspend_depth则返回:false |
76 | 如果irqd_is_wakeup_set( & irq_data)则 |
77 | 设置中断标志 |
84 | 返回:true |
87 | istate或等于IRQS_SUSPENDED |
88 | __disable_irq(desc) |
96 | 如果芯片专用标志按位与IRQCHIP_MASK_ON_SUSPEND则mask_irq(desc) |
98 | 返回:true |
名称 | 描述 |
---|---|
suspend_device_irqs | suspend_device_irqs - disable all currently enabled interrupt lines* During system-wide suspend or hibernation device drivers need to be* prevented from receiving interrupts and this function is provided* for this purpose |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |