Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Ddmi.h73 struct dmi_header { struct
74 u8 type;
75 u8 length;
76 u16 handle;
130 static inline int dmi_walk(void (*decode)(const struct dmi_header *, void *), in dmi_walk() argument
/linux-3.3/drivers/firmware/
Ddmi_scan.c71 void (*decode)(const struct dmi_header *, void *), in dmi_table() argument
103 static int __init dmi_walk_early(void (*decode)(const struct dmi_header *, in dmi_walk_early()
714 int dmi_walk(void (*decode)(const struct dmi_header *, void *), in dmi_walk() argument