Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
A 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 memcpy(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()
A Dtbprint.c75 acpi_tb_fix_string(out_header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in acpi_tb_cleanup_table_header()
133 local_header.oem_id, local_header.oem_table_id, in acpi_tb_print_table_header()
A Dtbxfload.c192 table->pointer->oem_table_id)); in ACPI_EXPORT_SYMBOL_INIT()
199 table->pointer->oem_table_id)); in ACPI_EXPORT_SYMBOL_INIT()
A Dacapps.h152 u32 length, char *table_name, char *oem_table_id);
A Ddsinit.c213 table->signature, table->oem_table_id, owner_id, in acpi_ds_initialize_objects()
A Dactables.h65 char *oem_id, char *oem_table_id, u32 *table_index);
/drivers/acpi/
A 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()
A Dtables.c379 table->signature, table->oem_table_id); in acpi_table_taint()
574 memcmp(table->oem_table_id, existing_table->oem_table_id, in acpi_table_initrd_override()
593 table->oem_table_id); in acpi_table_initrd_override()
643 table->oem_table_id); in acpi_table_initrd_scan()
A Dpci_mcfg.c28 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; member
207 !memcmp(f->oem_table_id, mcfg_oem_table_id, in pci_mcfg_quirk_matches()
322 memcpy(mcfg_oem_table_id, header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in pci_mcfg_parse()
A 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);
A Dutils.c1072 if (strncmp(plat->oem_table_id, hdr.oem_table_id, ACPI_OEM_TABLE_ID_SIZE)) in acpi_match_platform_list()
/drivers/clocksource/
A Darm_arch_timer.c265 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; member
341 .oem_table_id = "HIP05 ",
346 .oem_table_id = "HIP06 ",
351 .oem_table_id = "HIP07 ",
551 !memcmp(info->oem_table_id, table->oem_table_id, ACPI_OEM_TABLE_ID_SIZE) && in arch_timer_check_acpi_oem_erratum()
/drivers/acpi/x86/
A Dblacklist.c56 acpi_blacklist[i].oem_table_id, in acpi_blacklisted()
/drivers/gpu/drm/amd/amdkfd/
A Dkfd_topology.h168 uint8_t oem_table_id[CRAT_OEMTABLEID_LENGTH]; member
A Dkfd_crat.h55 uint8_t oem_table_id[CRAT_OEMTABLEID_LENGTH]; member
A Dkfd_crat.c1400 memcpy(top_dev->oem_table_id, crat_table->oem_table_id, in kfd_parse_crat_table()
1908 memcpy(crat_table->oem_table_id, acpi_table->oem_table_id, in kfd_create_vcrat_image_cpu()
A Dkfd_topology.c953 sys_props.platform_oem = *((uint64_t *)dev->oem_table_id); in kfd_update_system_properties()
/drivers/firmware/google/
A 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/hv/
A Dhv_common.c420 if (strncmp(header->oem_table_id, "MICROSFT", 8)) in ms_hyperv_late_init()
/drivers/scsi/
A Discsi_boot_sysfs.c304 iscsi_boot_rd_attr(acpitbl_oem_table_id, oem_table_id,
/drivers/firmware/
A Discsi_ibft.c434 entry->header->header.oem_table_id); in ibft_attr_show_acpitbl()
/drivers/platform/x86/
A Dasus-laptop.c901 snprintf(buf, 9, "%s", asus->dsdt_info->oem_table_id); in infos_show()

Completed in 46 milliseconds