Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\irq\manage.c Create Date:2022-07-28 10:09:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:move_irq - free an interrupt*@irq: Interrupt line to free*@act: irqaction for the interrupt* Used to remove interrupts statically setup by the early boot process.

Proto:void remove_irq(unsigned int irq, struct irqaction *act)

Type:void

Parameter:

TypeParameterName
unsigned intirq
struct irqaction *act
1817  desc = Interrupt to descriptor
1819  If desc && Not WARN_ON(irq_settings_is_per_cpu_devid(desc)) Then Internal function to unregister an irqaction - used to free* regular and special interrupts that are part of the architecture.