Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/plda/
H A Dpcie-plda-host.c370 irq_set_chip_and_handler(irq, port->event_irq_chip, handle_level_irq); in plda_pcie_event_map()
432 if (!port->event_irq_chip) in plda_init_interrupts()
433 port->event_irq_chip = &plda_event_irq_chip; in plda_init_interrupts()
H A Dpcie-plda.h181 const struct irq_chip *event_irq_chip; member
H A Dpcie-microchip-host.c638 port->plda.event_irq_chip = &mc_event_irq_chip; in mc_platform_init()