Searched refs:oem_table_id (Results 1 - 11 of 11) 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.c154 int sfi_acpi_table_parse(char *signature, char *oem_id, char *oem_table_id, argument
166 key.oem_table_id = oem_table_id;
189 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 Dactables.h61 char *oem_id, char *oem_table_id, u32 *table_index);
H A Dtbutils.c224 acpi_tb_fix_string(out_header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE);
285 local_header.oem_id, local_header.oem_table_id,
/drivers/acpi/
H A Dblacklist.c47 char oem_table_id[9]; member in struct:acpi_blacklist_item
129 (acpi_blacklist[i].oem_table_id, table_header.oem_table_id,
152 acpi_blacklist[i].oem_table_id,
H A Dosl.c551 existing_table->oem_table_id);
/drivers/platform/x86/
H A Dasus_acpi.c548 seq_printf(m, "OEM table id : %.*s\n", ACPI_OEM_TABLE_ID_SIZE, asus_info->oem_table_id);
1316 strncmp(asus_info->oem_table_id, "ODEM", 4) == 0) {
1356 if (strncmp(asus_info->oem_table_id, "L1", 2) == 0)
H A Dasus-laptop.c850 snprintf(buf, 9, "%s", asus->dsdt_info->oem_table_id);
/drivers/firmware/google/
H A Dgsmi.c743 * table name in the first four bytes of the oem_table_id field.
748 if (!strncmp(acpi_gbl_FADT.header.oem_table_id, "FACP", 4)) {
754 hash = hash_oem_table_id(acpi_gbl_FADT.header.oem_table_id);

Completed in 280 milliseconds