Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/include/device/
H A Ddevice.h41 struct device_operations { struct
42 void (*read_resources)(struct device *dev);
43 void (*set_resources)(struct device *dev);
44 void (*enable_resources)(struct device *dev);
45 void (*init)(struct device *dev);
46 void (*final)(struct device *dev);
47 void (*scan_bus)(struct device *bus);
48 void (*enable)(struct device *dev);
49 void (*vga_disable)(struct device *dev);
50 void (*reset_bus)(struct bus *bus);
[all …]
/aosp_15_r20/external/coreboot/util/sconfig/
H A Dmain.c149 static struct identifier *device_operations; variable