Function report |
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 activity | Download SCCT | Chinese |
Name:irqd_irq_disabled
Proto:static inline bool irqd_irq_disabled(struct irq_data *d)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_data * | d |
318 | Return __irqd_to_state(d) & IRQD_IRQ_DISABLED |
Name | Describe |
---|---|
__irq_set_trigger | |
irq_finalize_oneshot | Oneshot interrupts keep the irq line masked until the threaded* handler finished. unmask if the interrupt has not been disabled and* is marked MASKED. |
try_one_irq | Recovery handler for misrouted interrupts. |
irq_enable | |
__irq_disable | |
handle_nested_irq | handle_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_simple_irq | handle_simple_irq - Simple and software-decoded IRQs.*@desc: the interrupt description structure for this irq* Simple interrupts are either sent from a demultiplexing interrupt* handler or come from hardware, where no interrupt hardware control |
handle_untracked_irq | handle_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 |
cond_unmask_irq | Called unconditionally from handle_level_irq() and only for oneshot* interrupts from handle_fasteoi_irq() |
handle_level_irq | handle_level_irq - Level type irq handler*@desc: the interrupt description structure for this irq* Level type interrupts are active as long as the hardware line has* the active level |
cond_unmask_eoi_irq | |
handle_fasteoi_irq | handle_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_irq | handle_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_cpu_online | q_cpu_online - Invoke all irq_cpu_online functions.* Iterate through all irqs and invoke the chip.irq_cpu_online()* for each. |
irq_cpu_offline | q_cpu_offline - Invoke all irq_cpu_offline functions.* Iterate through all irqs and invoke the chip.irq_cpu_offline()* for each. |
__irq_move_irq |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |