Searched defs:cpu_ops (Results 1 – 3 of 3) sorted by relevance
53 struct cpu_ops { struct62 int (*get_desc)(struct udevice *dev, char *buf, int size);92 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument