Searched refs:parent_chip (Results 1 – 3 of 3) sorted by relevance
760 struct irq_chip *parent_chip = irq_desc_get_chip(desc); in sgpio_irq_handler() local772 chained_irq_enter(parent_chip, desc); in sgpio_irq_handler()779 chained_irq_exit(parent_chip, desc); in sgpio_irq_handler()
1250 struct irq_chip *parent_chip; in keembay_gpio_irq_handler() local1263 parent_chip = irq_desc_get_chip(desc); in keembay_gpio_irq_handler()1266 chained_irq_enter(parent_chip, desc); in keembay_gpio_irq_handler()1283 chained_irq_exit(parent_chip, desc); in keembay_gpio_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()