Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/powernv/
Dpci-cxl.c39 int pnv_cxl_alloc_hwirqs(struct pci_dev *dev, int num) in pnv_cxl_alloc_hwirqs() function
52 EXPORT_SYMBOL(pnv_cxl_alloc_hwirqs);
/linux-6.1.9/arch/powerpc/include/asm/
Dpnv-pci.h33 int pnv_cxl_alloc_hwirqs(struct pci_dev *dev, int num);
/linux-6.1.9/drivers/misc/cxl/
Dpci.c703 return pnv_cxl_alloc_hwirqs(dev, 1); in cxl_pci_alloc_one_irq()