Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dpci-cxl.c38 int pnv_cxl_alloc_hwirqs(struct pci_dev *dev, int num) in pnv_cxl_alloc_hwirqs() function
51 EXPORT_SYMBOL(pnv_cxl_alloc_hwirqs);
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpnv-pci.h32 int pnv_cxl_alloc_hwirqs(struct pci_dev *dev, int num);
/OK3568_Linux_fs/kernel/drivers/misc/cxl/
H A Dpci.c702 return pnv_cxl_alloc_hwirqs(dev, 1); in cxl_pci_alloc_one_irq()