Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Dtbfind.c69 char *oem_id, char *oem_table_id, u32 *table_index) in acpi_tb_find_table() argument
82 ACPI_STRNCPY(header.oem_table_id, oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in acpi_tb_find_table()
125 && (!oem_table_id[0] in acpi_tb_find_table()
127 pointer->oem_table_id, in acpi_tb_find_table()
128 header.oem_table_id, in acpi_tb_find_table()
Dtbprint.c107 acpi_tb_fix_string(out_header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in acpi_tb_cleanup_table_header()
165 local_header.oem_id, local_header.oem_table_id, in acpi_tb_print_table_header()
Dacapps.h170 u32 length, char *table_name, char *oem_table_id);
Dactables.h95 char *oem_id, char *oem_table_id, u32 *table_index);
/drivers/sfi/
Dsfi_core.c126 header->oem_table_id); in sfi_print_table_header()
206 || (key->oem_table_id && strncmp(th->oem_table_id, in sfi_table_check_key()
207 key->oem_table_id, SFI_OEM_TABLE_ID_SIZE))) in sfi_table_check_key()
280 int sfi_table_parse(char *signature, char *oem_id, char *oem_table_id, in sfi_table_parse() argument
292 key.oem_table_id = oem_table_id; in sfi_table_parse()
401 key.oem_table_id = NULL; in sfi_table_show()
Dsfi_acpi.c152 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()
Dsfi_core.h64 char *oem_table_id; member
73 #define SFI_ANY_KEY { .sig = NULL, .oem_id = NULL, .oem_table_id = NULL }
/drivers/acpi/
Dblacklist.c46 char oem_table_id[9]; member
95 (acpi_blacklist[i].oem_table_id, table_header.oem_table_id, in acpi_blacklisted()
118 acpi_blacklist[i].oem_table_id, in acpi_blacklisted()
Dosl.c708 table->signature, table->oem_table_id); in acpi_table_taint()
774 if (memcmp(table->oem_table_id, existing_table->oem_table_id, in acpi_os_physical_table_override()
/drivers/cpufreq/
Dintel_pstate.c952 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE]; member
972 !strncmp(hdr.oem_table_id, v_info->oem_table_id, ACPI_OEM_TABLE_ID_SIZE) && in intel_pstate_platform_pwr_mgmt_exists()
/drivers/firmware/google/
Dgsmi.c738 if (!strncmp(acpi_gbl_FADT.header.oem_table_id, "FACP", 4)) { in gsmi_system_valid()
744 hash = hash_oem_table_id(acpi_gbl_FADT.header.oem_table_id); in gsmi_system_valid()
/drivers/platform/x86/
Dasus-laptop.c918 snprintf(buf, 9, "%s", asus->dsdt_info->oem_table_id); in show_infos()