Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/include/device/
H A Ddevice.h28 struct chip_operations { struct
29 void (*enable_dev)(struct device *dev);
30 void (*init)(void *chip_info);
31 void (*final)(void *chip_info);
32 unsigned int initialized : 1;
33 unsigned int finalized : 1;
34 const char *name;