Home
last modified time | relevance | path

Searched refs:legacy_intc_node (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpcie-xilinx-nwl.c547 struct device_node *legacy_intc_node; in nwl_pcie_init_irq_domain() local
549 legacy_intc_node = of_get_next_child(node, NULL); in nwl_pcie_init_irq_domain()
550 if (!legacy_intc_node) { in nwl_pcie_init_irq_domain()
555 pcie->legacy_irq_domain = irq_domain_add_linear(legacy_intc_node, in nwl_pcie_init_irq_domain()
559 of_node_put(legacy_intc_node); in nwl_pcie_init_irq_domain()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpcie-xilinx-nwl.c530 struct device_node *legacy_intc_node; in nwl_pcie_init_irq_domain() local
532 legacy_intc_node = of_get_next_child(node, NULL); in nwl_pcie_init_irq_domain()
533 if (!legacy_intc_node) { in nwl_pcie_init_irq_domain()
538 pcie->legacy_irq_domain = irq_domain_add_linear(legacy_intc_node, in nwl_pcie_init_irq_domain()
542 of_node_put(legacy_intc_node); in nwl_pcie_init_irq_domain()

Completed in 4 milliseconds