函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:irq_free_desc

函数原型:static inline void irq_free_desc(unsigned int irq)

返回类型:void

参数:

类型参数名称
unsigned intirq
916  irq_free_descs(irq, 1)
调用者
名称描述
irq_create_direct_mappingq_create_direct_mapping() - Allocate an irq for direct mapping*@domain: domain to allocate the irq for or NULL for default domain* This routine is used for irq controllers which can choose the hardware* interrupt numbers they generate
irq_create_mappingq_create_mapping() - Map a hardware interrupt into linux irq space*@domain: domain owning this hardware interrupt or NULL for default domain*@hwirq: hardware irq number in that domain space* Only one mapping per hardware interrupt is permitted
irq_dispose_mappingq_dispose_mapping() - Unmap an interrupt*@virq: linux irq number of the interrupt to unmap