Searched refs:msi_domain_template (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/pci/msi/ |
D | irqdomain.c | 176 static const struct msi_domain_template pci_msi_template = { 213 static const struct msi_domain_template pci_msix_template = { 239 static bool pci_create_device_domain(struct pci_dev *pdev, const struct msi_domain_template *tmpl, in pci_create_device_domain() 397 bool pci_create_ims_domain(struct pci_dev *pdev, const struct msi_domain_template *template, in pci_create_ims_domain()
|
/Linux-v6.6/include/linux/ |
D | msi.h | 509 struct msi_domain_template { struct 606 const struct msi_domain_template *template,
|
D | pci.h | 2619 struct msi_domain_template; 2621 bool pci_create_ims_domain(struct pci_dev *pdev, const struct msi_domain_template *template,
|
/Linux-v6.6/kernel/irq/ |
D | msi.c | 943 const struct msi_domain_template *template, in msi_create_device_irq_domain() 949 struct msi_domain_template *bundle; in msi_create_device_irq_domain() 1030 kfree(container_of(info, struct msi_domain_template, info)); in msi_remove_device_irq_domain()
|