Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A 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()
H A 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()
/linux/drivers/gpio/
H A 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/drivers/pinctrl/bcm/
H A Dpinctrl-bcm2835.c446 struct irq_chip *host_chip = irq_desc_get_chip(desc); in bcm2835_gpio_irq_handler() local
460 chained_irq_enter(host_chip, desc); in bcm2835_gpio_irq_handler()
475 chained_irq_exit(host_chip, desc); in bcm2835_gpio_irq_handler()
/linux/drivers/pinctrl/
H A Dpinctrl-rp1.c864 struct irq_chip *host_chip = irq_desc_get_chip(desc); in rp1_gpio_irq_handler() local
878 chained_irq_enter(host_chip, desc); in rp1_gpio_irq_handler()
889 chained_irq_exit(host_chip, desc); in rp1_gpio_irq_handler()