Home
last modified time | relevance | path

Searched refs:__irq_put_desc_unlock (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/irq/
H A Dinternals.h176 void __irq_put_desc_unlock(struct irq_desc *desc, unsigned long flags, bool bus);
187 __irq_put_desc_unlock(desc, flags, true); in irq_put_desc_busunlock()
199 __irq_put_desc_unlock(desc, flags, false); in irq_put_desc_unlock()
H A Dirqdesc.c888 void __irq_put_desc_unlock(struct irq_desc *desc, unsigned long flags, bool bus) in __irq_put_desc_unlock() function