Searched refs:parent_chip (Results 1 – 1 of 1) sorted by relevance
2200 struct irq_chip *parent_chip = irq_desc_get_chip(w->irq_desc); in ocelot_irq_work() local2206 chained_irq_enter(parent_chip, w->irq_desc); in ocelot_irq_work()2208 chained_irq_exit(parent_chip, w->irq_desc); in ocelot_irq_work()2332 struct irq_chip *parent_chip = irq_desc_get_chip(desc); in ocelot_irq_handler() local2339 chained_irq_enter(parent_chip, desc); in ocelot_irq_handler()2353 chained_irq_exit(parent_chip, desc); in ocelot_irq_handler()