Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddmi.h76 struct dmi_header { struct
77 u8 type;
78 u8 length;
79 u16 handle;
142 static inline int dmi_walk(void (*decode)(const struct dmi_header *, void *), in dmi_walk() argument
/Linux-v4.19/drivers/firmware/
Ddmi_scan.c82 void (*decode)(const struct dmi_header *, void *), in dmi_decode_table() argument
131 static int __init dmi_walk_early(void (*decode)(const struct dmi_header *, in dmi_walk_early()
1061 int dmi_walk(void (*decode)(const struct dmi_header *, void *), in dmi_walk() argument