Home
last modified time | relevance | path

Searched refs:cpu_get_ops (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Dcpu-uclass.c19 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_desc()
29 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_info()
39 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_count()
49 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_vendor()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dcpu_ops.c39 static const struct cpu_operations * __init cpu_get_ops(const char *name) in cpu_get_ops() function
106 cpu_ops[cpu] = cpu_get_ops(enable_method); in init_cpu_ops()
/OK3568_Linux_fs/u-boot/include/
H A Dcpu.h88 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) macro