| /linux/drivers/platform/x86/dell/ ! |
| H A D | Makefile | 16 obj-$(CONFIG_DELL_SMBIOS) += dell-smbios.o 17 dell-smbios-y := dell-smbios-base.o 18 dell-smbios-$(CONFIG_DELL_SMBIOS_WMI) += dell-smbios-wmi.o 19 dell-smbios-$(CONFIG_DELL_SMBIOS_SMM) += dell-smbios-smm.o
|
| /linux/drivers/firmware/efi/libstub/ ! |
| H A D | smbios.c | 39 efi_smbios_protocol_t *smbios; in efi_get_smbios_record() local 44 (void **)&smbios) ?: in efi_get_smbios_record() 45 efi_call_proto(smbios, get_next, &handle, &type, &record, NULL); in efi_get_smbios_record()
|
| H A D | Makefile | 86 lib-$(CONFIG_ARM64) += kaslr.o arm64.o arm64-stub.o smbios.o 87 lib-$(CONFIG_X86) += x86-stub.o smbios.o
|
| /linux/tools/wmi/ ! |
| H A D | Makefile | 7 TARGET = dell-smbios-example 17 install: dell-smbios-example
|
| /linux/Documentation/ABI/testing/ ! |
| H A D | sysfs-firmware-qemu_fw_cfg | 78 "etc/smbios/smbios-tables" 79 "etc/smbios/smbios-anchor"
|
| H A D | dell-smbios-wmi | 1 What: /dev/wmi/dell-smbios 20 the WMI character device /dev/wmi/dell-smbios.
|
| /linux/drivers/net/wireless/ath/ath12k/ ! |
| H A D | core.c | 728 struct ath12k_smbios_bdf *smbios = (struct ath12k_smbios_bdf *)hdr; in ath12k_core_check_cc_code_bdfext() local 748 switch (smbios->country_code_flag) { in ath12k_core_check_cc_code_bdfext() 750 ab->new_alpha2[0] = u16_get_bits(smbios->cc_code >> 8, 0xff); in ath12k_core_check_cc_code_bdfext() 751 ab->new_alpha2[1] = u16_get_bits(smbios->cc_code, 0xff); in ath12k_core_check_cc_code_bdfext() 762 smbios->country_code_flag); in ath12k_core_check_cc_code_bdfext() 768 if (!smbios->bdf_enabled) { in ath12k_core_check_cc_code_bdfext() 774 if (memcmp(smbios->bdf_ext, magic, strlen(magic)) != 0) { in ath12k_core_check_cc_code_bdfext() 781 strlen(smbios->bdf_ext), sizeof(ab->qmi.target.bdf_ext)); in ath12k_core_check_cc_code_bdfext() 783 if (!isascii(smbios->bdf_ext[i]) || !isprint(smbios->bdf_ext[i])) { in ath12k_core_check_cc_code_bdfext() 791 copied = strscpy(ab->qmi.target.bdf_ext, smbios->bdf_ext + strlen(magic), in ath12k_core_check_cc_code_bdfext()
|
| /linux/arch/x86/include/asm/ ! |
| H A D | setup_data.h | 26 u64 smbios; member
|
| /linux/drivers/net/wireless/ath/ath11k/ ! |
| H A D | core.c | 1388 struct ath11k_smbios_bdf *smbios = (struct ath11k_smbios_bdf *)hdr; in ath11k_core_check_cc_code_bdfext() local 1408 switch (smbios->country_code_flag) { in ath11k_core_check_cc_code_bdfext() 1410 ab->new_alpha2[0] = (smbios->cc_code >> 8) & 0xff; in ath11k_core_check_cc_code_bdfext() 1411 ab->new_alpha2[1] = smbios->cc_code & 0xff; in ath11k_core_check_cc_code_bdfext() 1422 smbios->country_code_flag); in ath11k_core_check_cc_code_bdfext() 1428 if (!smbios->bdf_enabled) { in ath11k_core_check_cc_code_bdfext() 1434 if (memcmp(smbios->bdf_ext, magic, strlen(magic)) != 0) { in ath11k_core_check_cc_code_bdfext() 1441 strlen(smbios->bdf_ext), sizeof(ab->qmi.target.bdf_ext)); in ath11k_core_check_cc_code_bdfext() 1443 if (!isascii(smbios->bdf_ext[i]) || !isprint(smbios->bdf_ext[i])) { in ath11k_core_check_cc_code_bdfext() 1451 copied = strscpy(ab->qmi.target.bdf_ext, smbios->bdf_ext + strlen(magic), in ath11k_core_check_cc_code_bdfext()
|
| /linux/arch/mips/loongson64/ ! |
| H A D | env.c | 184 loongson_p = &(boot_p->efi.smbios.lp); in prom_lefi_init_env() 284 loongson_sysconf.vgabios_addr = boot_p->efi.smbios.vga_bios; in prom_lefi_init_env()
|
| /linux/drivers/firmware/efi/ ! |
| H A D | efi.c | 43 .smbios = EFI_INVALID_TABLE_ADDR, 153 if (efi.smbios != EFI_INVALID_TABLE_ADDR) in systab_show() 154 str += sprintf(str, "SMBIOS=0x%lx\n", efi.smbios); in systab_show() 618 {SMBIOS_TABLE_GUID, &efi.smbios, "SMBIOS" },
|
| /linux/arch/x86/platform/efi/ ! |
| H A D | quirks.c | 594 if (!data->smbios) in efi_reuse_config() 612 ((efi_config_table_64_t *)p)->table = data->smbios; in efi_reuse_config()
|
| H A D | efi.c | 71 &efi.smbios,
|
| /linux/arch/mips/include/asm/mach-loongson64/ ! |
| H A D | boot_param.h | 192 struct smbios_tables smbios; /* SM BIOS table */ member
|
| /linux/arch/x86/kernel/ ! |
| H A D | kexec-bzimage64.c | 175 esd->smbios = efi.smbios; in prepare_add_efi_setup_data()
|
| /linux/drivers/firmware/ ! |
| H A D | dmi_scan.c | 704 if (efi.smbios == EFI_INVALID_TABLE_ADDR) in dmi_scan_machine() 711 p = dmi_early_remap(efi.smbios, 32); in dmi_scan_machine()
|
| /linux/include/linux/ ! |
| H A D | efi.h | 644 unsigned long smbios; /* SMBIOS table (32 bit entry point) */ member
|
| /linux/ ! |
| H A D | MAINTAINERS | 7157 F: drivers/platform/x86/dell/dell-smbios.* 7163 F: drivers/platform/x86/dell/dell-smbios-smm.c 7169 F: drivers/platform/x86/dell/dell-smbios-wmi.c 7170 F: tools/wmi/dell-smbios-example.c
|