ACPI_OEM_TABLE_ID_SIZE 145 drivers/acpi/acpi_configfs.c return sprintf(str, "%.*s\n", ACPI_OEM_TABLE_ID_SIZE, h->oem_table_id); ACPI_OEM_TABLE_ID_SIZE 52 drivers/acpi/acpica/tbfind.c (strlen(oem_table_id) > ACPI_OEM_TABLE_ID_SIZE)) { ACPI_OEM_TABLE_ID_SIZE 61 drivers/acpi/acpica/tbfind.c strncpy(header.oem_table_id, oem_table_id, ACPI_OEM_TABLE_ID_SIZE); ACPI_OEM_TABLE_ID_SIZE 108 drivers/acpi/acpica/tbfind.c ACPI_OEM_TABLE_ID_SIZE))) { ACPI_OEM_TABLE_ID_SIZE 74 drivers/acpi/acpica/tbprint.c acpi_tb_fix_string(out_header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); ACPI_OEM_TABLE_ID_SIZE 28 drivers/acpi/pci_mcfg.c char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; ACPI_OEM_TABLE_ID_SIZE 148 drivers/acpi/pci_mcfg.c static char mcfg_oem_table_id[ACPI_OEM_TABLE_ID_SIZE]; ACPI_OEM_TABLE_ID_SIZE 156 drivers/acpi/pci_mcfg.c ACPI_OEM_TABLE_ID_SIZE) && ACPI_OEM_TABLE_ID_SIZE 270 drivers/acpi/pci_mcfg.c memcpy(mcfg_oem_table_id, header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); ACPI_OEM_TABLE_ID_SIZE 35 drivers/acpi/spcr.c if (!memcmp(h->oem_table_id, "QDF2432 ", ACPI_OEM_TABLE_ID_SIZE)) ACPI_OEM_TABLE_ID_SIZE 38 drivers/acpi/spcr.c if (!memcmp(h->oem_table_id, "QDF2400 ", ACPI_OEM_TABLE_ID_SIZE) && ACPI_OEM_TABLE_ID_SIZE 62 drivers/acpi/spcr.c ACPI_OEM_TABLE_ID_SIZE) && tb->header.oem_revision == 0) ACPI_OEM_TABLE_ID_SIZE 66 drivers/acpi/spcr.c ACPI_OEM_TABLE_ID_SIZE) && tb->header.oem_revision == 1) ACPI_OEM_TABLE_ID_SIZE 667 drivers/acpi/tables.c ACPI_OEM_TABLE_ID_SIZE)) { ACPI_OEM_TABLE_ID_SIZE 857 drivers/acpi/utils.c if (strncmp(plat->oem_table_id, hdr.oem_table_id, ACPI_OEM_TABLE_ID_SIZE)) ACPI_OEM_TABLE_ID_SIZE 203 drivers/clocksource/arm_arch_timer.c char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; ACPI_OEM_TABLE_ID_SIZE 512 drivers/clocksource/arm_arch_timer.c !memcmp(info->oem_table_id, table->oem_table_id, ACPI_OEM_TABLE_ID_SIZE) && ACPI_OEM_TABLE_ID_SIZE 43 drivers/cpufreq/cppc_cpufreq.c char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; ACPI_OEM_TABLE_ID_SIZE 95 drivers/cpufreq/cppc_cpufreq.c !memcmp(wa_info[i].oem_table_id, tbl->oem_table_id, ACPI_OEM_TABLE_ID_SIZE) && ACPI_OEM_TABLE_ID_SIZE 431 drivers/firmware/iscsi_ibft.c str += sprintf_string(str, ACPI_OEM_TABLE_ID_SIZE, ACPI_OEM_TABLE_ID_SIZE 74 include/acpi/actbl.h char oem_table_id[ACPI_OEM_TABLE_ID_SIZE]; /* ASCII OEM table identification */ ACPI_OEM_TABLE_ID_SIZE 594 include/linux/acpi.h char oem_table_id[ACPI_OEM_TABLE_ID_SIZE+1];