/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()
|
D | actables.h | 64 char *oem_id, char *oem_table_id, u32 *table_index);
|
/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 }
|
/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 178 !memcmp(f->oem_table_id, mcfg_oem_table_id, in pci_mcfg_quirk_matches() 293 memcpy(mcfg_oem_table_id, header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in pci_mcfg_parse()
|
D | tables.c | 462 table->signature, table->oem_table_id); in acpi_table_taint() 655 memcmp(table->oem_table_id, existing_table->oem_table_id, in acpi_table_initrd_override() 674 table->oem_table_id); in acpi_table_initrd_override() 724 table->oem_table_id); in acpi_table_initrd_scan()
|
D | acpi_configfs.c | 149 return sprintf(str, "%.*s\n", ACPI_OEM_TABLE_ID_SIZE, h->oem_table_id); in acpi_table_oem_table_id_show() 188 CONFIGFS_ATTR_RO(acpi_table_, oem_table_id);
|
D | blacklist.c | 54 acpi_blacklist[i].oem_table_id, in acpi_blacklisted()
|
D | utils.c | 910 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 | 44 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; member 51 .oem_table_id = "HIP07 ", 55 .oem_table_id = "HIP08 ", 440 !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 | 57 uint8_t oem_table_id[CRAT_OEMTABLEID_LENGTH]; member 306 uint8_t oem_table_id[CDIT_OEMTABLEID_LENGTH]; member
|
D | kfd_crat.c | 520 memcpy(top_dev->oem_table_id, crat_table->oem_table_id, in kfd_parse_crat_table() 993 memcpy(crat_table->oem_table_id, acpi_table->oem_table_id, in kfd_create_vcrat_image_cpu()
|
D | kfd_topology.h | 186 uint8_t oem_table_id[CRAT_OEMTABLEID_LENGTH]; member
|
D | kfd_topology.c | 911 sys_props.platform_oem = *((uint64_t *)dev->oem_table_id); in kfd_update_system_properties()
|
/drivers/clocksource/ |
D | arm_arch_timer.c | 207 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; member 303 .oem_table_id = "HIP05 ", 308 .oem_table_id = "HIP06 ", 313 .oem_table_id = "HIP07 ", 524 !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 | 773 if (!strncmp(acpi_gbl_FADT.header.oem_table_id, "FACP", 4)) { in gsmi_system_valid() 779 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 | 433 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()
|