Searched defs:dmi_header (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | dmi.h | 76 struct dmi_header { struct 77 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
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | dmi.h | 76 struct dmi_header { struct 77 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
|
| /kernel/linux/linux-6.6/drivers/firmware/ |
| D | dmi_scan.c | 88 void (*decode)(const struct dmi_header *, void *), in dmi_decode_table() argument 148 static int __init dmi_walk_early(void (*decode)(const struct dmi_header *, in dmi_walk_early() 1118 int dmi_walk(void (*decode)(const struct dmi_header *, void *), in dmi_walk() argument
|
| /kernel/linux/linux-5.10/drivers/firmware/ |
| D | dmi_scan.c | 88 void (*decode)(const struct dmi_header *, void *), in dmi_decode_table() argument 137 static int __init dmi_walk_early(void (*decode)(const struct dmi_header *, in dmi_walk_early() 1100 int dmi_walk(void (*decode)(const struct dmi_header *, void *), in dmi_walk() argument
|