/openbmc/linux/drivers/acpi/acpica/ |
H A D | tbfind.c | 35 char *oem_id, char *oem_table_id, u32 *table_index) in acpi_tb_find_table() argument 51 if ((strlen(oem_id) > ACPI_OEM_ID_SIZE) || in acpi_tb_find_table() 60 strncpy(header.oem_id, oem_id, ACPI_OEM_ID_SIZE); in acpi_tb_find_table() 97 header.signature, ACPI_NAMESEG_SIZE) && (!oem_id[0] in acpi_tb_find_table() 102 pointer->oem_id, in acpi_tb_find_table() 103 header.oem_id, in acpi_tb_find_table()
|
H A D | tbprint.c | 74 acpi_tb_fix_string(out_header->oem_id, ACPI_OEM_ID_SIZE); in acpi_tb_cleanup_table_header() 110 memcpy(local_header.oem_id, in acpi_tb_print_table_header() 111 ACPI_CAST_PTR(struct acpi_table_rsdp, header)->oem_id, in acpi_tb_print_table_header() 113 acpi_tb_fix_string(local_header.oem_id, ACPI_OEM_ID_SIZE); in acpi_tb_print_table_header() 123 local_header.oem_id)); in acpi_tb_print_table_header() 133 local_header.oem_id, local_header.oem_table_id, in acpi_tb_print_table_header()
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-microvm.c | 110 AcpiTable table = { .sig = "DSDT", .rev = 2, .oem_id = x86ms->oem_id, in build_dsdt_microvm() 201 build_fadt(tables_blob, tables->linker, &pmfadt, x86ms->oem_id, in acpi_build_microvm() 206 x86ms->oem_id, x86ms->oem_table_id); in acpi_build_microvm() 215 x86ms->oem_id, x86ms->oem_table_id); in acpi_build_microvm() 221 build_xsdt(tables_blob, tables->linker, table_offsets, x86ms->oem_id, in acpi_build_microvm() 229 .oem_id = x86ms->oem_id, in acpi_build_microvm()
|
H A D | acpi-build.c | 1377 AcpiTable table = { .sig = "DSDT", .rev = 1, .oem_id = x86ms->oem_id, in build_dsdt() 1805 build_hpet(GArray *table_data, BIOSLinker *linker, const char *oem_id, in build_hpet() argument 1809 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_hpet() 1838 const char *oem_id, const char *oem_table_id) in build_tpm_tcpa() argument 1842 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_tpm_tcpa() 1883 AcpiTable table = { .sig = "SRAT", .rev = 1, .oem_id = x86ms->oem_id, in build_srat() 2065 build_dmar_q35(GArray *table_data, BIOSLinker *linker, const char *oem_id, in build_dmar_q35() argument 2077 AcpiTable table = { .sig = "DMAR", .rev = 1, .oem_id = oem_id, in build_dmar_q35() 2149 build_waet(GArray *table_data, BIOSLinker *linker, const char *oem_id, in build_waet() argument 2152 AcpiTable table = { .sig = "WAET", .rev = 1, .oem_id = oem_id, in build_waet() [all …]
|
H A D | acpi-common.c | 97 const char *oem_id, const char *oem_table_id) in acpi_build_madt() argument 104 AcpiTable table = { .sig = "APIC", .rev = 3, .oem_id = oem_id, in acpi_build_madt()
|
/openbmc/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 284 AcpiTable table = { .sig = "IORT", .rev = 3, .oem_id = vms->oem_id, in build_iort() 467 build_spcr(table_data, linker, &serial, 2, vms->oem_id, vms->oem_table_id); in spcr_setup() 482 AcpiTable table = { .sig = "SRAT", .rev = 3, .oem_id = vms->oem_id, in build_srat() 545 AcpiTable table = { .sig = "GTDT", .rev = 3, .oem_id = vms->oem_id, in build_gtdt() 597 AcpiTable table = { .sig = "DBG2", .rev = 0, .oem_id = vms->oem_id, in build_dbg2() 671 AcpiTable table = { .sig = "APIC", .rev = 4, .oem_id = vms->oem_id, in build_madt() 799 build_fadt(table_data, linker, &fadt, vms->oem_id, vms->oem_table_id); in build_fadt_rev6() 811 AcpiTable table = { .sig = "DSDT", .rev = 2, .oem_id = vms->oem_id, in build_dsdt() 922 vms->oem_id, vms->oem_table_id); in virt_acpi_build() 934 build_mcfg(tables_blob, tables->linker, &mcfg, vms->oem_id, in virt_acpi_build() [all …]
|
/openbmc/qemu/hw/loongarch/ |
H A D | acpi-build.c | 116 AcpiTable table = { .sig = "APIC", .rev = 1, .oem_id = lvms->oem_id, in build_madt() 176 AcpiTable table = { .sig = "SRAT", .rev = 1, .oem_id = lvms->oem_id, in build_srat() 279 build_spcr(table_data, linker, &serial, 2, lvms->oem_id, in spcr_setup() 450 AcpiTable table = { .sig = "DSDT", .rev = 1, .oem_id = lvms->oem_id, in build_dsdt() 514 lvms->oem_id, lvms->oem_table_id); in acpi_build() 521 lvms->oem_id, lvms->oem_table_id); in acpi_build() 531 build_slit(tables_blob, tables->linker, machine, lvms->oem_id, in acpi_build() 537 lvms->oem_id, lvms->oem_table_id); in acpi_build() 547 build_mcfg(tables_blob, tables->linker, &mcfg, lvms->oem_id, in acpi_build() 556 tables->tcpalog, lvms->oem_id, in acpi_build() [all …]
|
/openbmc/qemu/hw/riscv/ |
H A D | virt-acpi-build.c | 234 build_spcr(table_data, linker, &serial, 2, s->oem_id, s->oem_table_id); in spcr_setup() 261 AcpiTable table = { .sig = "RHCT", .rev = 1, .oem_id = s->oem_id, in build_rhct() 406 build_fadt(table_data, linker, &fadt, s->oem_id, s->oem_table_id); in build_fadt_rev6() 418 AcpiTable table = { .sig = "DSDT", .rev = 2, .oem_id = s->oem_id, in build_dsdt() 506 AcpiTable table = { .sig = "APIC", .rev = 6, .oem_id = s->oem_id, in build_madt() 613 AcpiTable table = { .sig = "SRAT", .rev = 3, .oem_id = vms->oem_id, in build_srat() 685 build_mcfg(tables_blob, tables->linker, &mcfg, s->oem_id, in virt_acpi_build() 694 build_slit(tables_blob, tables->linker, ms, s->oem_id, in virt_acpi_build() 701 build_xsdt(tables_blob, tables->linker, table_offsets, s->oem_id, in virt_acpi_build() 708 .oem_id = s->oem_id, in virt_acpi_build()
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | smtinit.c | 30 #define OEMID(smc,i) oem_id[i] 31 extern u_char oem_id[] ; 33 #define OEMID(smc,i) smc->hw.oem_id->oi_mark[i]
|
H A D | drvfbi.c | 55 const u_char oem_id[] = "xPOS_ID:xxxx" ; variable 57 const u_char oem_id[] = OEM_ID ; variable 60 #define OEMID(smc,i) oem_id[ID_BYTE0 + i] 66 #define OEMID(smc,i) smc->hw.oem_id->oi_id[i] 503 smc->hw.oem_id = 0 ; in set_oi_id_def() 528 smc->hw.oem_id = (struct s_oem_ids *) &oem_ids[sel_id] ; in set_oi_id_def()
|
/openbmc/libcper/sections/ |
H A D | cper-section-dmar-vtd.c | 23 UINT64 oem_id = 0; in cper_section_dmar_vtd_to_ir() local 25 oem_id |= (UINT64)vtd_error->OemId[i] << (i * 8); in cper_section_dmar_vtd_to_ir() 32 json_object_new_uint64(oem_id)); in cper_section_dmar_vtd_to_ir() 132 UINT64 oem_id = json_object_get_uint64( in ir_section_dmar_vtd_to_cper() local 135 section_cper->OemId[i] = (oem_id >> (i * 8)) & 0xFF; in ir_section_dmar_vtd_to_cper()
|
/openbmc/qemu/hw/acpi/ |
H A D | viot.c | 88 uint16_t virtio_iommu_bdf, const char *oem_id, in build_viot() argument 94 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_viot()
|
H A D | aml-build.c | 1726 build_append_padded_str(array, desc->oem_id, 6, '\0'); /* OEMID */ in acpi_table_begin() 1823 g_array_append_vals(tbl, rsdp_data->oem_id, 6); /* OEMID */ in build_rsdp() 1868 const char *oem_id, const char *oem_table_id) in build_rsdt() argument 1872 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_rsdt() 1896 const char *oem_id, const char *oem_table_id) in build_xsdt() argument 1900 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_xsdt() 2028 const char *oem_id, const char *oem_table_id) in build_slit() argument 2033 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_slit() 2081 const char *oem_id, const char *oem_table_id) in build_spcr() argument 2083 AcpiTable table = { .sig = "SPCR", .rev = rev, .oem_id = oem_id, in build_spcr() [all …]
|
H A D | vmgenid.c | 26 BIOSLinker *linker, const char *oem_id) in vmgenid_build_acpi() argument 32 .oem_id = oem_id, .oem_table_id = "VMGENID" }; in vmgenid_build_acpi()
|
H A D | hmat.c | 271 const char *oem_id, const char *oem_table_id) in build_hmat() argument 274 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_hmat()
|
H A D | pci.c | 42 const char *oem_id, const char *oem_table_id) in build_mcfg() argument 45 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_mcfg()
|
H A D | core.c | 45 char oem_id[6] member 208 if (hdrs->oem_id) { in acpi_table_install() 209 strncpy(ext_hdr->oem_id, hdrs->oem_id, sizeof ext_hdr->oem_id); in acpi_table_install() 349 oem->id = g_strndup(hdr->oem_id, 6); in acpi_get_slic_oem()
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | probe_64.c | 31 int __init default_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in default_acpi_madt_oem_check() argument 36 if ((*drv)->acpi_madt_oem_check(oem_id, oem_table_id)) { in default_acpi_madt_oem_check()
|
H A D | apic_numachip.c | 198 static int numachip1_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in numachip1_acpi_madt_oem_check() argument 200 if ((strncmp(oem_id, "NUMASC", 6) != 0) || in numachip1_acpi_madt_oem_check() 209 static int numachip2_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in numachip2_acpi_madt_oem_check() argument 211 if ((strncmp(oem_id, "NUMASC", 6) != 0) || in numachip2_acpi_madt_oem_check()
|
H A D | apic_flat_64.c | 26 static int flat_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in flat_acpi_madt_oem_check() argument 122 static int physflat_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in physflat_acpi_madt_oem_check() 136 if (!strncmp(oem_id, "IBM", 3) && !strncmp(oem_table_id, "EXA", 3)) { in physflat_acpi_madt_oem_check() 121 physflat_acpi_madt_oem_check(char * oem_id,char * oem_table_id) physflat_acpi_madt_oem_check() argument
|
/openbmc/linux/drivers/acpi/ |
H A D | spcr.c | 32 if (memcmp(h->oem_id, "QCOM ", ACPI_OEM_ID_SIZE)) in qdf2400_erratum_44_present() 57 if (memcmp(tb->header.oem_id, "APMC0D", ACPI_OEM_ID_SIZE) && in xgene_8250_erratum_present() 58 memcmp(tb->header.oem_id, "HPE ", ACPI_OEM_ID_SIZE)) in xgene_8250_erratum_present()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 420 const char *oem_id; member 456 const char *oem_id, const char *oem_table_id); 459 const char *oem_id, const char *oem_table_id); 497 const char *oem_id, const char *oem_table_id); 500 const char *oem_id, const char *oem_table_id); 503 const char *oem_id, const char *oem_table_id); 506 const char *oem_id, const char *oem_table_id); 510 const char *oem_id, const char *oem_table_id);
|
/openbmc/linux/include/acpi/ |
H A D | actbl.h | 73 char oem_id[ACPI_OEM_ID_SIZE]; /* ASCII OEM identification */ member 108 char oem_id[ACPI_OEM_ID_SIZE]; /* OEM identification */ member 122 char oem_id[ACPI_OEM_ID_SIZE]; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | hw.c | 1630 if (rtlhal->oem_id != RT_CID_DEFAULT) in _rtl8723e_read_adapter_info() 1654 rtlhal->oem_id = RT_CID_TOSHIBA; in _rtl8723e_read_adapter_info() 1660 rtlhal->oem_id = RT_CID_819X_SAMSUNG; in _rtl8723e_read_adapter_info() 1664 rtlhal->oem_id = RT_CID_819X_CLEVO; in _rtl8723e_read_adapter_info() 1667 rtlhal->oem_id = RT_CID_819X_PRONETS; in _rtl8723e_read_adapter_info() 1674 rtlhal->oem_id = RT_CID_819X_LENOVO; in _rtl8723e_read_adapter_info() 1679 rtlhal->oem_id = RT_CID_819X_ACER; in _rtl8723e_read_adapter_info() 1686 rtlhal->oem_id = RT_CID_819X_DELL; in _rtl8723e_read_adapter_info() 1693 rtlhal->oem_id = RT_CID_819X_HP; in _rtl8723e_read_adapter_info() 1699 rtlhal->oem_id = RT_CID_819X_QMI; in _rtl8723e_read_adapter_info() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | hw.c | 2113 if (rtlhal->oem_id == RT_CID_DEFAULT) { in _rtl8723be_read_adapter_info() 2147 rtlhal->oem_id = RT_CID_TOSHIBA; in _rtl8723be_read_adapter_info() 2149 rtlhal->oem_id = RT_CID_819X_ACER; in _rtl8723be_read_adapter_info() 2152 rtlhal->oem_id = RT_CID_819X_SAMSUNG; in _rtl8723be_read_adapter_info() 2155 rtlhal->oem_id = RT_CID_819X_LENOVO; in _rtl8723be_read_adapter_info() 2160 rtlhal->oem_id = RT_CID_819X_CLEVO; in _rtl8723be_read_adapter_info() 2169 rtlhal->oem_id = RT_CID_819X_DELL; in _rtl8723be_read_adapter_info() 2172 rtlhal->oem_id = RT_CID_819X_HP; in _rtl8723be_read_adapter_info() 2175 rtlhal->oem_id = RT_CID_819X_QMI; in _rtl8723be_read_adapter_info() 2178 rtlhal->oem_id = RT_CID_819X_PRONETS; in _rtl8723be_read_adapter_info() [all …]
|