Searched refs:oem_table_id (Results 1 – 12 of 12) sorted by relevance
/drivers/acpi/acpica/ |
D | tbfind.c | 69 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()
|
D | tbprint.c | 107 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()
|
D | acapps.h | 170 u32 length, char *table_name, char *oem_table_id);
|
D | actables.h | 95 char *oem_id, char *oem_table_id, u32 *table_index);
|
/drivers/sfi/ |
D | sfi_core.c | 126 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()
|
D | sfi_acpi.c | 152 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()
|
D | sfi_core.h | 64 char *oem_table_id; member 73 #define SFI_ANY_KEY { .sig = NULL, .oem_id = NULL, .oem_table_id = NULL }
|
/drivers/acpi/ |
D | blacklist.c | 46 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()
|
D | osl.c | 708 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/ |
D | intel_pstate.c | 952 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/ |
D | gsmi.c | 738 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/ |
D | asus-laptop.c | 918 snprintf(buf, 9, "%s", asus->dsdt_info->oem_table_id); in show_infos()
|