Searched refs:msi_compose_msg (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/arch/ia64/kernel/ |
H A D | msi_ia64.c | 169 msi_compose_msg(struct pci_dev *pdev, unsigned int irq, struct msi_msg *msg) msi_compose_msg() function 197 ret = msi_compose_msg(NULL, irq, &msg); arch_setup_dmar_msi()
|
/linux-4.1.27/arch/x86/kernel/apic/ |
H A D | msi.c | 53 static int msi_compose_msg(struct pci_dev *pdev, unsigned int irq, msi_compose_msg() function 124 ret = msi_compose_msg(dev, irq, &msg, -1); setup_msi_irq() 220 ret = msi_compose_msg(NULL, irq, &msg, -1); arch_setup_dmar_msi() 275 ret = msi_compose_msg(NULL, irq, &msg, id); default_setup_hpet_msi()
|
Completed in 111 milliseconds