Home
last modified time | relevance | path

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

/linux-6.15/drivers/pinctrl/
H A Dpinctrl-microchip-sgpio.c762 struct irq_chip *parent_chip = irq_desc_get_chip(desc); in sgpio_irq_handler() local
774 chained_irq_enter(parent_chip, desc); in sgpio_irq_handler()
781 chained_irq_exit(parent_chip, desc); in sgpio_irq_handler()
H A Dpinctrl-keembay.c1244 struct irq_chip *parent_chip; in keembay_gpio_irq_handler() local
1257 parent_chip = irq_desc_get_chip(desc); in keembay_gpio_irq_handler()
1260 chained_irq_enter(parent_chip, desc); in keembay_gpio_irq_handler()
1277 chained_irq_exit(parent_chip, desc); in keembay_gpio_irq_handler()
H A Dpinctrl-ocelot.c2021 struct irq_chip *parent_chip = irq_desc_get_chip(w->irq_desc); in ocelot_irq_work() local
2027 chained_irq_enter(parent_chip, w->irq_desc); in ocelot_irq_work()
2029 chained_irq_exit(parent_chip, w->irq_desc); in ocelot_irq_work()
2153 struct irq_chip *parent_chip = irq_desc_get_chip(desc); in ocelot_irq_handler() local
2160 chained_irq_enter(parent_chip, desc); in ocelot_irq_handler()
2174 chained_irq_exit(parent_chip, desc); in ocelot_irq_handler()