Lines Matching full:dell
3 * SMI methods for use with dell-smbios
8 * Copyright (c) 2017 Dell Inc.
19 #include "dell-smbios.h"
29 .ident = "Dell laptop",
31 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
37 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
43 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
48 .ident = "Dell Computer Corporation",
50 DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer Corporation"),
63 /* 4 bytes of table header, plus 7 bytes of Dell header, plus at least in parse_da_table()
147 platform_device = platform_device_alloc("dell-smbios", 1); in init_dell_smbios_smm()