Home
last modified time | relevance | path

Searched refs:smbios (Results 1 – 18 of 18) sorted by relevance

/linux-6.1.9/drivers/platform/x86/dell/
DMakefile12 obj-$(CONFIG_DELL_SMBIOS) += dell-smbios.o
13 dell-smbios-objs := dell-smbios-base.o
14 dell-smbios-$(CONFIG_DELL_SMBIOS_WMI) += dell-smbios-wmi.o
15 dell-smbios-$(CONFIG_DELL_SMBIOS_SMM) += dell-smbios-smm.o
/linux-6.1.9/drivers/firmware/efi/libstub/
Dsmbios.c28 efi_smbios_protocol_t *smbios; in __efi_get_smbios_string() local
34 (void **)&smbios) ?: in __efi_get_smbios_string()
35 efi_call_proto(smbios, get_next, &handle, &type, &record, NULL); in __efi_get_smbios_string()
DMakefile85 lib-$(CONFIG_ARM64) += arm64-stub.o smbios.o
/linux-6.1.9/tools/wmi/
DMakefile7 TARGET = dell-smbios-example
17 install: dell-smbios-example
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-firmware-qemu_fw_cfg78 "etc/smbios/smbios-tables"
79 "etc/smbios/smbios-anchor"
Ddell-smbios-wmi1 What: /dev/wmi/dell-smbios
20 the WMI character device /dev/wmi/dell-smbios.
/linux-6.1.9/arch/mips/loongson64/
Denv.c69 loongson_p = &(boot_p->efi.smbios.lp); in prom_lefi_init_env()
157 loongson_sysconf.vgabios_addr = boot_p->efi.smbios.vga_bios; in prom_lefi_init_env()
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dcore.c762 struct ath11k_smbios_bdf *smbios = (struct ath11k_smbios_bdf *)hdr; in ath11k_core_check_cc_code_bdfext() local
782 switch (smbios->country_code_flag) { in ath11k_core_check_cc_code_bdfext()
784 ab->new_alpha2[0] = (smbios->cc_code >> 8) & 0xff; in ath11k_core_check_cc_code_bdfext()
785 ab->new_alpha2[1] = smbios->cc_code & 0xff; in ath11k_core_check_cc_code_bdfext()
796 smbios->country_code_flag); in ath11k_core_check_cc_code_bdfext()
802 if (!smbios->bdf_enabled) { in ath11k_core_check_cc_code_bdfext()
808 if (memcmp(smbios->bdf_ext, magic, strlen(magic)) != 0) { in ath11k_core_check_cc_code_bdfext()
815 strlen(smbios->bdf_ext), sizeof(ab->qmi.target.bdf_ext)); in ath11k_core_check_cc_code_bdfext()
817 if (!isascii(smbios->bdf_ext[i]) || !isprint(smbios->bdf_ext[i])) { in ath11k_core_check_cc_code_bdfext()
825 copied = strscpy(ab->qmi.target.bdf_ext, smbios->bdf_ext + strlen(magic), in ath11k_core_check_cc_code_bdfext()
/linux-6.1.9/arch/x86/boot/compressed/
Defi.h103 u64 smbios; member
/linux-6.1.9/arch/x86/platform/efi/
Dquirks.c537 if (!data->smbios) in efi_reuse_config()
555 ((efi_config_table_64_t *)p)->table = data->smbios; in efi_reuse_config()
Defi.c75 &efi.smbios,
/linux-6.1.9/drivers/firmware/efi/
Defi.c42 .smbios = EFI_INVALID_TABLE_ADDR,
142 if (efi.smbios != EFI_INVALID_TABLE_ADDR) in systab_show()
143 str += sprintf(str, "SMBIOS=0x%lx\n", efi.smbios); in systab_show()
534 {SMBIOS_TABLE_GUID, &efi.smbios, "SMBIOS" },
/linux-6.1.9/arch/mips/include/asm/mach-loongson64/
Dboot_param.h185 struct smbios_tables smbios; /* SM BIOS table */ member
/linux-6.1.9/arch/x86/kernel/
Dkexec-bzimage64.c166 esd->smbios = efi.smbios; in prepare_add_efi_setup_data()
/linux-6.1.9/arch/x86/include/asm/
Defi.h174 u64 smbios; member
/linux-6.1.9/drivers/firmware/
Ddmi_scan.c689 if (efi.smbios == EFI_INVALID_TABLE_ADDR) in dmi_scan_machine()
696 p = dmi_early_remap(efi.smbios, 32); in dmi_scan_machine()
/linux-6.1.9/include/linux/
Defi.h627 unsigned long smbios; /* SMBIOS table (32 bit entry point) */ member
/linux-6.1.9/
DMAINTAINERS5830 F: drivers/platform/x86/dell/dell-smbios.*
5836 F: drivers/platform/x86/dell/dell-smbios-smm.c
5842 F: drivers/platform/x86/dell/dell-smbios-wmi.c
5843 F: tools/wmi/dell-smbios-example.c