Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h19595 struct msi_domain_ops { struct
19596 irq_hw_number_t (*get_hwirq)(struct msi_domain_info *, msi_alloc_info_t *);
19597 …(struct irq_domain *, struct msi_domain_info *, unsigned int, irq_hw_number_t, msi_alloc_info_t *);
19598 void (*msi_free)(struct irq_domain *, struct msi_domain_info *, unsigned int);
19599 int (*msi_prepare)(struct irq_domain *, struct device *, int, msi_alloc_info_t *);
19600 void (*prepare_desc)(struct irq_domain *, msi_alloc_info_t *, struct msi_desc *);
19601 void (*set_desc)(msi_alloc_info_t *, struct msi_desc *);
19602 int (*domain_alloc_irqs)(struct irq_domain *, struct device *, int);
19603 void (*domain_free_irqs)(struct irq_domain *, struct device *);
19604 void (*msi_post_free)(struct irq_domain *, struct device *);
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h14808 struct msi_domain_ops { struct
14809 irq_hw_number_t (*get_hwirq)(struct msi_domain_info *, msi_alloc_info_t *);
14810 …(struct irq_domain *, struct msi_domain_info *, unsigned int, irq_hw_number_t, msi_alloc_info_t *);
14811 void (*msi_free)(struct irq_domain *, struct msi_domain_info *, unsigned int);
14812 int (*msi_prepare)(struct irq_domain *, struct device *, int, msi_alloc_info_t *);
14813 void (*prepare_desc)(struct irq_domain *, msi_alloc_info_t *, struct msi_desc *);
14814 void (*set_desc)(msi_alloc_info_t *, struct msi_desc *);
14815 int (*domain_alloc_irqs)(struct irq_domain *, struct device *, int);
14816 void (*domain_free_irqs)(struct irq_domain *, struct device *);
14817 void (*msi_post_free)(struct irq_domain *, struct device *);