Searched defs:cpu_ops (Results 1 – 1 of 1) sorted by relevance
57 struct cpu_ops { struct66 int (*get_desc)(const struct udevice *dev, char *buf, int size);75 int (*get_info)(const struct udevice *dev, struct cpu_info *info);105 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument
Completed in 3 milliseconds