函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\irq\chip.c Create Date:2022-07-27 11:11:27
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:irq_shutdown_and_deactivate

函数原型:void irq_shutdown_and_deactivate(struct irq_desc *desc)

返回类型:void

参数:

类型参数名称
struct irq_desc *desc
322  irq_shutdown(desc)
329  irq_domain_deactivate_irq( & irq_data)
调用者
名称描述
probe_irq_onprobe_irq_on - begin an interrupt autodetect* Commence probing for an interrupt. The interrupts are scanned* and a mask of potential interrupt lines is returned.
probe_irq_mask扫描中断线图
probe_irq_offprobe_irq_off - end an interrupt autodetect*@val: mask of potential interrupts (unused)* Scans the unused interrupt lines and returns the line which* appears to have triggered the interrupt. If no interrupt was* found then zero is returned
migrate_one_irq
__cleanup_nmiThis function must be called with desc->lock held