Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:irq_init_generic_chip

Proto:void irq_init_generic_chip(struct irq_chip_generic *gc, const char *name, int num_ct, unsigned int irq_base, void __iomem *reg_base, irq_flow_handler_t handler)

Type:void

Parameter:

TypeParameterName
struct irq_chip_generic *gc
const char *name
intnum_ct
unsigned intirq_base
void __iomem *reg_base
irq_flow_handler_thandler
218  raw_spin_lock_init( & lock)
219  num_ct = num_ct
220  irq_base = irq_base
221  reg_base = reg_base
222  interrupt' name = name
223  handler = handler
Caller
NameDescribe
irq_alloc_generic_chipq_alloc_generic_chip - Allocate a generic chip and initialize it*@name: Name of the irq chip*@num_ct: Number of irq_chip_type instances associated with this*@irq_base: Interrupt base nr for this chip*@reg_base: Register base address (virtual)*@handler:
__irq_alloc_domain_generic_chips__irq_alloc_domain_generic_chip - Allocate generic chips for an irq domain*@d: irq domain for which to allocate chips*@irqs_per_chip: Number of interrupts each chip handles (max 32)*@num_ct: Number of irq_chip_type instances associated with this*@name: