Searched refs:smbios (Results 1 – 9 of 9) sorted by relevance
| /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()
|
| /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 | 708 struct ath12k_smbios_bdf *smbios = (struct ath12k_smbios_bdf *)hdr; in ath12k_core_check_cc_code_bdfext() local 728 switch (smbios->country_code_flag) { in ath12k_core_check_cc_code_bdfext() 730 ab->new_alpha2[0] = u16_get_bits(smbios->cc_code >> 8, 0xff); in ath12k_core_check_cc_code_bdfext() 731 ab->new_alpha2[1] = u16_get_bits(smbios->cc_code, 0xff); in ath12k_core_check_cc_code_bdfext() 742 smbios->country_code_flag); in ath12k_core_check_cc_code_bdfext() 748 if (!smbios->bdf_enabled) { in ath12k_core_check_cc_code_bdfext() 754 if (memcmp(smbios->bdf_ext, magic, strlen(magic)) != 0) { in ath12k_core_check_cc_code_bdfext() 761 strlen(smbios->bdf_ext), sizeof(ab->qmi.target.bdf_ext)); in ath12k_core_check_cc_code_bdfext() 763 if (!isascii(smbios->bdf_ext[i]) || !isprint(smbios->bdf_ext[i])) { in ath12k_core_check_cc_code_bdfext() 771 copied = strscpy(ab->qmi.target.bdf_ext, smbios->bdf_ext + strlen(magic), in ath12k_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/net/wireless/ath/ath11k/ |
| H A D | core.c | 1390 struct ath11k_smbios_bdf *smbios = (struct ath11k_smbios_bdf *)hdr; in ath11k_core_check_cc_code_bdfext() local 1410 switch (smbios->country_code_flag) { in ath11k_core_check_cc_code_bdfext() 1412 ab->new_alpha2[0] = (smbios->cc_code >> 8) & 0xff; in ath11k_core_check_cc_code_bdfext() 1413 ab->new_alpha2[1] = smbios->cc_code & 0xff; in ath11k_core_check_cc_code_bdfext() 1424 smbios->country_code_flag); in ath11k_core_check_cc_code_bdfext() 1430 if (!smbios->bdf_enabled) { in ath11k_core_check_cc_code_bdfext() 1436 if (memcmp(smbios->bdf_ext, magic, strlen(magic)) != 0) { in ath11k_core_check_cc_code_bdfext() 1443 strlen(smbios->bdf_ext), sizeof(ab->qmi.target.bdf_ext)); in ath11k_core_check_cc_code_bdfext() 1445 if (!isascii(smbios->bdf_ext[i]) || !isprint(smbios->bdf_ext[i])) { in ath11k_core_check_cc_code_bdfext() 1453 copied = strscpy(ab->qmi.target.bdf_ext, smbios->bdf_ext + strlen(magic), in ath11k_core_check_cc_code_bdfext()
|
| /linux/arch/x86/platform/efi/ |
| H A D | efi.c | 71 &efi.smbios,
|
| /linux/ |
| H A D | MAINTAINERS | 7305 F: drivers/platform/x86/dell/dell-smbios.* 7311 F: drivers/platform/x86/dell/dell-smbios-smm.c 7317 F: drivers/platform/x86/dell/dell-smbios-wmi.c 7318 F: tools/wmi/dell-smbios-example.c
|