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:Must only be called inside irq_chip.irq_set_type() functions or* from the DT/ACPI setup code.

Proto:static inline void irqd_set_trigger_type(struct irq_data *d, unsigned int type)

Type:void

Parameter:

TypeParameterName
struct irq_data *d
unsigned inttype
282  __irqd_to_state(d) &= ~IRQD_TRIGGER_MASK
283  __irqd_to_state(d) |= type & IRQD_TRIGGER_MASK
284  __irqd_to_state(d) |= IRQD_DEFAULT_TRIGGER_SET
Caller
NameDescribe
__setup_irqregister an interrupt
irq_create_fwspec_mapping
irq_sim_set_type