Home
last modified time | relevance | path

Searched defs:cpu_ops (Results 51 – 75 of 75) sorted by relevance

123

/dports/sysutils/u-boot-qemu-riscv64/u-boot-2021.07/include/
H A Dcpu.h57 struct cpu_ops { struct
66 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
/dports/sysutils/u-boot-pinebook/u-boot-2021.07/include/
H A Dcpu.h57 struct cpu_ops { struct
66 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
/dports/sysutils/u-boot-rpi-arm64/u-boot-2021.07/include/
H A Dcpu.h57 struct cpu_ops { struct
66 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
/dports/sysutils/u-boot-rpi2/u-boot-2021.07/include/
H A Dcpu.h57 struct cpu_ops { struct
66 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
/dports/sysutils/u-boot-rock-pi-4/u-boot-2021.07/include/
H A Dcpu.h57 struct cpu_ops { struct
66 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
/dports/sysutils/u-boot-riotboard/u-boot-2021.07/include/
H A Dcpu.h57 struct cpu_ops { struct
66 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
/dports/sysutils/u-boot-rpi3/u-boot-2021.07/include/
H A Dcpu.h57 struct cpu_ops { struct
66 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
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/include/
H A Dcpu.h53 struct cpu_ops { struct
62 int (*get_desc)(struct udevice *dev, char *buf, int size);
92 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/include/
H A Dcpu.h53 struct cpu_ops { struct
62 int (*get_desc)(struct udevice *dev, char *buf, int size);
92 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/include/
H A Dcpu.h53 struct cpu_ops { struct
62 int (*get_desc)(struct udevice *dev, char *buf, int size);
92 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/include/
H A Dcpu.h53 struct cpu_ops { struct
62 int (*get_desc)(struct udevice *dev, char *buf, int size);
92 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/include/
H A Dcpu.h53 struct cpu_ops { struct
62 int (*get_desc)(struct udevice *dev, char *buf, int size);
92 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument
/dports/sysutils/u-boot-utilite/u-boot-2015.07/include/
H A Dcpu.h42 struct cpu_ops { struct
63 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/kernel/
H A Dcpu_ops.c16 const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/kernel/
H A Dcpu_ops.c16 const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/kernel/
H A Dcpu_ops.c16 const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kernel/
H A Dcpu_ops.c23 static const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kernel/
H A Dcpu_ops.c23 static const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kernel/
H A Dcpu_ops.c23 static const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_cpu0.c721 t_stat cpu_ops (OP_PAT pattern, OPS op) in cpu_ops() function
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_cpu0.c721 t_stat cpu_ops (OP_PAT pattern, OPS op) in cpu_ops() function
/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_cpu1.c728 t_stat cpu_ops (OP_PAT pattern, OPS op, uint32 irq) in cpu_ops() function
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/mvebu/
H A Dclk-cpu.c160 static const struct clk_ops cpu_ops = { variable
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/mvebu/
H A Dclk-cpu.c160 static const struct clk_ops cpu_ops = { variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/mvebu/
H A Dclk-cpu.c160 static const struct clk_ops cpu_ops = { variable

123