Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmsi.h605 struct msi_parent_ops { struct
606 u32 supported_flags;
607 u32 required_flags;
608 u32 chip_flags;
609 u32 bus_select_token;
610 u32 bus_select_mask;
611 const char *prefix;
612 bool (*init_dev_msi_info)(struct device *dev, struct irq_domain *domain,
H A Dirqdomain.h189 const struct msi_parent_ops *msi_parent_ops; member