Searched refs:irq_get_irqchip_state (Results 1 – 3 of 3) sorted by relevance
96 .irq_get_irqchip_state = irq_sim_get_irqchip_state,
2800 if (chip->irq_get_irqchip_state) in __irq_get_irqchip_state()2810 err = chip->irq_get_irqchip_state(data, which, state); in __irq_get_irqchip_state()2827 int irq_get_irqchip_state(unsigned int irq, enum irqchip_irq_state which, in irq_get_irqchip_state() function2846 EXPORT_SYMBOL_GPL(irq_get_irqchip_state);
1344 if (!data || !data->chip->irq_get_irqchip_state) in irq_chip_get_parent_state()1347 return data->chip->irq_get_irqchip_state(data, which, state); in irq_chip_get_parent_state()