Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-microchip-sgpio.c760 struct irq_chip *parent_chip = irq_desc_get_chip(desc); in sgpio_irq_handler() local
772 chained_irq_enter(parent_chip, desc); in sgpio_irq_handler()
779 chained_irq_exit(parent_chip, desc); in sgpio_irq_handler()
H A Dpinctrl-keembay.c1250 struct irq_chip *parent_chip; in keembay_gpio_irq_handler() local
1263 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()
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()