Searched refs:parent_chip (Results 1 – 2 of 2) sorted by relevance
759 struct irq_chip *parent_chip = irq_desc_get_chip(desc); in sgpio_irq_handler() local771 chained_irq_enter(parent_chip, desc); in sgpio_irq_handler()778 chained_irq_exit(parent_chip, desc); in sgpio_irq_handler()
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()