Searched refs:__irq_get_irqchip_state (Results 1 – 1 of 1) sorted by relevance
38 static int __irq_get_irqchip_state(struct irq_data *d, enum irqchip_irq_state which, bool *state);67 __irq_get_irqchip_state(irqd, IRQCHIP_STATE_ACTIVE, in __synchronize_hardirq()2631 static int __irq_get_irqchip_state(struct irq_data *data, enum irqchip_irq_state which, bool *state) in __irq_get_irqchip_state() function2671 return __irq_get_irqchip_state(data, which, state); in irq_get_irqchip_state()