Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:irq_set_chip_and_handler

Proto:static inline void irq_set_chip_and_handler(unsigned int irq, struct irq_chip *chip, irq_flow_handler_t handle)

Type:void

Parameter:

TypeParameterName
unsigned intirq
struct irq_chip *chip
irq_flow_handler_thandle
677  irq_set_chip_and_handler_name(irq, chip, handle, NULL)
Caller
NameDescribe
make_8259A_irq
init_ISA_irqs
irq_setup_generic_chipq_setup_generic_chip - Setup a range of interrupts with a generic chip*@gc: Generic irq chip holding all data*@msk: Bitmask holding the irqs to initialize relative to gc->irq_base*@flags: Flags for initialization*@clr: IRQ_* bits to clear*@set: IRQ_* bits
irq_domain_disassociate