Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mask_irq

Proto:void mask_irq(struct irq_desc *desc)

Type:void

Parameter:

TypeParameterName
struct irq_desc *desc
420  If irqd_irq_masked( & irq_data) Then Return
423  If irq_mask Then
424  irq_mask( & irq_data)
425  irq_state_set_masked(desc)
Caller
NameDescribe
__irq_disable
mask_ack_irq
handle_fasteoi_irqhandle_fasteoi_irq - irq handler for transparent controllers*@desc: the interrupt description structure for this irq* Only a single callback will be issued to the chip: an ->eoi()* call when the interrupt has been serviced
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
suspend_device_irq
__irq_set_trigger