/linux-6.12.1/drivers/platform/x86/dell/ |
D | Makefile | 13 obj-$(CONFIG_DELL_SMBIOS) += dell-smbios.o 14 dell-smbios-objs := dell-smbios-base.o 15 dell-smbios-$(CONFIG_DELL_SMBIOS_WMI) += dell-smbios-wmi.o 16 dell-smbios-$(CONFIG_DELL_SMBIOS_SMM) += dell-smbios-smm.o
|
/linux-6.12.1/drivers/firmware/efi/libstub/ |
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()
|
D | Makefile | 84 lib-$(CONFIG_ARM64) += kaslr.o arm64.o arm64-stub.o smbios.o 85 lib-$(CONFIG_X86) += x86-stub.o smbios.o
|
/linux-6.12.1/tools/wmi/ |
D | Makefile | 7 TARGET = dell-smbios-example 17 install: dell-smbios-example
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-firmware-qemu_fw_cfg | 78 "etc/smbios/smbios-tables" 79 "etc/smbios/smbios-anchor"
|
D | dell-smbios-wmi | 1 What: /dev/wmi/dell-smbios 20 the WMI character device /dev/wmi/dell-smbios.
|
/linux-6.12.1/arch/x86/include/asm/ |
D | setup_data.h | 26 u64 smbios; member
|
/linux-6.12.1/arch/mips/loongson64/ |
D | env.c | 71 loongson_p = &(boot_p->efi.smbios.lp); in prom_lefi_init_env() 171 loongson_sysconf.vgabios_addr = boot_p->efi.smbios.vga_bios; in prom_lefi_init_env()
|
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | core.c | 612 struct ath12k_smbios_bdf *smbios = (struct ath12k_smbios_bdf *)hdr; in ath12k_core_check_bdfext() local 630 if (!smbios->bdf_enabled) { in ath12k_core_check_bdfext() 636 if (memcmp(smbios->bdf_ext, magic, strlen(magic)) != 0) { in ath12k_core_check_bdfext() 643 strlen(smbios->bdf_ext), sizeof(ab->qmi.target.bdf_ext)); in ath12k_core_check_bdfext() 645 if (!isascii(smbios->bdf_ext[i]) || !isprint(smbios->bdf_ext[i])) { in ath12k_core_check_bdfext() 653 copied = strscpy(ab->qmi.target.bdf_ext, smbios->bdf_ext + strlen(magic), in ath12k_core_check_bdfext()
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | core.c | 985 struct ath11k_smbios_bdf *smbios = (struct ath11k_smbios_bdf *)hdr; in ath11k_core_check_cc_code_bdfext() local 1005 switch (smbios->country_code_flag) { in ath11k_core_check_cc_code_bdfext() 1007 ab->new_alpha2[0] = (smbios->cc_code >> 8) & 0xff; in ath11k_core_check_cc_code_bdfext() 1008 ab->new_alpha2[1] = smbios->cc_code & 0xff; in ath11k_core_check_cc_code_bdfext() 1019 smbios->country_code_flag); in ath11k_core_check_cc_code_bdfext() 1025 if (!smbios->bdf_enabled) { in ath11k_core_check_cc_code_bdfext() 1031 if (memcmp(smbios->bdf_ext, magic, strlen(magic)) != 0) { in ath11k_core_check_cc_code_bdfext() 1038 strlen(smbios->bdf_ext), sizeof(ab->qmi.target.bdf_ext)); in ath11k_core_check_cc_code_bdfext() 1040 if (!isascii(smbios->bdf_ext[i]) || !isprint(smbios->bdf_ext[i])) { in ath11k_core_check_cc_code_bdfext() 1048 copied = strscpy(ab->qmi.target.bdf_ext, smbios->bdf_ext + strlen(magic), in ath11k_core_check_cc_code_bdfext()
|
/linux-6.12.1/arch/x86/platform/efi/ |
D | quirks.c | 545 if (!data->smbios) in efi_reuse_config() 563 ((efi_config_table_64_t *)p)->table = data->smbios; in efi_reuse_config()
|
D | efi.c | 75 &efi.smbios,
|
/linux-6.12.1/drivers/firmware/efi/ |
D | efi.c | 43 .smbios = EFI_INVALID_TABLE_ADDR, 148 if (efi.smbios != EFI_INVALID_TABLE_ADDR) in systab_show() 149 str += sprintf(str, "SMBIOS=0x%lx\n", efi.smbios); in systab_show() 596 {SMBIOS_TABLE_GUID, &efi.smbios, "SMBIOS" },
|
/linux-6.12.1/arch/mips/include/asm/mach-loongson64/ |
D | boot_param.h | 192 struct smbios_tables smbios; /* SM BIOS table */ member
|
/linux-6.12.1/arch/x86/kernel/ |
D | kexec-bzimage64.c | 166 esd->smbios = efi.smbios; in prepare_add_efi_setup_data()
|
/linux-6.12.1/drivers/firmware/ |
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-6.12.1/include/linux/ |
D | efi.h | 651 unsigned long smbios; /* SMBIOS table (32 bit entry point) */ member
|
/linux-6.12.1/ |
D | MAINTAINERS | 6368 F: drivers/platform/x86/dell/dell-smbios.* 6374 F: drivers/platform/x86/dell/dell-smbios-smm.c 6380 F: drivers/platform/x86/dell/dell-smbios-wmi.c 6381 F: tools/wmi/dell-smbios-example.c
|