ACPI_OEM_TABLE_ID_SIZE
static u8 oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1];
return sysfs_emit(str, "%.*s\n", ACPI_OEM_TABLE_ID_SIZE, h->oem_table_id);
ACPI_OEM_TABLE_ID_SIZE))) {
(strlen(oem_table_id) > ACPI_OEM_TABLE_ID_SIZE)) {
memcpy(header.oem_table_id, oem_table_id, ACPI_OEM_TABLE_ID_SIZE);
acpi_tb_fix_string(out_header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE);
static char mcfg_oem_table_id[ACPI_OEM_TABLE_ID_SIZE];
ACPI_OEM_TABLE_ID_SIZE) &&
char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1];
memcpy(mcfg_oem_table_id, header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE);
if (!memcmp(h->oem_table_id, "QDF2432 ", ACPI_OEM_TABLE_ID_SIZE))
if (!memcmp(h->oem_table_id, "QDF2400 ", ACPI_OEM_TABLE_ID_SIZE) &&
ACPI_OEM_TABLE_ID_SIZE) && tb->header.oem_revision == 0)
ACPI_OEM_TABLE_ID_SIZE) && tb->header.oem_revision == 1)
ACPI_OEM_TABLE_ID_SIZE)) {
if (strncmp(plat->oem_table_id, hdr.oem_table_id, ACPI_OEM_TABLE_ID_SIZE))
char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1];
!memcmp(info->oem_table_id, table->oem_table_id, ACPI_OEM_TABLE_ID_SIZE) &&
str += sprintf_string(str, ACPI_OEM_TABLE_ID_SIZE,
char oem_table_id[ACPI_OEM_TABLE_ID_SIZE] ACPI_NONSTRING; /* ASCII OEM table identification */
char oem_table_id[ACPI_OEM_TABLE_ID_SIZE+1];