Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mask_ack_irq

Proto:static inline void mask_ack_irq(struct irq_desc *desc)

Type:void

Parameter:

TypeParameterName
struct irq_desc *desc
408  If irq_mask_ack Then
409  irq_mask_ack( & irq_data)
410  irq_state_set_masked(desc)
411  Else
412  mask_irq(desc)
413  If irq_ack Then irq_ack( & irq_data)
Caller
NameDescribe
handle_level_irqhandle_level_irq - Level type irq handler*@desc: the interrupt description structure for this irq* Level type interrupts are active as long as the hardware line has* the active level
handle_edge_irqhandle_edge_irq - edge type IRQ handler*@desc: the interrupt description structure for this irq* Interrupt occures on the falling and/or rising edge of a hardware* signal. The occurrence is latched into the irq controller hardware
__irq_do_set_handler