Home
last modified time | relevance | path

Searched refs:parent_chip (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pinctrl/
H A Dpinctrl-ocelot.c2200 struct irq_chip *parent_chip = irq_desc_get_chip(w->irq_desc); in ocelot_irq_work() local
2206 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() local
2339 chained_irq_enter(parent_chip, desc); in ocelot_irq_handler()
2353 chained_irq_exit(parent_chip, desc); in ocelot_irq_handler()