Home
last modified time | relevance | path

Searched refs:pcie_get_irq (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/pcie/
Dpcie.h312 extern unsigned int pcie_get_irq(pcie_bdf_t bdf);
/Zephyr-latest/arch/x86/core/
Dpcie.c257 irq = pcie_get_irq(vectors->bdf); in arch_pcie_msi_vectors_allocate()
/Zephyr-latest/drivers/pcie/host/
Dshell.c322 irq = pcie_get_irq(bdf); in show()
Dpcie.c325 unsigned int pcie_get_irq(pcie_bdf_t bdf) in pcie_get_irq() function