Home
last modified time | relevance | path

Searched refs:ACPI_STRCMP (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
Dutmisc.c69 if (!(ACPI_STRCMP(id, in acpi_ut_is_pci_root_bridge()
71 !(ACPI_STRCMP(id, PCI_EXPRESS_ROOT_HID_STRING))) { in acpi_ut_is_pci_root_bridge()
Dutosi.c272 if (!ACPI_STRCMP(interface_name, next_interface->name)) { in acpi_ut_remove_interface()
376 if (!ACPI_STRCMP(interface_name, next_interface->name)) { in acpi_ut_get_interface()
Dnsaccess.c105 if (!ACPI_STRCMP(init_val->name, "_OSI") in acpi_ns_root_initialize()
206 if (ACPI_STRCMP(init_val->name, "_GL_") == 0) { in acpi_ns_root_initialize()
Dnsxfeval.c699 no_match = ACPI_STRCMP(hid->string, info->hid); in ACPI_EXPORT_SYMBOL()
718 if (ACPI_STRCMP(cid->ids[i].string, info->hid) in ACPI_EXPORT_SYMBOL()
Duttrack.c598 || (0 == ACPI_STRCMP(module, element->module)))) { in acpi_ut_dump_allocations()
Dnsxfname.c117 if (!ACPI_STRCMP(pathname, ACPI_NS_ROOT_PATH)) { in acpi_get_handle()
/linux-4.1.27/include/acpi/platform/
Dacenv.h352 #define ACPI_STRCMP(d,s) strcmp((d), (s)) macro
412 #define ACPI_STRCMP(d,s) acpi_ut_strcmp ((d), (s)) macro
/linux-4.1.27/tools/power/acpi/common/
Dgetopt.c130 } else if (ACPI_STRCMP(argv[acpi_gbl_optind], "--") == 0) { in acpi_getopt()