Searched refs:ACPI_STRCMP (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/acpi/acpica/ |
D | utmisc.c | 69 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()
|
D | utosi.c | 272 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()
|
D | nsaccess.c | 105 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()
|
D | nsxfeval.c | 699 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()
|
D | uttrack.c | 598 || (0 == ACPI_STRCMP(module, element->module)))) { in acpi_ut_dump_allocations()
|
D | nsxfname.c | 117 if (!ACPI_STRCMP(pathname, ACPI_NS_ROOT_PATH)) { in acpi_get_handle()
|
/linux-4.1.27/include/acpi/platform/ |
D | acenv.h | 352 #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/ |
D | getopt.c | 130 } else if (ACPI_STRCMP(argv[acpi_gbl_optind], "--") == 0) { in acpi_getopt()
|