/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() 132 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()
|
D | actables.h | 65 char *oem_id, char *oem_table_id, u32 *table_index);
|
/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 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()
|
D | tables.c | 517 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()
|
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);
|
D | blacklist.c | 56 acpi_blacklist[i].oem_table_id, in acpi_blacklisted()
|
D | utils.c | 1016 if (strncmp(plat->oem_table_id, hdr.oem_table_id, ACPI_OEM_TABLE_ID_SIZE)) in acpi_match_platform_list()
|
/drivers/cpufreq/ |
D | cppc_cpufreq.c | 48 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/ |
D | kfd_crat.h | 58 uint8_t oem_table_id[CRAT_OEMTABLEID_LENGTH]; member 307 uint8_t oem_table_id[CDIT_OEMTABLEID_LENGTH]; member
|
D | kfd_topology.h | 150 uint8_t oem_table_id[CRAT_OEMTABLEID_LENGTH]; member
|
D | kfd_crat.c | 1312 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()
|
D | kfd_topology.c | 977 sys_props.platform_oem = *((uint64_t *)dev->oem_table_id); in kfd_update_system_properties()
|
/drivers/clocksource/ |
D | arm_arch_timer.c | 246 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/ |
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/scsi/ |
D | iscsi_boot_sysfs.c | 304 iscsi_boot_rd_attr(acpitbl_oem_table_id, oem_table_id,
|
/drivers/firmware/ |
D | iscsi_ibft.c | 431 entry->header->header.oem_table_id); in ibft_attr_show_acpitbl()
|
/drivers/platform/x86/ |
D | asus-laptop.c | 899 snprintf(buf, 9, "%s", asus->dsdt_info->oem_table_id); in infos_show()
|