Home
last modified time | relevance | path

Searched defs:ACPI_COMPARE_NAME (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/acpi/
Dactypes.h542 #define ACPI_COMPARE_NAME(a,b) (*ACPI_CAST_PTR (u32, (a)) == *ACPI_CAST_PTR (u32, (b))) macro
545 #define ACPI_COMPARE_NAME(a,b) (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_CAST_PTR (char, … macro