Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:irqd_clear

Proto:static inline void irqd_clear(struct irq_data *d, unsigned int mask)

Type:void

Parameter:

TypeParameterName
struct irq_data *d
unsigned intmask
225  __irqd_to_state(d) &= ~mask
Caller
NameDescribe
handle_irq_event
irq_set_irq_wakeq_set_irq_wake - control irq power management wakeup*@irq: interrupt to control*@on: enable/disable power management wakeup* Enable/disable power management wakeup mode, which is* disabled by default. Enables and disables must match,
__irq_set_trigger
__setup_irqregister an interrupt
irq_state_clr_disabled
irq_state_clr_masked
irq_state_clr_started
handle_nested_irqhandle_nested_irq - Handle a nested irq from a irq thread*@irq: the interrupt number* Handle interrupts which are nested into a threaded interrupt* handler. The handler function is called inside the calling* threads context.
handle_untracked_irqhandle_untracked_irq - Simple and software-decoded IRQs.*@desc: the interrupt description structure for this irq* Untracked interrupts are sent from a demultiplexing interrupt* handler when the demultiplexer does not know which device it its
irq_modify_status
irq_pm_check_wakeup
resume_irq