Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/arch/ppc64/include/arch/
H A Dcpu.h12 struct cpu_driver { struct
13 struct device_operations *ops;
14 const struct cpu_device_id *id_table;
/aosp_15_r20/external/coreboot/src/arch/riscv/include/arch/
H A Dcpu.h13 struct cpu_driver { struct
14 struct device_operations *ops;
15 const struct cpu_device_id *id_table;
/aosp_15_r20/external/coreboot/src/arch/arm/include/armv7/arch/
H A Dcpu.h13 struct cpu_driver { struct
14 struct device_operations *ops;
15 const struct cpu_device_id *id_table;
/aosp_15_r20/external/coreboot/src/arch/x86/include/arch/
H A Dcpu.h148 struct cpu_driver { struct
153 struct cpu_driver *find_cpu_driver(struct device *cpu); argument
/aosp_15_r20/external/coreboot/src/arch/arm64/include/armv8/arch/
H A Dcpu.h11 struct cpu_driver { }; struct