Home
last modified time | relevance | path

Searched defs:msi_domain_ops (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dmsi.h453 struct msi_domain_ops { struct
454 irq_hw_number_t (*get_hwirq)(struct msi_domain_info *info,
456 int (*msi_init)(struct irq_domain *domain,
460 void (*msi_free)(struct irq_domain *domain,
463 int (*msi_prepare)(struct irq_domain *domain,
466 void (*msi_teardown)(struct irq_domain *domain,
468 void (*prepare_desc)(struct irq_domain *domain, msi_alloc_info_t *arg,
470 void (*set_desc)(msi_alloc_info_t *arg,
472 int (*domain_alloc_irqs)(struct irq_domain *domain,
474 void (*domain_free_irqs)(struct irq_domain *domain,
[all …]
/linux/drivers/pci/controller/
H A Dpcie-altera-msi.c162 static const struct irq_domain_ops msi_domain_ops = { variable
H A Dpcie-iproc-msi.c299 static const struct irq_domain_ops msi_domain_ops = { variable
H A Dpcie-mediatek.c467 static const struct irq_domain_ops msi_domain_ops = { variable
H A Dpcie-brcmstb.c584 static const struct irq_domain_ops msi_domain_ops = { variable
/linux/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-host.c434 static const struct irq_domain_ops msi_domain_ops = { variable
/linux/drivers/pci/controller/plda/
H A Dpcie-plda-host.c133 static const struct irq_domain_ops msi_domain_ops = { variable
/linux/kernel/irq/
H A Dmsi.c775 static const struct irq_domain_ops msi_domain_ops = { variable