Searched refs:host_chip (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/irqchip/ |
D | irq-goldfish-pic.c | 36 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()
|
D | irq-idt3243x.c | 30 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()
|
D | irq-vic.c | 220 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/ |
D | gpio-idt3243x.c | 31 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/ |
D | pinctrl-bcm2835.c | 443 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()
|