Home
last modified time | relevance | path

Searched refs:oem_table_id (Results 1 – 22 of 22) sorted by relevance

/drivers/acpi/acpica/
Dtbfind.c35 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()
Dtbprint.c74 acpi_tb_fix_string(out_header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in acpi_tb_cleanup_table_header()
132 local_header.oem_id, local_header.oem_table_id, in acpi_tb_print_table_header()
Dtbxfload.c192 table->pointer->oem_table_id)); in ACPI_EXPORT_SYMBOL_INIT()
199 table->pointer->oem_table_id)); in ACPI_EXPORT_SYMBOL_INIT()
Dacapps.h152 u32 length, char *table_name, char *oem_table_id);
Ddsinit.c213 table->signature, table->oem_table_id, owner_id, in acpi_ds_initialize_objects()
Dactables.h65 char *oem_id, char *oem_table_id, u32 *table_index);
/drivers/acpi/
Dspcr.c35 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()
Dpci_mcfg.c28 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; member
195 !memcmp(f->oem_table_id, mcfg_oem_table_id, in pci_mcfg_quirk_matches()
310 memcpy(mcfg_oem_table_id, header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in pci_mcfg_parse()
Dtables.c517 table->signature, table->oem_table_id); in acpi_table_taint()
711 memcmp(table->oem_table_id, existing_table->oem_table_id, in acpi_table_initrd_override()
730 table->oem_table_id); in acpi_table_initrd_override()
780 table->oem_table_id); in acpi_table_initrd_scan()
Dacpi_configfs.c146 return sysfs_emit(str, "%.*s\n", ACPI_OEM_TABLE_ID_SIZE, h->oem_table_id); in acpi_table_oem_table_id_show()
185 CONFIGFS_ATTR_RO(acpi_table_, oem_table_id);
Dblacklist.c56 acpi_blacklist[i].oem_table_id, in acpi_blacklisted()
Dutils.c1016 if (strncmp(plat->oem_table_id, hdr.oem_table_id, ACPI_OEM_TABLE_ID_SIZE)) in acpi_match_platform_list()
/drivers/cpufreq/
Dcppc_cpufreq.c48 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; member
55 .oem_table_id = "HIP07 ",
59 .oem_table_id = "HIP08 ",
952 !memcmp(wa_info[i].oem_table_id, tbl->oem_table_id, ACPI_OEM_TABLE_ID_SIZE) && in cppc_check_hisi_workaround()
/drivers/gpu/drm/amd/amdkfd/
Dkfd_crat.h58 uint8_t oem_table_id[CRAT_OEMTABLEID_LENGTH]; member
307 uint8_t oem_table_id[CDIT_OEMTABLEID_LENGTH]; member
Dkfd_topology.h150 uint8_t oem_table_id[CRAT_OEMTABLEID_LENGTH]; member
Dkfd_crat.c1312 memcpy(top_dev->oem_table_id, crat_table->oem_table_id, in kfd_parse_crat_table()
1787 memcpy(crat_table->oem_table_id, acpi_table->oem_table_id, in kfd_create_vcrat_image_cpu()
Dkfd_topology.c977 sys_props.platform_oem = *((uint64_t *)dev->oem_table_id); in kfd_update_system_properties()
/drivers/clocksource/
Darm_arch_timer.c246 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; member
322 .oem_table_id = "HIP05 ",
327 .oem_table_id = "HIP06 ",
332 .oem_table_id = "HIP07 ",
532 !memcmp(info->oem_table_id, table->oem_table_id, ACPI_OEM_TABLE_ID_SIZE) && in arch_timer_check_acpi_oem_erratum()
/drivers/firmware/google/
Dgsmi.c774 if (!strncmp(acpi_gbl_FADT.header.oem_table_id, "FACP", 4)) { in gsmi_system_valid()
780 hash = hash_oem_table_id(acpi_gbl_FADT.header.oem_table_id); in gsmi_system_valid()
/drivers/scsi/
Discsi_boot_sysfs.c304 iscsi_boot_rd_attr(acpitbl_oem_table_id, oem_table_id,
/drivers/firmware/
Discsi_ibft.c431 entry->header->header.oem_table_id); in ibft_attr_show_acpitbl()
/drivers/platform/x86/
Dasus-laptop.c899 snprintf(buf, 9, "%s", asus->dsdt_info->oem_table_id); in infos_show()