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