Searched defs:cpu_ops (Results 1 – 4 of 4) 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
16 const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable
23 static const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable
160 static const struct clk_ops cpu_ops = { variable