| /drivers/acpi/acpica/ |
| A 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 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 D | tbprint.c | 75 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 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()
|
| A D | acapps.h | 152 u32 length, char *table_name, char *oem_table_id);
|
| A D | dsinit.c | 213 table->signature, table->oem_table_id, owner_id, in acpi_ds_initialize_objects()
|
| A D | actables.h | 65 char *oem_id, char *oem_table_id, u32 *table_index);
|
| /drivers/acpi/ |
| A 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()
|
| A D | tables.c | 379 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 D | pci_mcfg.c | 28 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 D | acpi_configfs.c | 146 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 D | utils.c | 1072 if (strncmp(plat->oem_table_id, hdr.oem_table_id, ACPI_OEM_TABLE_ID_SIZE)) in acpi_match_platform_list()
|
| /drivers/clocksource/ |
| A D | arm_arch_timer.c | 265 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 D | blacklist.c | 56 acpi_blacklist[i].oem_table_id, in acpi_blacklisted()
|
| /drivers/gpu/drm/amd/amdkfd/ |
| A D | kfd_topology.h | 168 uint8_t oem_table_id[CRAT_OEMTABLEID_LENGTH]; member
|
| A D | kfd_crat.h | 55 uint8_t oem_table_id[CRAT_OEMTABLEID_LENGTH]; member
|
| A D | kfd_crat.c | 1400 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 D | kfd_topology.c | 953 sys_props.platform_oem = *((uint64_t *)dev->oem_table_id); in kfd_update_system_properties()
|
| /drivers/firmware/google/ |
| A D | gsmi.c | 774 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 D | hv_common.c | 420 if (strncmp(header->oem_table_id, "MICROSFT", 8)) in ms_hyperv_late_init()
|
| /drivers/scsi/ |
| A D | iscsi_boot_sysfs.c | 304 iscsi_boot_rd_attr(acpitbl_oem_table_id, oem_table_id,
|
| /drivers/firmware/ |
| A D | iscsi_ibft.c | 434 entry->header->header.oem_table_id); in ibft_attr_show_acpitbl()
|
| /drivers/platform/x86/ |
| A D | asus-laptop.c | 901 snprintf(buf, 9, "%s", asus->dsdt_info->oem_table_id); in infos_show()
|