Searched refs:oem_table_id (Results 1 - 12 of 12) sorted by relevance

/drivers/sfi/
H A Dsfi_core.h64 char *oem_table_id; member in struct:sfi_table_key
73 #define SFI_ANY_KEY { .sig = NULL, .oem_id = NULL, .oem_table_id = NULL }
H A Dsfi_acpi.c152 int sfi_acpi_table_parse(char *signature, char *oem_id, char *oem_table_id, argument
164 key.oem_table_id = oem_table_id;
187 key.oem_table_id = NULL;
H A Dsfi_core.c126 header->oem_table_id);
206 || (key->oem_table_id && strncmp(th->oem_table_id,
207 key->oem_table_id, SFI_OEM_TABLE_ID_SIZE)))
280 int sfi_table_parse(char *signature, char *oem_id, char *oem_table_id, argument
292 key.oem_table_id = oem_table_id;
401 key.oem_table_id = NULL;
/drivers/acpi/acpica/
H A Dtbfind.c57 * oem_table_id - String with the OEM Table ID
69 char *oem_id, char *oem_table_id, u32 *table_index)
82 ACPI_STRNCPY(header.oem_table_id, oem_table_id, ACPI_OEM_TABLE_ID_SIZE);
125 && (!oem_table_id[0]
127 pointer->oem_table_id,
128 header.oem_table_id,
68 acpi_tb_find_table(char *signature, char *oem_id, char *oem_table_id, u32 *table_index) argument
H A Dtbprint.c107 acpi_tb_fix_string(out_header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE);
172 local_header.oem_id, local_header.oem_table_id,
H A Dacapps.h170 u32 length, char *table_name, char *oem_table_id);
H A Dactables.h95 char *oem_id, char *oem_table_id, u32 *table_index);
/drivers/acpi/
H A Dblacklist.c46 char oem_table_id[9]; member in struct:acpi_blacklist_item
95 (acpi_blacklist[i].oem_table_id, table_header.oem_table_id,
118 acpi_blacklist[i].oem_table_id,
H A Dosl.c711 table->signature, table->oem_table_id);
777 if (memcmp(table->oem_table_id, existing_table->oem_table_id,
/drivers/firmware/google/
H A Dgsmi.c733 * table name in the first four bytes of the oem_table_id field.
738 if (!strncmp(acpi_gbl_FADT.header.oem_table_id, "FACP", 4)) {
744 hash = hash_oem_table_id(acpi_gbl_FADT.header.oem_table_id);
/drivers/cpufreq/
H A Dintel_pstate.c949 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE]; member in struct:hw_vendor_info
969 !strncmp(hdr.oem_table_id, v_info->oem_table_id, ACPI_OEM_TABLE_ID_SIZE) &&
/drivers/platform/x86/
H A Dasus-laptop.c918 snprintf(buf, 9, "%s", asus->dsdt_info->oem_table_id);

Completed in 2369 milliseconds