Searched refs:__irq_get_desc_lock (Results 1 – 2 of 2) sorted by relevance
118 __irq_get_desc_lock(unsigned int irq, unsigned long *flags, bool bus);124 return __irq_get_desc_lock(irq, flags, true); in irq_get_desc_buslock()136 return __irq_get_desc_lock(irq, flags, false); in irq_get_desc_lock()
392 __irq_get_desc_lock(unsigned int irq, unsigned long *flags, bool bus) in __irq_get_desc_lock() function