Home
last modified time | relevance | path

Searched refs:host_chip (Results 1 – 6 of 6) 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()
H A Dirq-vic.c224 struct irq_chip *host_chip = irq_desc_get_chip(desc); in vic_handle_irq_cascaded() local
227 chained_irq_enter(host_chip, desc); in vic_handle_irq_cascaded()
234 chained_irq_exit(host_chip, desc); in vic_handle_irq_cascaded()
/linux/drivers/gpio/
H A Dgpio-idt3243x.c32 struct irq_chip *host_chip = irq_desc_get_chip(desc); in idt_gpio_dispatch() local
36 chained_irq_enter(host_chip, desc); in idt_gpio_dispatch()
46 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()