Searched defs:xive_ops (Results 1 – 2 of 2) sorted by relevance
40 struct xive_ops { struct41 int (*populate_irq_data)(u32 hw_irq, struct xive_irq_data *data);65 bool xive_core_init(struct device_node *np, const struct xive_ops *ops, argument
59 static const struct xive_ops *xive_ops; variable