Searched defs:dmi_header (Results 1 – 1 of 1) sorted by relevance
76 struct dmi_header { struct77 u8 type;78 u8 length;79 u16 handle;140 static inline int dmi_walk(void (*decode)(const struct dmi_header *, void *), in dmi_walk() argument