Home
last modified time | relevance | path

Searched defs:cpu_ops (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dcpu.h49 struct cpu_ops { struct
58 int (*get_desc)(struct udevice *dev, char *buf, int size);
88 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dcpu_ops.c16 const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dcpu_ops.c23 static const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable
/OK3568_Linux_fs/kernel/drivers/clk/mvebu/
H A Dclk-cpu.c160 static const struct clk_ops cpu_ops = { variable
/OK3568_Linux_fs/kernel/drivers/clk/sirf/
H A Dclk-common.c494 static const struct clk_ops cpu_ops = { variable