Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:irqd_irq_masked

Proto:static inline bool irqd_irq_masked(struct irq_data *d)

Type:bool

Parameter:

TypeParameterName
struct irq_data *d
323  Return __irqd_to_state(d) & IRQD_IRQ_MASKED
Caller
NameDescribe
__irq_set_trigger
irq_finalize_oneshotOneshot interrupts keep the irq line masked until the threaded* handler finished. unmask if the interrupt has not been disabled and* is marked MASKED.
mask_irq
unmask_irq
cond_unmask_irqCalled unconditionally from handle_level_irq() and only for oneshot* interrupts from handle_fasteoi_irq()
cond_unmask_eoi_irq
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_move_irq
migrate_one_irq