Home
last modified time | relevance | path

Searched refs:_IRQ_NOAUTOEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/irq/
H A Dsettings.h13 _IRQ_NOAUTOEN = IRQ_NOAUTOEN, enumerator
152 return !(desc->status_use_accessors & _IRQ_NOAUTOEN); in irq_settings_can_autoenable()
H A Ddebugfs.c143 BIT_MASK_DESCR(_IRQ_NOAUTOEN),
H A Dchip.c1110 WARN_ON_ONCE(!desc->depth && (set & _IRQ_NOAUTOEN)); in irq_modify_status()