Home
last modified time | relevance | path

Searched refs:ACPI_COMPARE_NAMESEG (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c296 if (ACPI_COMPARE_NAMESEG(next->signature, signature)) { in osl_add_table_to_list()
785 if (ACPI_COMPARE_NAMESEG(signature, ACPI_RSDP_NAME) || in osl_get_bios_table()
786 ACPI_COMPARE_NAMESEG(signature, ACPI_SIG_RSDT) || in osl_get_bios_table()
787 ACPI_COMPARE_NAMESEG(signature, ACPI_SIG_XSDT) || in osl_get_bios_table()
788 ACPI_COMPARE_NAMESEG(signature, ACPI_SIG_DSDT) || in osl_get_bios_table()
789 ACPI_COMPARE_NAMESEG(signature, ACPI_SIG_FACS)) { in osl_get_bios_table()
800 if (ACPI_COMPARE_NAMESEG(signature, ACPI_SIG_DSDT)) { in osl_get_bios_table()
818 } else if (ACPI_COMPARE_NAMESEG(signature, ACPI_SIG_FACS)) { in osl_get_bios_table()
934 if (!ACPI_COMPARE_NAMESEG in osl_get_bios_table()
1089 if (!ACPI_COMPARE_NAMESEG in osl_map_table()
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Dtbxfload.c121 !ACPI_COMPARE_NAMESEG(table->signature.ascii, ACPI_SIG_DSDT) || in ACPI_EXPORT_SYMBOL_INIT()
173 (!ACPI_COMPARE_NAMESEG in ACPI_EXPORT_SYMBOL_INIT()
175 && !ACPI_COMPARE_NAMESEG(table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
177 && !ACPI_COMPARE_NAMESEG(table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
405 if (ACPI_COMPARE_NAMESEG in ACPI_EXPORT_SYMBOL()
H A Dutmisc.c62 if (ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_DSDT) || in acpi_ut_is_aml_table()
63 ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_PSDT) || in acpi_ut_is_aml_table()
64 ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_SSDT) || in acpi_ut_is_aml_table()
65 ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_OSDT) || in acpi_ut_is_aml_table()
H A Dutcksum.c43 if (ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_S3PT) || in acpi_ut_verify_checksum()
44 ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_FACS)) { in acpi_ut_verify_checksum()
H A Drsxface.c606 (!ACPI_COMPARE_NAMESEG(name, METHOD_NAME__CRS) && in ACPI_EXPORT_SYMBOL()
607 !ACPI_COMPARE_NAMESEG(name, METHOD_NAME__PRS) && in ACPI_EXPORT_SYMBOL()
608 !ACPI_COMPARE_NAMESEG(name, METHOD_NAME__AEI) && in ACPI_EXPORT_SYMBOL()
609 !ACPI_COMPARE_NAMESEG(name, METHOD_NAME__DMA))) { in ACPI_EXPORT_SYMBOL()
H A Dutpredef.c87 if (ACPI_COMPARE_NAMESEG(name, this_name->info.name)) { in acpi_ut_match_predefined_method()
204 if (ACPI_COMPARE_NAMESEG(name, this_name->info.name)) { in acpi_ut_match_resource_name()
H A Dutstring.c144 if (ACPI_COMPARE_NAMESEG(name, ACPI_ROOT_PATHNAME)) { in acpi_ut_repair_name()
H A Dtbxface.c233 if (!ACPI_COMPARE_NAMESEG in ACPI_EXPORT_SYMBOL_INIT()
326 if (!ACPI_COMPARE_NAMESEG(&table_desc->signature, signature)) { in ACPI_EXPORT_SYMBOL()
H A Dtbprint.c98 if (ACPI_COMPARE_NAMESEG(header->signature, ACPI_SIG_FACS)) { in acpi_tb_print_table_header()
H A Ddsinit.c203 if (ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_DSDT)) { in acpi_ds_initialize_objects()
H A Dnsxfname.c498 if (!ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_DSDT) && in ACPI_EXPORT_SYMBOL()
499 !ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_SSDT)) { in ACPI_EXPORT_SYMBOL()
H A Dnsinit.c470 if (!ACPI_COMPARE_NAMESEG(node->name.ascii, METHOD_NAME__INI)) { in acpi_ns_find_ini_methods()
633 if (!ACPI_COMPARE_NAMESEG(device_node->name.ascii, "_SB_") || in acpi_ns_init_one_device()
H A Dtbinstal.c127 ACPI_COMPARE_NAMESEG(&new_table_desc.signature, ACPI_SIG_SSDT)) { in acpi_tb_install_standard_table()
H A Dnsparse.c206 if (ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_OSDT) && in acpi_ns_one_complete_parse()
H A Dtbutils.c336 ACPI_COMPARE_NAMESEG(&acpi_gbl_root_table_list. in acpi_tb_parse_root_table()
H A Dnsrepair.c321 if (ACPI_COMPARE_NAMESEG(node->name.ascii, this_name->name)) { in acpi_ns_match_simple_repair()
H A Ddbmethod.c507 if (!ACPI_COMPARE_NAMESEG(node->name.ascii, info->name_seg)) { in acpi_db_walk_for_execute_all()
H A Dtbdata.c512 !ACPI_COMPARE_NAMESEG(&table_desc->signature, signature)) { in acpi_tb_verify_temp_table()
H A Ddbexec.c477 if (ACPI_COMPARE_NAMESEG in acpi_db_execute()
H A Dnsrepair2.c193 if (ACPI_COMPARE_NAMESEG(node->name.ascii, this_name->name)) { in acpi_ns_match_complex_repair()
/openbmc/linux/tools/power/acpi/tools/acpidump/
H A Dapdump.c315 if (ACPI_COMPARE_NAMESEG(local_signature, "FADT")) { in ap_dump_table_by_name()
317 } else if (ACPI_COMPARE_NAMESEG(local_signature, "MADT")) { in ap_dump_table_by_name()
/openbmc/linux/arch/x86/boot/compressed/
H A Dacpi.c250 if (ACPI_COMPARE_NAMESEG(header->signature, ACPI_SIG_SRAT)) in get_acpi_srat_table()
/openbmc/linux/include/acpi/
H A Dactypes.h521 #define ACPI_COMPARE_NAMESEG(a,b) (*ACPI_CAST_PTR (u32, (a)) == *ACPI_CAST_PTR (u32, (b))) macro
524 #define ACPI_COMPARE_NAMESEG(a,b) (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_CAST_PTR (char, … macro
/openbmc/linux/drivers/acpi/
H A Dtables.c784 if (ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_RSDT) || in acpi_table_initrd_scan()
785 ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_XSDT)) { in acpi_table_initrd_scan()
H A Dsysfs.c354 if (ACPI_COMPARE_NAMESEG(table_attr->name, attr->name)) in acpi_table_attr_init()
493 if (ACPI_COMPARE_NAMESEG(th->signature, acpi_data_objs[i].name)) { in acpi_table_data_init()

12