Home
last modified time | relevance | path

Searched refs:IRQS_ONESHOT (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/kernel/irq/
Dchip.c661 if (!(desc->istate & IRQS_ONESHOT)) { in cond_unmask_eoi_irq()
711 if (desc->istate & IRQS_ONESHOT) in handle_fasteoi_irq()
1222 if (desc->istate & IRQS_ONESHOT) in handle_fasteoi_ack_irq()
1274 if (desc->istate & IRQS_ONESHOT) in handle_fasteoi_mask_irq()
Ddebugfs.c154 BIT_MASK_DESCR(IRQS_ONESHOT),
Dinternals.h61 IRQS_ONESHOT = 0x00000020, enumerator
Dmanage.c1077 if (!(desc->istate & IRQS_ONESHOT) || in irq_finalize_oneshot()
1745 IRQS_ONESHOT | IRQS_WAITING); in __setup_irq()
1759 desc->istate |= IRQS_ONESHOT; in __setup_irq()