Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/sysdev/xive/
H A Dxive-internal.h40 struct xive_ops { struct
41 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
H A Dcommon.c59 static const struct xive_ops *xive_ops; variable