Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/irqchip/
Dirq-goldfish-pic.c36 struct irq_chip *host_chip = irq_desc_get_chip(desc); in goldfish_pic_cascade() local
39 chained_irq_enter(host_chip, desc); in goldfish_pic_cascade()
48 chained_irq_exit(host_chip, desc); in goldfish_pic_cascade()
Dirq-idt3243x.c30 struct irq_chip *host_chip = irq_desc_get_chip(desc); in idt_irq_dispatch() local
33 chained_irq_enter(host_chip, desc); in idt_irq_dispatch()
43 chained_irq_exit(host_chip, desc); in idt_irq_dispatch()
Dirq-vic.c220 struct irq_chip *host_chip = irq_desc_get_chip(desc); in vic_handle_irq_cascaded() local
223 chained_irq_enter(host_chip, desc); in vic_handle_irq_cascaded()
230 chained_irq_exit(host_chip, desc); in vic_handle_irq_cascaded()
/linux-6.12.1/drivers/gpio/
Dgpio-idt3243x.c31 struct irq_chip *host_chip = irq_desc_get_chip(desc); in idt_gpio_dispatch() local
35 chained_irq_enter(host_chip, desc); in idt_gpio_dispatch()
45 chained_irq_exit(host_chip, desc); in idt_gpio_dispatch()
/linux-6.12.1/drivers/pinctrl/bcm/
Dpinctrl-bcm2835.c443 struct irq_chip *host_chip = irq_desc_get_chip(desc); in bcm2835_gpio_irq_handler() local
457 chained_irq_enter(host_chip, desc); in bcm2835_gpio_irq_handler()
472 chained_irq_exit(host_chip, desc); in bcm2835_gpio_irq_handler()