| /Linux-v5.4/drivers/acpi/acpica/ |
| D | tbfind.c | 35 char *oem_id, char *oem_table_id, u32 *table_index) in acpi_tb_find_table() argument 52 (strlen(oem_table_id) > ACPI_OEM_TABLE_ID_SIZE)) { in acpi_tb_find_table() 61 strncpy(header.oem_table_id, oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in acpi_tb_find_table() 105 && (!oem_table_id[0] in acpi_tb_find_table() 107 oem_table_id, header.oem_table_id, in acpi_tb_find_table()
|
| D | tbprint.c | 74 acpi_tb_fix_string(out_header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in acpi_tb_cleanup_table_header() 131 local_header.oem_id, local_header.oem_table_id, in acpi_tb_print_table_header()
|
| D | tbxfload.c | 192 table->pointer->oem_table_id)); in ACPI_EXPORT_SYMBOL_INIT() 199 table->pointer->oem_table_id)); in ACPI_EXPORT_SYMBOL_INIT()
|
| D | acapps.h | 152 u32 length, char *table_name, char *oem_table_id);
|
| D | dsinit.c | 213 table->signature, table->oem_table_id, owner_id, in acpi_ds_initialize_objects()
|
| /Linux-v5.4/drivers/sfi/ |
| D | sfi_core.c | 127 header->oem_table_id); in sfi_print_table_header() 207 || (key->oem_table_id && strncmp(th->oem_table_id, in sfi_table_check_key() 208 key->oem_table_id, SFI_OEM_TABLE_ID_SIZE))) in sfi_table_check_key() 281 int sfi_table_parse(char *signature, char *oem_id, char *oem_table_id, in sfi_table_parse() argument 293 key.oem_table_id = oem_table_id; in sfi_table_parse() 402 key.oem_table_id = NULL; in sfi_table_show()
|
| D | sfi_acpi.c | 152 int sfi_acpi_table_parse(char *signature, char *oem_id, char *oem_table_id, in sfi_acpi_table_parse() argument 164 key.oem_table_id = oem_table_id; in sfi_acpi_table_parse() 187 key.oem_table_id = NULL; in sfi_acpi_table_show()
|
| D | sfi_core.h | 64 char *oem_table_id; member 73 #define SFI_ANY_KEY { .sig = NULL, .oem_id = NULL, .oem_table_id = NULL }
|
| /Linux-v5.4/drivers/acpi/ |
| D | spcr.c | 35 if (!memcmp(h->oem_table_id, "QDF2432 ", ACPI_OEM_TABLE_ID_SIZE)) in qdf2400_erratum_44_present() 38 if (!memcmp(h->oem_table_id, "QDF2400 ", ACPI_OEM_TABLE_ID_SIZE) && in qdf2400_erratum_44_present() 61 if (!memcmp(tb->header.oem_table_id, "XGENESPC", in xgene_8250_erratum_present() 65 if (!memcmp(tb->header.oem_table_id, "ProLiant", in xgene_8250_erratum_present()
|
| D | pci_mcfg.c | 28 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; member 155 !memcmp(f->oem_table_id, mcfg_oem_table_id, in pci_mcfg_quirk_matches() 270 memcpy(mcfg_oem_table_id, header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in pci_mcfg_parse()
|
| D | tables.c | 473 table->signature, table->oem_table_id); in acpi_table_taint() 666 memcmp(table->oem_table_id, existing_table->oem_table_id, in acpi_table_initrd_override() 685 table->oem_table_id); in acpi_table_initrd_override() 735 table->oem_table_id); in acpi_table_initrd_scan()
|
| D | acpi_configfs.c | 145 return sprintf(str, "%.*s\n", ACPI_OEM_TABLE_ID_SIZE, h->oem_table_id); in acpi_table_oem_table_id_show() 184 CONFIGFS_ATTR_RO(acpi_table_, oem_table_id);
|
| D | blacklist.c | 54 acpi_blacklist[i].oem_table_id, in acpi_blacklisted()
|
| /Linux-v5.4/include/linux/ |
| D | sfi.h | 101 char oem_table_id[SFI_OEM_TABLE_ID_SIZE]; member 180 extern int sfi_table_parse(char *signature, char *oem_id, char *oem_table_id, 202 char *oem_table_id, in sfi_table_parse() argument
|
| D | sfi_acpi.h | 67 char *oem_table_id, 80 char *oem_table_id, in sfi_acpi_table_parse() argument
|
| /Linux-v5.4/arch/x86/kernel/apic/ |
| D | probe_64.c | 39 int __init default_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in default_acpi_madt_oem_check() argument 44 if ((*drv)->acpi_madt_oem_check(oem_id, oem_table_id)) { in default_acpi_madt_oem_check()
|
| D | apic_numachip.c | 209 static int numachip1_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in numachip1_acpi_madt_oem_check() argument 212 (strncmp(oem_table_id, "NCONNECT", 8) != 0)) in numachip1_acpi_madt_oem_check() 220 static int numachip2_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in numachip2_acpi_madt_oem_check() argument 223 (strncmp(oem_table_id, "NCONECT2", 8) != 0)) in numachip2_acpi_madt_oem_check()
|
| 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 160 static int physflat_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in physflat_acpi_madt_oem_check() argument 174 if (!strncmp(oem_id, "IBM", 3) && !strncmp(oem_table_id, "EXA", 3)) { in physflat_acpi_madt_oem_check()
|
| D | probe_32.c | 196 int __init default_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in default_acpi_madt_oem_check() argument 203 if (!(*drv)->acpi_madt_oem_check(oem_id, oem_table_id)) in default_acpi_madt_oem_check()
|
| D | x2apic_uv_x.c | 251 static int __init uv_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in uv_acpi_madt_oem_check() argument 260 oem_id, oem_table_id); in uv_acpi_madt_oem_check() 295 if (!strcmp(oem_table_id, "UVX")) { in uv_acpi_madt_oem_check() 300 } else if (!strcmp(oem_table_id, "UVH")) { in uv_acpi_madt_oem_check() 308 } else if (!strcmp(oem_table_id, "UVL")) { in uv_acpi_madt_oem_check() 317 …pr_info("UV: OEM IDs %s/%s, System/HUB Types %d/%d, uv_apic %d\n", oem_id, oem_table_id, uv_system… in uv_acpi_madt_oem_check() 323 pr_err("UV: OEM_ID:%s OEM_TABLE_ID:%s\n", oem_id, oem_table_id); in uv_acpi_madt_oem_check()
|
| /Linux-v5.4/drivers/cpufreq/ |
| D | cppc_cpufreq.c | 43 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; member 52 .oem_table_id = "HIP07 ", 56 .oem_table_id = "HIP08 ", 95 !memcmp(wa_info[i].oem_table_id, tbl->oem_table_id, ACPI_OEM_TABLE_ID_SIZE) && in cppc_check_hisi_workaround()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_crat.h | 57 uint8_t oem_table_id[CRAT_OEMTABLEID_LENGTH]; member 306 uint8_t oem_table_id[CDIT_OEMTABLEID_LENGTH]; member
|
| /Linux-v5.4/sound/soc/intel/skylake/ |
| D | skl-nhlt.c | 140 nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_update_topology_bin() 144 skl->pci_id, nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_update_topology_bin() 162 nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_platform_id_show()
|
| /Linux-v5.4/drivers/clocksource/ |
| D | arm_arch_timer.c | 203 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; member 299 .oem_table_id = "HIP05 ", 304 .oem_table_id = "HIP06 ", 309 .oem_table_id = "HIP07 ", 512 !memcmp(info->oem_table_id, table->oem_table_id, ACPI_OEM_TABLE_ID_SIZE) && in arch_timer_check_acpi_oem_erratum()
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | configfs-acpi | 33 oem_table_id - ASCII OEM table identification
|