Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dirqdomain.h55 struct irq_domain *native_create_pci_msi_domain(void);
59 #define native_create_pci_msi_domain NULL macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dx86_init.c81 .create_pci_msi_domain = native_create_pci_msi_domain,
/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dmsi.c218 struct irq_domain * __init native_create_pci_msi_domain(void) in native_create_pci_msi_domain() function