Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\irq.h Create Date:2022-07-28 07:33:00
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:irq_destroy_generic_chip

Proto:static inline void irq_destroy_generic_chip(struct irq_chip_generic *gc, unsigned int msk, unsigned int clr, unsigned int set)

Type:void

Parameter:

TypeParameterName
struct irq_chip_generic *gc
unsigned intmsk
unsigned intclr
unsigned intset
1130  q_remove_generic_chip - Remove a chip*@gc: Generic irq chip holding all data*@msk: Bitmask holding the irqs to initialize relative to gc->irq_base*@clr: IRQ_* bits to clear*@set: IRQ_* bits to set* Remove up to 32 interrupts starting from gc->irq_base.
1131  irq_free_generic_chip(gc)