Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:irq_get_trigger_type

Proto:static inline unsigned int irq_get_trigger_type(unsigned int irq)

Type:unsigned int

Parameter:

TypeParameterName
unsigned intirq
819  d = irq_get_irq_data(irq)
820  Return If d Then irqd_get_trigger_type(d) Else 0
Caller
NameDescribe
irq_create_fwspec_mapping